Version 1.3.0 uses the wrong File Version (1.2.0.8)
See original GitHub issueVersion 1.2.0 contains “File version: 1.2.0.246” Version 1.3.0 contains “File version: 1.2.0.8”
Please fix for future releases, as this has a massive impact on msi-installers (if no REINSTALLMODE is supplied, default behavior), and will break existing installations of programs using this assembly.
PS C:\Users\anne\.nuget\packages\sharpziplib\1.2.0\lib\net45> (Get-Item -Path '.\ICSharpCode.SharpZipLib.dll').VersionInfo | Format-List -Force
OriginalFilename : ICSharpCode.SharpZipLib.dll
FileDescription : ICSharpCode.SharpZipLib
ProductName : ICSharpCode.SharpZipLib
Comments : SharpZipLib (#ziplib, formerly NZipLib) is a compression library for Zip, GZip, BZip2, and Tar written entirely in C# for .NET. It is implemented as an assembly
(installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language)
CompanyName : ICSharpCode
FileName : C:\Users\anne\.nuget\packages\sharpziplib\1.2.0\lib\net45\ICSharpCode.SharpZipLib.dll
FileVersion : 1.2.0.246
ProductVersion : 1.2.0+56cbe991dfbc629a155c6739501a658cf2f75cff
IsDebug : False
IsPatched : False
IsPreRelease : False
IsPrivateBuild : False
IsSpecialBuild : False
Language : Language Neutral
LegalCopyright : Copyright © 2000-2019 SharpZipLib Contributors
LegalTrademarks :
PrivateBuild :
SpecialBuild :
FileVersionRaw : 1.2.0.246
ProductVersionRaw : 1.2.0.0
PS C:\Users\anne\.nuget\packages\sharpziplib\1.3.0\lib\net45> (Get-Item -Path '.\ICSharpCode.SharpZipLib.dll').VersionInfo | Format-List -Force
OriginalFilename : ICSharpCode.SharpZipLib.dll
FileDescription : ICSharpCode.SharpZipLib
ProductName : ICSharpCode.SharpZipLib
Comments : SharpZipLib (#ziplib, formerly NZipLib) is a compression library for Zip, GZip, BZip2, and Tar written entirely in C# for .NET. It is implemented as an assembly
(installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language)
CompanyName : ICSharpCode
FileName : C:\Users\anne\.nuget\packages\sharpziplib\1.3.0\lib\net45\ICSharpCode.SharpZipLib.dll
FileVersion : 1.2.0.8
ProductVersion : 1.3.0+8f7d89201afa13c814f9b3d1813884ffe0ec7025
IsDebug : False
IsPatched : False
IsPreRelease : False
IsPrivateBuild : False
IsSpecialBuild : False
Language : Language Neutral
LegalCopyright : Copyright © 2000-2020 SharpZipLib Contributors
LegalTrademarks :
PrivateBuild :
SpecialBuild :
FileVersionRaw : 1.2.0.8
ProductVersionRaw : 1.3.0.0
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
SharePoint SPFX React how to restore file version
Hi All, I have document library in SharePoint online. I have many versions for each file. I want to restore specific version of...
Read more >Wrong file version after recent pip install of Python module
I'm surprised to have found a file from a different version of a python module I installed with pip . I installed pyclustering...
Read more >Azure powershell SDK disappeared
Hi, I have a PS script that runs every time I trigger PS. The script does import Azure.psd1 as follows $modulePath = "C:\Program...
Read more >Mod Monday : r/MB2Bannerlord
Make sure that you are using the correct versions of the mod and its ... Fixed typos that causes game to load mod...
Read more >[1.7.0] KSP Rescue Pod Validator (no more kerbals spawning in ...
I was able to restore most of the contracts by copying the relevant section from a previous save file, but I did not...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
As a “workaround” I’ve set
REINSTALLMODE
toamus
, like so:Yeah, that was my mistake. The correct version should be 1.3.0.8 (the last digit was taken from the CI build number earlier instead of the release number). I will try to get
v1.3.1.9
out soon.