Bacancy Technology
Bacancy Technology represents the connected world, offering innovative and customer-centric information technology experiences, enabling Enterprises, Associates and the Society to Rise™.
12+
Countries where we have happy customers
1050+
Agile enabled employees
06
World wide offices
12+
Years of Experience
05
Agile Coaches
14
Certified Scrum Masters
1000+
Clients projects
1458
Happy customers
Artificial Intelligence
Machine Learning
Salesforce
Microsoft
SAP
March 18, 2024
The user is facing issues with the package version in .NET core project. User have configured version in assemblyfileversion and assemblyversion property of /Properties/AssemblyInfo.cs file but when user create nuget package using “dotnet pack” command package is generated with “*.1.0.0.nupkg”
The user was assigning version to the property in assembly information file, .NET framework was using the file and property to assign assembly version but .NET core uses version property from project.csproj file.
<PropertyGroup> <VersionPrefix>2.0.0</VersionPrefix> <VersionSuffix>alpha</VersionSuffix> </PropertyGroup>
2.0.0-alpha