Skip to content

Commit e20a771

Browse files
committed
chore: change version to 1.2.0
1 parent 1d5b81a commit e20a771

File tree

5 files changed

+12
-15
lines changed

5 files changed

+12
-15
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.12
1+
1.2.0

build.cmd

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,10 @@ call dotnet restore src/Es.Serializer.JsonNet
99
call dotnet restore src/Es.Serializer.NetSerializer
1010
call dotnet restore src/Es.Serializer.ProtoBuf
1111

12-
call dotnet build src/Es.Serializer -f netstandard2.0 -c release -o %artifacts%\netstandard2.0
13-
call dotnet build src/Es.Serializer.JsonNet -f netstandard2.0 -c release -o %artifacts%\netstandard2.0
14-
call dotnet build src/Es.Serializer.ProtoBuf -f netstandard2.0 -c release -o %artifacts%\netstandard2.0
15-
call dotnet build src/Es.Serializer.Jil -f netstandard2.0 -c release -o %artifacts%\netstandard2.0
16-
17-
call dotnet build src/Es.Serializer -f net45 -c release -o %artifacts%\net45
18-
call dotnet build src/Es.Serializer.Jil -f net45 -c release -o %artifacts%\net45
19-
call dotnet build src/Es.Serializer.JsonNet -f net45 -c release -o %artifacts%\net45
20-
call dotnet build src/Es.Serializer.NetSerializer -o %artifacts%\net45
21-
call dotnet build src/Es.Serializer.ProtoBuf -f net45 -c release -o %artifacts%\net45
22-
2312
call dotnet pack -c release src/Es.Serializer -o %artifacts%
2413
call dotnet pack -c release src/Es.Serializer.Jil -o %artifacts%
2514
call dotnet pack -c release src/Es.Serializer.JsonNet -o %artifacts%
2615
call dotnet pack -c release src/Es.Serializer.NetSerializer -o %artifacts%
2716
call dotnet pack -c release src/Es.Serializer.ProtoBuf -o %artifacts%
17+
18+
pause

build/common.props

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,16 @@
1717
<Copyright>2019 EsWork, Inc.</Copyright>
1818
<Authors>EsWork;v.la@live.cn</Authors>
1919
<PackageTags>Serializer</PackageTags>
20-
<PackageIconUrl>http://s.gravatar.com/avatar/28dfa5190889f7190e74b683fc30b827?s=80</PackageIconUrl>
20+
<PackageIcon>icon.png</PackageIcon>
21+
<PackageProjectUrl>https://github.com/EsWork/Es.Logging</PackageProjectUrl>
2122
<PackageProjectUrl>https://github.com/EsWork/Es.Serializer</PackageProjectUrl>
2223
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2324
<PackageLicenseType>MIT</PackageLicenseType>
2425
</PropertyGroup>
2526

26-
</Project>
27+
<ItemGroup>
28+
<None Include="$(MSBuildThisFileDirectory)/../LICENSE" Pack="true" Visible="false" PackagePath="" />
29+
<None Include="$(MSBuildThisFileDirectory)icon.png" Pack="true" Visible="false" PackagePath="" />
30+
</ItemGroup>
31+
32+
</Project>

build/icon.png

6.24 KB
Loading

build/version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>1.1.12</VersionPrefix>
3+
<VersionPrefix>1.2.0</VersionPrefix>
44
<VersionSuffix></VersionSuffix>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)