From dc1f23f76866e76f5efc61781a9160162cc7959d Mon Sep 17 00:00:00 2001 From: Michael Ganss Date: Thu, 9 Jul 2015 12:05:36 +0200 Subject: [PATCH] Bump version to 0.7 Add version output Update NuSpec --- XmlSchemaClassGenerator.Console/Program.cs | 1 + XmlSchemaClassGenerator/Properties/AssemblyInfo.cs | 2 +- XmlSchemaClassGenerator/XmlSchemaClassGenerator.nuspec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/XmlSchemaClassGenerator.Console/Program.cs b/XmlSchemaClassGenerator.Console/Program.cs index 77abba19..4d3e6bd6 100644 --- a/XmlSchemaClassGenerator.Console/Program.cs +++ b/XmlSchemaClassGenerator.Console/Program.cs @@ -124,6 +124,7 @@ static void ShowHelp(OptionSet p) { System.Console.WriteLine("Usage: XmlSchemaClassGenerator.Console [OPTIONS]+ xsdFile..."); System.Console.WriteLine("Generate C# classes from XML Schema files."); + System.Console.WriteLine("Version " + typeof(Generator).Assembly.GetName().Version); System.Console.WriteLine(@"xsdFiles may contain globs, e.g. ""content\{schema,xsd}\**\*.xsd""."); System.Console.WriteLine(); System.Console.WriteLine("Options:"); diff --git a/XmlSchemaClassGenerator/Properties/AssemblyInfo.cs b/XmlSchemaClassGenerator/Properties/AssemblyInfo.cs index 10b92bdc..8bfde176 100644 --- a/XmlSchemaClassGenerator/Properties/AssemblyInfo.cs +++ b/XmlSchemaClassGenerator/Properties/AssemblyInfo.cs @@ -32,4 +32,4 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.6.*")] +[assembly: AssemblyVersion("0.7.*")] diff --git a/XmlSchemaClassGenerator/XmlSchemaClassGenerator.nuspec b/XmlSchemaClassGenerator/XmlSchemaClassGenerator.nuspec index 36c6717e..3d289e1e 100644 --- a/XmlSchemaClassGenerator/XmlSchemaClassGenerator.nuspec +++ b/XmlSchemaClassGenerator/XmlSchemaClassGenerator.nuspec @@ -10,7 +10,7 @@ https://github.com/mganss/XmlSchemaClassGenerator false $description$ - Bugfix release. + Add basic EF Code First support. Copyright 2013-2015 Michael Ganss xsd