dazinator / DotNet.Glob

A fast globbing library for .NET / .NETStandard applications. Outperforms Regex.
MIT License
363 stars 27 forks source link

match assembly version and nuget version #30

Closed czjlorenz closed 6 years ago

czjlorenz commented 7 years ago

I noticed that all of the DLLs in the nuget have the version 1.0.0.0 in their Win32 version resources and the .NET assembly names. It would be nice if this would be the same as the nuget version.

dazinator commented 7 years ago

Yeah, at the moment I am waiting on gitversion msbuild task to work under dotnet cli: https://github.com/GitTools/GitVersion/issues/1175

Once that's done I'll get the assembly versions stamped again.

dazinator commented 6 years ago

https://github.com/CometaSolutions/UtilPack/issues/20

dazinator commented 6 years ago

Fixed as of: https://ci.appveyor.com/project/dazinator/dotnet-glob/build/2.0.0-alpha0121+115/artifacts

dazinator commented 6 years ago

Hmm seems I spoke prematurely.