Closed sherwinski closed 5 years ago
@zacman85 From what I gather, the package version in Imgix.csproj is the version reflected on Nuget -- but it seems like good practice to be updating the assembly version as well? In terms of this fix, do you think it's preferrable to generate the ixlib
based on the csproj file, or should we keep both version numbers updated in either case?
The
ixlib
parameter has not been reflecting the correct package version, despite the version being updated inImgix.csproj
. This PR modifies theAssemblyInfo.cs
file to reflect the current package version, which is where theixlib
parameter value is generated from.