Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Versions with zero
-
ProGet has package with version 1.1.1.0 .
When NuGet asks for package version 1.1.1 ProGet fails to give a package.Moreover I can upload both versions 1.1.1.0 and 1.1.1 to the server.
Product: ProGet
Version: 4.0.5
-
This behavior is exactly as expected.
1.1.1.0 and 1.1.1 are considered different versions in the NuGet packaging/versioning specification, and many packages differ like that.
-
Seems like bug in NuGet 3.4 RC.
Thank you.
-
UPDATE: This is a breaking behavior change planned for NuGet 3.4.
https://github.com/NuGet/Home/issues/2298
This may not have a large/widespread impact, and it might be difficult for us to fix server side without breaking everything other than NuGet 3.4... so for now our advice is "don't upgrade to 3.4 or don't rely on that behavior".
Please update/share if this issue impacts you.