Skip to content

Commit 436cda6

Browse files
committed
Bump to version 21.
1 parent 5d2691d commit 436cda6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<GitRepositoryDirectory>$(MSBuildThisFileDirectory).git</GitRepositoryDirectory>
55
<SubstrateVersion>1.1.44</SubstrateVersion>
6-
<PreviewBuild>20</PreviewBuild>
6+
<PreviewBuild>21</PreviewBuild>
77
<AspNetCoreVersion>6.0.0</AspNetCoreVersion>
88
<EFCoreBulkVersion>6.0.29</EFCoreBulkVersion>
99
</PropertyGroup>

build/NugetPackage.Common.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<PackageReleaseNotes>Problem Judging Core Module</PackageReleaseNotes>
99
<RepositoryUrl>https://github.com/namofun/polygon</RepositoryUrl>
1010
<Authors>yang-er</Authors>
11-
<Version>1.0.0</Version>
12-
<PackageVersion>1.0.$(PreviewBuild)</PackageVersion>
11+
<Version>1.1.0</Version>
12+
<PackageVersion>1.1.$(PreviewBuild)</PackageVersion>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1414
<IncludeSymbols>true</IncludeSymbols>
1515
<SymbolPackageFormat>snupkg</SymbolPackageFormat>

0 commit comments

Comments
 (0)