adamreeve / semver.net

Semantic versioning for .NET
MIT License
117 stars 22 forks source link

Strongly name assembly #31

Closed adamreeve closed 7 years ago

adamreeve commented 7 years ago

The SNK file used for strong naming is stored encrypted in the repository and decrypted by Appveyor in the build if it is not a pull request build.

Fixes #30

monty241 commented 7 years ago

Using 2.0.4.0 from nuget.org I still get the error:

Test method Invantive.Deploy.Setup.Test.AssemblyInfContentsTest.x threw exception: 
System.IO.FileLoadException: Could not load file or assembly 'Semver, Version=2.0.4.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)
monty241 commented 7 years ago

Sorry, it concerns the 'Semver' package (lower case 'v') by Max Hausser.