Skip to content

Commit

Permalink
Merge pull request Azure#400 from Azure/daschult/defaultVersion
Browse files Browse the repository at this point in the history
Change default generated package version from 0.1.0 to 1.0.0
  • Loading branch information
Dan Schulte authored Dec 4, 2018
2 parents 9f3f9b6 + aaf9677 commit c663d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vanilla/GeneratorSettingsTS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class GeneratorSettingsTS : IGeneratorSettings
/// <summary>
/// The version that packages that haven't been published to NPM before will be generated with.
/// </summary>
public const string newPackageVersion = "0.1.0";
public const string newPackageVersion = "1.0.0";

/// <summary>
/// Whether or not the generator should produce Azure-specific code.
Expand Down

0 comments on commit c663d11

Please sign in to comment.