Skip to content

Commit

Permalink
Bump version to 0.7
Browse files Browse the repository at this point in the history
Add version output
Update NuSpec
  • Loading branch information
Michael Ganss committed Jul 9, 2015
1 parent 1a61887 commit dc1f23f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions XmlSchemaClassGenerator.Console/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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:");
Expand Down
2 changes: 1 addition & 1 deletion XmlSchemaClassGenerator/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.*")]
2 changes: 1 addition & 1 deletion XmlSchemaClassGenerator/XmlSchemaClassGenerator.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<projectUrl>https://github.com/mganss/XmlSchemaClassGenerator</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>Bugfix release.</releaseNotes>
<releaseNotes>Add basic EF Code First support.</releaseNotes>
<copyright>Copyright 2013-2015 Michael Ganss</copyright>
<tags>xsd</tags>
</metadata>
Expand Down

0 comments on commit dc1f23f

Please sign in to comment.