Skip to content

Commit

Permalink
updating templates version to 2.0.0-10288 (#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
soninaren authored Oct 11, 2018
1 parent 31de910 commit 68f448f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ private static string config(string @default = null, [CallerMemberName] string k
: value;
}

public const string ItemTemplatesVersion = "2.0.0-10262";
public const string ProjectTemplatesVersion = "2.0.0-10262";
public const string ItemTemplatesVersion = "2.0.0-10288";
public const string ProjectTemplatesVersion = "2.0.0-10288";

public static readonly string SrcProjectPath = Path.GetFullPath("../src/Azure.Functions.Cli/");

Expand Down
Loading

0 comments on commit 68f448f

Please sign in to comment.