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.