This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 139
139
140
140
<!-- Packaging properties -->
141
141
<PropertyGroup >
142
- <PreReleaseLabel >preview1 </PreReleaseLabel >
142
+ <PreReleaseLabel >servicing </PreReleaseLabel >
143
143
<PackageDescriptionFile >$(SourceDir).nuget/descriptions.json</PackageDescriptionFile >
144
144
<PackageLicenseFile >$(SourceDir).nuget/dotnet_library_license.txt</PackageLicenseFile >
145
145
<PackageThirdPartyNoticesFile >$(SourceDir).nuget/ThirdPartyNotices.txt</PackageThirdPartyNoticesFile >
153
153
<ProjectUrl >https://dot.net</ProjectUrl >
154
154
155
155
<!-- Central place to set the versions of all nuget packages produced in the repo -->
156
- <Version Condition =" '$(MSBuildProjectExtension)' == '.pkgproj' and '$(Version)' == ''" >1.1.0 </Version >
156
+ <Version Condition =" '$(MSBuildProjectExtension)' == '.pkgproj' and '$(Version)' == ''" >1.1.1 </Version >
157
157
158
158
<!-- Set the boolean below to true to generate packages with stabilized versions -->
159
- <StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >true </StabilizePackageVersion >
159
+ <StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >false </StabilizePackageVersion >
160
160
<StableVersion Condition =" '$(MSBuildProjectExtension)' == '.pkgproj' and '$(StabilizePackageVersion)' == 'true' and '$(StableVersion)' == ''" >$(Version)</StableVersion >
161
161
162
162
<!-- On Windows, MSbuild still runs against Desktop FX while it runs on .NET Core on non-Windows. this requires
You can’t perform that action at this time.
0 commit comments