NuGet AssemblyFileVersion fixed at 1.0.0.0 #85
-
Hi all, I noticed that the AsyncAwaitBestPractices and AsyncAwaitBestPractices.MVVM packages have their file versions set to 1.0.0.0. This is out of step with the NuGet package version. Is there a reason for this? Background We're looking to deploy this dll via an installer, but if the file version doesn't increment then the installer won't update the files. We can work around this but I'd like to get some context around the difference first. Cheers! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @LewisNorton! I honestly didn't know that the DLL File Version is still used nowadays now that NuGet Packages are the recommended way for adding external libraries. I'm happy to increment the File Version for you if it'll help 👍 Just out of curiosity, how come you're using DLL references instead of NuGet? |
Beta Was this translation helpful? Give feedback.
Hi @LewisNorton!
I honestly didn't know that the DLL File Version is still used nowadays now that NuGet Packages are the recommended way for adding external libraries.
I'm happy to increment the File Version for you if it'll help 👍
Just out of curiosity, how come you're using DLL references instead of NuGet?