This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1515 <Configuration Condition =" $(Configuration) == ''" >Release</Configuration >
1616 <NuGetPath >$(BuildSolutionDir)/src/.nuget/nuget.exe</NuGetPath >
1717 <NuGetPackageDir >$(BuildSolutionDir)/NuGet.Pcl/</NuGetPackageDir >
18- <NuGetVersion >$(MajorVersion).$(MinorVersion).$(PatchVersion)</NuGetVersion >
1918 <Version >$(MajorVersion).$(MinorVersion).$(PatchVersion).0</Version >
2019 <UnstableTag Condition =" $(RELEASE) == ''" >-unstable</UnstableTag >
2120 <PackageVersion >$(MajorVersion).$(MinorVersion).$(PatchVersion)$(UnstableTag)</PackageVersion >
8079 <!-- Update Min Dependency Version -->
8180 <RegexTransform Include =" $(NuGetPackageDir)/**/*.nuspec" >
8281 <Find >version="4\.0[^"]*"</Find >
83- <ReplaceWith >version="$(NuGetVersion )"</ReplaceWith >
82+ <ReplaceWith >version="$(PackageVersion )"</ReplaceWith >
8483 </RegexTransform >
8584
8685 </ItemGroup >
Original file line number Diff line number Diff line change 1515 <Configuration Condition =" $(Configuration) == ''" >Signed</Configuration >
1616 <NuGetPath >$(BuildSolutionDir)/src/.nuget/nuget.exe</NuGetPath >
1717 <NuGetPackageDir >$(BuildSolutionDir)/NuGet.Signed/</NuGetPackageDir >
18- <NuGetVersion >$(MajorVersion).$(MinorVersion).$(PatchVersion)</NuGetVersion >
1918 <Version >$(MajorVersion).$(MinorVersion).$(PatchVersion).0</Version >
2019 <UnstableTag Condition =" $(RELEASE) == ''" >-unstable</UnstableTag >
2120 <PackageVersion >$(MajorVersion).$(MinorVersion).$(PatchVersion)$(UnstableTag)</PackageVersion >
7776 <!-- Update Min Dependency Version -->
7877 <RegexTransform Include =" $(NuGetPackageDir)/**/*.nuspec" >
7978 <Find >version="4\.0[^"]*"</Find >
80- <ReplaceWith >version="$(NuGetVersion )"</ReplaceWith >
79+ <ReplaceWith >version="$(PackageVersion )"</ReplaceWith >
8180 </RegexTransform >
8281 </ItemGroup >
8382
Original file line number Diff line number Diff line change 1515 <Configuration Condition =" $(Configuration) == ''" >Release</Configuration >
1616 <NuGetPath >$(BuildSolutionDir)/src/.nuget/nuget.exe</NuGetPath >
1717 <NuGetPackageDir >$(BuildSolutionDir)/NuGet/</NuGetPackageDir >
18- <NuGetVersion >$(MajorVersion).$(MinorVersion).$(PatchVersion)</NuGetVersion >
1918 <Version >$(MajorVersion).$(MinorVersion).$(PatchVersion).0</Version >
2019 <UnstableTag Condition =" $(RELEASE) == ''" >-unstable</UnstableTag >
2120 <PackageVersion >$(MajorVersion).$(MinorVersion).$(PatchVersion)$(UnstableTag)</PackageVersion >
7978 <!-- Update Min Dependency Version -->
8079 <RegexTransform Include =" $(NuGetPackageDir)/**/*.nuspec" >
8180 <Find >version="4\.0[^"]*"</Find >
82- <ReplaceWith >version="$(NuGetVersion )"</ReplaceWith >
81+ <ReplaceWith >version="$(PackageVersion )"</ReplaceWith >
8382 </RegexTransform >
8483 </ItemGroup >
8584
You can’t perform that action at this time.
0 commit comments