File tree Expand file tree Collapse file tree 5 files changed +12
-15
lines changed
Expand file tree Collapse file tree 5 files changed +12
-15
lines changed Original file line number Diff line number Diff line change 1- 1.1.12
1+ 1.2.0
Original file line number Diff line number Diff line change @@ -9,19 +9,10 @@ call dotnet restore src/Es.Serializer.JsonNet
99call dotnet restore src/Es.Serializer.NetSerializer
1010call 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-
2312call dotnet pack -c release src/Es.Serializer -o %artifacts%
2413call dotnet pack -c release src/Es.Serializer.Jil -o %artifacts%
2514call dotnet pack -c release src/Es.Serializer.JsonNet -o %artifacts%
2615call dotnet pack -c release src/Es.Serializer.NetSerializer -o %artifacts%
2716call dotnet pack -c release src/Es.Serializer.ProtoBuf -o %artifacts%
17+
18+ pause
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <VersionPrefix >1.1.12 </VersionPrefix >
3+ <VersionPrefix >1.2.0 </VersionPrefix >
44 <VersionSuffix ></VersionSuffix >
55 </PropertyGroup >
66</Project >
You can’t perform that action at this time.
0 commit comments