Skip to content
This repository was archived by the owner on Nov 14, 2022. It is now read-only.

Commit 7caacea

Browse files
committed
Version 2.0.0, fixes #53
1 parent 59b1cb2 commit 7caacea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.2.0.{build}
1+
version: 2.0.0.{build}
22
image: Visual Studio 2017
33

44
environment:

src/BinaryFormatter/BinaryFormatter.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Description>BinaryFormatter - easy and light binary serializer</Description>
55
<Copyright>Łukasz Pyrzyk</Copyright>
6-
<VersionPrefix>1.2.0</VersionPrefix>
6+
<VersionPrefix>2.0.0</VersionPrefix>
77
<Authors>Łukasz Pyrzyk</Authors>
88
<TargetFrameworks>netstandard1.1</TargetFrameworks>
99
<AssemblyName>BinaryFormatter</AssemblyName>

0 commit comments

Comments
 (0)