From 43639b3e2e28e575aec9a69c0188d7a2664019df Mon Sep 17 00:00:00 2001 From: Alexandre Mutel Date: Thu, 16 Jan 2014 07:36:14 +0900 Subject: [PATCH] Upgrade version to 1.2 --- CommonAssemblyInfo.cs | 4 ++-- SharpYaml/SharpYaml.nuspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CommonAssemblyInfo.cs b/CommonAssemblyInfo.cs index f8d892c..32fc9c9 100644 --- a/CommonAssemblyInfo.cs +++ b/CommonAssemblyInfo.cs @@ -69,7 +69,7 @@ using System; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.1.0.*")] -[assembly: AssemblyFileVersion("1.1.0")] +[assembly: AssemblyVersion("1.2.0.*")] +[assembly: AssemblyFileVersion("1.2.0")] [assembly: CLSCompliant(true)] \ No newline at end of file diff --git a/SharpYaml/SharpYaml.nuspec b/SharpYaml/SharpYaml.nuspec index e3a81a4..1ff2829 100644 --- a/SharpYaml/SharpYaml.nuspec +++ b/SharpYaml/SharpYaml.nuspec @@ -2,7 +2,7 @@ SharpYaml - 1.1.0 + 1.2.0 Alexandre Mutel A YAML portable .NET library. providing parsing and serialization of object graphs. This package contains the YAML parser and serializer/deserializer.