<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Deployment Folder Name in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/deployment-folder-name/m-p/743966#M9303</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We don't expose that. Currently the folder is always "arcgisruntime" + [version], where version is the first 2 or 3 digits (we drop the 3rd one if it's zero) *.&lt;/P&gt;&lt;P&gt;v100.0.0 would be "arcgisruntime100.0"&lt;/P&gt;&lt;P&gt;v100.0.1 would be "arcgisruntime100.0.1"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;v100.1.0&amp;nbsp;would be "arcgisruntime100.1" etc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get the version using th assembly info:&lt;/P&gt;&lt;P&gt;var assembly = System.Reflection.Assembly.GetAssembly(typeof(ArcGISRuntimeEnvironment));&lt;/P&gt;&lt;P&gt;var version = assembly.GetName().Version;&lt;/P&gt;&lt;P&gt;The combine 'Major', 'Minor' and optionally 'Build' properties together to generate the version string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* Note: This pattern might change at any point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Feb 2017 21:09:45 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2017-02-08T21:09:45Z</dc:date>
    <item>
      <title>Deployment Folder Name</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/deployment-folder-name/m-p/743965#M9302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to come up with a good way to automate Runtime updates in my application. &amp;nbsp;I already have a method&amp;nbsp;for updating the application components themselves, as well as installing the new deployment folder. &amp;nbsp;The problem is cleaning up the current deployment folder: &amp;nbsp;each version of Runtime expects a particular name for the deployment folder, and so far I haven't been able to find out what that name is via code. &amp;nbsp;Apart from baking it into the configuration, has anyone found a way to determine the name of the current Runtime deployment folder?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 14:48:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/deployment-folder-name/m-p/743965#M9302</guid>
      <dc:creator>MarkCederholm</dc:creator>
      <dc:date>2017-02-08T14:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Folder Name</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/deployment-folder-name/m-p/743966#M9303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We don't expose that. Currently the folder is always "arcgisruntime" + [version], where version is the first 2 or 3 digits (we drop the 3rd one if it's zero) *.&lt;/P&gt;&lt;P&gt;v100.0.0 would be "arcgisruntime100.0"&lt;/P&gt;&lt;P&gt;v100.0.1 would be "arcgisruntime100.0.1"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;v100.1.0&amp;nbsp;would be "arcgisruntime100.1" etc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get the version using th assembly info:&lt;/P&gt;&lt;P&gt;var assembly = System.Reflection.Assembly.GetAssembly(typeof(ArcGISRuntimeEnvironment));&lt;/P&gt;&lt;P&gt;var version = assembly.GetName().Version;&lt;/P&gt;&lt;P&gt;The combine 'Major', 'Minor' and optionally 'Build' properties together to generate the version string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* Note: This pattern might change at any point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 21:09:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/deployment-folder-name/m-p/743966#M9303</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2017-02-08T21:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Folder Name</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/deployment-folder-name/m-p/743967#M9304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply; I figured that might be the case. &amp;nbsp;Currently I'm putting it in the config file, but I was hoping there was a clever way around it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 21:14:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/deployment-folder-name/m-p/743967#M9304</guid>
      <dc:creator>MarkCederholm</dc:creator>
      <dc:date>2017-02-08T21:14:55Z</dc:date>
    </item>
  </channel>
</rss>

