dotnet / android-libzipsharp

A managed wrapper (and then some) around libzip (https://libzip.org/)
MIT License
30 stars 12 forks source link

Generate AssemblyInfo from the csproj. #98

Closed dellis1972 closed 3 years ago

dellis1972 commented 3 years ago

Update LibZipSharp to generate its AssemblyInfo via the MSBuild properties rather than having an AssemblyInfo.cs file. This will mean that the AssemblyInfo will match the NuGet package version.

Update .vscode/tasks.json so they use the right path.