question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Version 1.3.0 uses the wrong File Version (1.2.0.8)

See original GitHub issue

Version 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:closed
  • Created 3 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
dittodholecommented, Oct 16, 2020

As a “workaround” I’ve set REINSTALLMODE to amus, like so:

<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
  <Product ...>

    <Package .../>

    <Property Id="REINSTALLMODE" Value="amus"/>

    <.../>

  </Product>
</Wix>
1reaction
pikselcommented, Oct 15, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found