Skip to content

Commit 0f6bf20

Browse files
committed
Change version to 1.1.4
1 parent c5bd067 commit 0f6bf20

File tree

4 files changed

+3
-11
lines changed

4 files changed

+3
-11
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.3
1+
1.1.4

build.cmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@echo off
12
set artifacts=%~dp0artifacts
23

34
if exist %artifacts% rd /q /s %artifacts%
@@ -8,11 +9,8 @@ call dotnet restore src/Es.Serializer.JsonNet
89
call dotnet restore src/Es.Serializer.NetSerializer
910
call dotnet restore src/Es.Serializer.ProtoBuf
1011

11-
call dotnet build src/Es.Serializer -f netstandard1.3 -c release -o %artifacts%\netstandard1.3
1212
call dotnet build src/Es.Serializer -f netstandard2.0 -c release -o %artifacts%\netstandard2.0
13-
call dotnet build src/Es.Serializer.JsonNet -f netstandard1.3 -c release -o %artifacts%\netstandard1.3
1413
call dotnet build src/Es.Serializer.JsonNet -f netstandard2.0 -c release -o %artifacts%\netstandard2.0
15-
call dotnet build src/Es.Serializer.ProtoBuf -f netstandard1.3 -c release -o %artifacts%\netstandard1.3
1614
call dotnet build src/Es.Serializer.ProtoBuf -f netstandard2.0 -c release -o %artifacts%\netstandard2.0
1715
call dotnet build src/Es.Serializer.Jil -f netstandard2.0 -c release -o %artifacts%\netstandard2.0
1816

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.3</VersionPrefix>
3+
<VersionPrefix>1.1.4</VersionPrefix>
44
<VersionSuffix></VersionSuffix>
55
</PropertyGroup>
66
</Project>

src/Es.Serializer/Es.Serializer.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
15-
<!--<PackageReference Include="System.Collections" Version="4.3.0" />
16-
<PackageReference Include="System.IO" Version="4.3.0" />
17-
<PackageReference Include="System.Runtime.Extensions" Version="4.3.0" />
18-
<PackageReference Include="System.Threading" Version="4.3.0" />
19-
<PackageReference Include="System.Xml.XmlSerializer" Version="4.3.0" />
20-
<PackageReference Include="System.Runtime.InteropServices" Version="4.3.0" />-->
2115
</ItemGroup>
2216

2317
<ItemGroup Condition=" '$(TargetFramework)' == 'net40' OR '$(TargetFramework)' == 'net45' ">

0 commit comments

Comments
 (0)