<?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>idea Show what version was used to create a Pro Project in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/show-what-version-was-used-to-create-a-pro-project/idi-p/1535996</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;It would be helpful to have an easier method to identify what version of ArcGIS Pro was used to create a project. The current methods are cumbersome, non-intuitive, and not universally available.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Requests: &lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;1) The version of Pro used to create an aprx should be a property of the file exposed in Windows' file explorer. Maybe Product Version or File Version could be utilized.&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LarkinPhil_4-1725643075693.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/114461i4E8BA433435457B5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LarkinPhil_4-1725643075693.png" alt="LarkinPhil_4-1725643075693.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;2) The version of Pro exposed as a property displayed in the Info section:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tempsnip.png" style="width: 325px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/114460i136E9FE7815D3EC5/image-dimensions/325x295?v=v2" width="325" height="295" role="button" title="tempsnip.png" alt="tempsnip.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alternative Methods:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Save Window&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;1) Open Project&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;2) From ribbon click Project Tab&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;3) From side bar click on Save Project.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;4) Version of file is shown in warning if the current version of Pro is different. Example:&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LarkinPhil_0-1725641611396.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/114454i092F25FA790EF033/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LarkinPhil_0-1725641611396.png" alt="LarkinPhil_0-1725641611396.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Python:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;import arcpy
aprx = arcpy.mp.ArcGISProject('current')
print(aprx.documentVersion)
2.9.0&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Oct 2024 15:57:30 GMT</pubDate>
    <dc:creator>LarkinPhil</dc:creator>
    <dc:date>2024-10-09T15:57:30Z</dc:date>
    <item>
      <title>Show what version was used to create a Pro Project</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/show-what-version-was-used-to-create-a-pro-project/idi-p/1535996</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;It would be helpful to have an easier method to identify what version of ArcGIS Pro was used to create a project. The current methods are cumbersome, non-intuitive, and not universally available.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Requests: &lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;1) The version of Pro used to create an aprx should be a property of the file exposed in Windows' file explorer. Maybe Product Version or File Version could be utilized.&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LarkinPhil_4-1725643075693.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/114461i4E8BA433435457B5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LarkinPhil_4-1725643075693.png" alt="LarkinPhil_4-1725643075693.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;2) The version of Pro exposed as a property displayed in the Info section:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tempsnip.png" style="width: 325px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/114460i136E9FE7815D3EC5/image-dimensions/325x295?v=v2" width="325" height="295" role="button" title="tempsnip.png" alt="tempsnip.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alternative Methods:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Save Window&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;1) Open Project&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;2) From ribbon click Project Tab&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;3) From side bar click on Save Project.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;4) Version of file is shown in warning if the current version of Pro is different. Example:&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LarkinPhil_0-1725641611396.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/114454i092F25FA790EF033/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LarkinPhil_0-1725641611396.png" alt="LarkinPhil_0-1725641611396.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Python:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;import arcpy
aprx = arcpy.mp.ArcGISProject('current')
print(aprx.documentVersion)
2.9.0&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 15:57:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/show-what-version-was-used-to-create-a-pro-project/idi-p/1535996</guid>
      <dc:creator>LarkinPhil</dc:creator>
      <dc:date>2024-10-09T15:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Show what version was used to create a Pro Project</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/show-what-version-was-used-to-create-a-pro-project/idc-p/1606631#M34498</link>
      <description>&lt;P&gt;No upgrade to functionality at 3.4&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LarkinPhil_0-1744829855928.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/130384iE3E189A812009788/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LarkinPhil_0-1744829855928.png" alt="LarkinPhil_0-1744829855928.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2025 18:57:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/show-what-version-was-used-to-create-a-pro-project/idc-p/1606631#M34498</guid>
      <dc:creator>LarkinPhil</dc:creator>
      <dc:date>2025-04-16T18:57:43Z</dc:date>
    </item>
  </channel>
</rss>

