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 15
15
<Configuration Condition =" $(Configuration) == ''" >Release</Configuration >
16
16
<NuGetPath >$(BuildSolutionDir)/src/.nuget/nuget.exe</NuGetPath >
17
17
<NuGetPackageDir >$(BuildSolutionDir)/NuGet.Pcl/</NuGetPackageDir >
18
- <NuGetVersion >$(MajorVersion).$(MinorVersion).$(PatchVersion)</NuGetVersion >
19
18
<Version >$(MajorVersion).$(MinorVersion).$(PatchVersion).0</Version >
20
19
<UnstableTag Condition =" $(RELEASE) == ''" >-unstable</UnstableTag >
21
20
<PackageVersion >$(MajorVersion).$(MinorVersion).$(PatchVersion)$(UnstableTag)</PackageVersion >
80
79
<!-- Update Min Dependency Version -->
81
80
<RegexTransform Include =" $(NuGetPackageDir)/**/*.nuspec" >
82
81
<Find >version="4\.0[^"]*"</Find >
83
- <ReplaceWith >version="$(NuGetVersion )"</ReplaceWith >
82
+ <ReplaceWith >version="$(PackageVersion )"</ReplaceWith >
84
83
</RegexTransform >
85
84
86
85
</ItemGroup >
Original file line number Diff line number Diff line change 15
15
<Configuration Condition =" $(Configuration) == ''" >Signed</Configuration >
16
16
<NuGetPath >$(BuildSolutionDir)/src/.nuget/nuget.exe</NuGetPath >
17
17
<NuGetPackageDir >$(BuildSolutionDir)/NuGet.Signed/</NuGetPackageDir >
18
- <NuGetVersion >$(MajorVersion).$(MinorVersion).$(PatchVersion)</NuGetVersion >
19
18
<Version >$(MajorVersion).$(MinorVersion).$(PatchVersion).0</Version >
20
19
<UnstableTag Condition =" $(RELEASE) == ''" >-unstable</UnstableTag >
21
20
<PackageVersion >$(MajorVersion).$(MinorVersion).$(PatchVersion)$(UnstableTag)</PackageVersion >
77
76
<!-- Update Min Dependency Version -->
78
77
<RegexTransform Include =" $(NuGetPackageDir)/**/*.nuspec" >
79
78
<Find >version="4\.0[^"]*"</Find >
80
- <ReplaceWith >version="$(NuGetVersion )"</ReplaceWith >
79
+ <ReplaceWith >version="$(PackageVersion )"</ReplaceWith >
81
80
</RegexTransform >
82
81
</ItemGroup >
83
82
Original file line number Diff line number Diff line change 15
15
<Configuration Condition =" $(Configuration) == ''" >Release</Configuration >
16
16
<NuGetPath >$(BuildSolutionDir)/src/.nuget/nuget.exe</NuGetPath >
17
17
<NuGetPackageDir >$(BuildSolutionDir)/NuGet/</NuGetPackageDir >
18
- <NuGetVersion >$(MajorVersion).$(MinorVersion).$(PatchVersion)</NuGetVersion >
19
18
<Version >$(MajorVersion).$(MinorVersion).$(PatchVersion).0</Version >
20
19
<UnstableTag Condition =" $(RELEASE) == ''" >-unstable</UnstableTag >
21
20
<PackageVersion >$(MajorVersion).$(MinorVersion).$(PatchVersion)$(UnstableTag)</PackageVersion >
79
78
<!-- Update Min Dependency Version -->
80
79
<RegexTransform Include =" $(NuGetPackageDir)/**/*.nuspec" >
81
80
<Find >version="4\.0[^"]*"</Find >
82
- <ReplaceWith >version="$(NuGetVersion )"</ReplaceWith >
81
+ <ReplaceWith >version="$(PackageVersion )"</ReplaceWith >
83
82
</RegexTransform >
84
83
</ItemGroup >
85
84
You can’t perform that action at this time.
0 commit comments