File tree Expand file tree Collapse file tree 2 files changed +2
-118
lines changed Expand file tree Collapse file tree 2 files changed +2
-118
lines changed Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <!-- Central version prefix - applies to all nuget packages. -->
4- <VersionPrefix >1.38 .0</VersionPrefix >
4+ <VersionPrefix >1.39 .0</VersionPrefix >
55 <PackageVersion Condition =" '$(VersionSuffix)' != ''" >$(VersionPrefix)-$(VersionSuffix)</PackageVersion >
66 <PackageVersion Condition =" '$(VersionSuffix)' == ''" >$(VersionPrefix)</PackageVersion >
77
88 <Configurations >Debug;Release;Publish</Configurations >
99 <IsPackable >true</IsPackable >
1010
1111 <!-- Package validation. Baseline Version should be the latest version available on NuGet. -->
12- <PackageValidationBaselineVersion >1.37 .0</PackageValidationBaselineVersion >
12+ <PackageValidationBaselineVersion >1.38 .0</PackageValidationBaselineVersion >
1313 <!-- Validate assembly attributes only for Publish builds -->
1414 <NoWarn Condition =" '$(Configuration)' != 'Publish'" >$(NoWarn);CP0003</NoWarn >
1515 <!-- Do not validate reference assemblies -->
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments