Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revision mismatch in nuspec file #201

Closed
thoean opened this issue Sep 16, 2015 · 0 comments
Closed

Revision mismatch in nuspec file #201

thoean opened this issue Sep 16, 2015 · 0 comments

Comments

@thoean
Copy link

thoean commented Sep 16, 2015

The latest version, 4.2.1507.118, sets the revision to 4.2.1507.0118 in Moq.nuspec, but has 4.2.1507.118 otherwise, for example in the NuGet feed.

When running Moq with ASP.NET vNext, then dnu restore fails with a "path not found", which expects the missing "0" in the revision number.

If the problem related that the build is rounded to 3 digits for some cases?
In the build file, I see <Revision>$([System.DateTime]::UtcNow.ToString("ddHH"))</Revision>, which translates to the following line in Moq.nuspec: <version>4.2.1507.0118</version>

As a temporary workaround, I am downgrading to version 4.2.1312.1622.

Thank you!

@kzu kzu closed this as completed in 664c46c Oct 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant