<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[File Versions are incorrect at 7.6.4+]]></title><description><![CDATA[<p dir="auto">Just realized while packaging 7.6.4, that the file version for notepad++.exe is now 7.64. Using a PowerShell script to detect the version as SCCM will not detect it using it’s internal detect method.  Is this the versioning going forward? Or did someone just forget to add a decimal point?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/17460/file-versions-are-incorrect-at-7-6-4</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 02:14:50 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/17460.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 16 Apr 2019 13:07:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to File Versions are incorrect at 7.6.4+ on Tue, 16 Apr 2019 20:05:56 GMT]]></title><description><![CDATA[<p dir="auto">welcome to the notepad++ community, <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/15016">@KryptykHermit</a></p>
<p dir="auto">this has almost always been like that (except faulty versioning versions 7.6.1 to 7.6.3)<br />
file version will be 7.x.x.x<br />
product version will be 7.xx</p>
<p dir="auto">this product version scheme <code>M.mm</code> is also what the auto updater and the notepad++ update servers expect.</p>
<p dir="auto">if you have written your script based on 7.6.1 to 7.6.3, you will have to modify them accordingly.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/42297</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/42297</guid><dc:creator><![CDATA[Meta Chuh]]></dc:creator><pubDate>Tue, 16 Apr 2019 20:05:56 GMT</pubDate></item><item><title><![CDATA[Reply to File Versions are incorrect at 7.6.4+ on Tue, 16 Apr 2019 13:41:40 GMT]]></title><description><![CDATA[<p dir="auto">Verified the same condition on 7.6.6 (shows as 7.66)</p>
<p dir="auto">[version]$requiredVersion = ‘7.66’<br />
$Path = “${ENV:ProgramFiles}\Notepad++”<br />
Try {<br />
[version]$installedVersion = (Get-Item -Path “$path\notepad++.exe” -ErrorAction “Stop”).VersionInfo.ProductVersion -as [version]<br />
If ($installedVersion -eq $requiredVersion) {<br />
Return 0<br />
} else {<br />
# remove for detection to work<br />
$installedVersion<br />
}<br />
} Catch {}</p>
<p dir="auto">Major  Minor  Build  Revision<br />
=====  =====  ==== =======<br />
7          66         -1        -1</p>
]]></description><link>https://community.notepad-plus-plus.org/post/42292</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/42292</guid><dc:creator><![CDATA[KryptykHermit]]></dc:creator><pubDate>Tue, 16 Apr 2019 13:41:40 GMT</pubDate></item></channel></rss>