I have created one C# project. Output of that project is dll. I have updated everything in AssemblyInfo.cs file like Company, product, copyright. I want to assign version to that dll in devops pipeline.
I have created Azure Devops pipeline CI/CD for that project.
I want to assign NuGet package version as dll version.
Is it possible to assign NuGet verison as dll's version which are going to be delivered in Release Pipeline? If yes, Please help me by providing some info or steps for that.