This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 <NuGetPath >$(BuildSolutionDir)/src/.nuget/nuget.exe</NuGetPath >
1717 <NuGetPackageDir >$(BuildSolutionDir)/NuGet.Signed/</NuGetPackageDir >
1818 <Version >$(MajorVersion).$(MinorVersion).$(PatchVersion).0</Version >
19- <UnstableTag Condition =" $(RELEASE) == ''" >-unstable</UnstableTag >
20- <PackageVersion >$(MajorVersion).$(MinorVersion).$(PatchVersion)$(UnstableTag)</PackageVersion >
19+ <PackageVersion >$(MajorVersion).$(MinorVersion).$(PatchVersion)</PackageVersion >
2120 </PropertyGroup >
2221
2322 <ItemGroup >
Original file line number Diff line number Diff line change 1717 <NuGetPackageDir >$(BuildSolutionDir)/NuGet/</NuGetPackageDir >
1818 <NuGetPackageCoreDir >$(BuildSolutionDir)/NuGet.Core/</NuGetPackageCoreDir >
1919 <Version >$(MajorVersion).$(MinorVersion).$(PatchVersion).0</Version >
20- <UnstableTag Condition =" $(RELEASE) == ''" >-unstable</UnstableTag >
21- <PackageVersion >$(MajorVersion).$(MinorVersion).$(PatchVersion)$(UnstableTag)</PackageVersion >
22- <PackageCoreVersion >1.0.$(PatchCoreVersion)$(UnstableTag)</PackageCoreVersion >
20+ <PackageVersion >$(MajorVersion).$(MinorVersion).$(PatchVersion)</PackageVersion >
21+ <PackageCoreVersion >1.0.$(PatchCoreVersion)</PackageCoreVersion >
2322 </PropertyGroup >
2423
2524 <ItemGroup >
You can’t perform that action at this time.
0 commit comments