aspnet / libuv-build

Libuv build automation for ASP.NET Core
Other
22 stars 18 forks source link

cidev libuv-Darwin packages use timestamps instead of build numbers #8

Closed halter73 closed 8 years ago

halter73 commented 8 years ago

The three most recent versions of the Microsoft.AspNet.Internal.libuv-Darwin on https://www.myget.org/F/aspnetcidev/ are:

The versions before that were:

Microsoft.AspNet.Internal.libuv-Windows is still following the correct versioning scheme and is currently at 1.0.0-rc2-33

I think we are going to have to delete the timestamped packages so semver works.

moozzyk commented 8 years ago

This is not good. I will take a look at this.

moozzyk commented 8 years ago

Fixed. There is a custom script to build the package on the CI and it was still using DNX_BUILD_VERSION instead of DOTNET_BUILD_VERSION. Starting from 1.0.0-rc2-34 everything should be back to normal.