Skip to content

Commit

Permalink
Bump version number in master to 2.14 (#12339)
Browse files Browse the repository at this point in the history
  • Loading branch information
sm6srw committed Nov 29, 2021
1 parent b7942a9 commit 80e2bb6
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions src/AssemblySharedInfoGenerator/AssemblySharedInfo.cs
Expand Up @@ -45,7 +45,7 @@
// to distinguish one build from another. AssemblyFileVersion is specified
// in AssemblyVersionInfo.cs so that it can be easily incremented by the
// automated build process.
[assembly: AssemblyVersion("2.13.0.3197")]
[assembly: AssemblyVersion("2.14.0.3326")]


// By default, the "Product version" shown in the file properties window is
Expand All @@ -64,4 +64,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: AssemblyFileVersion("2.13.0.3197")]
[assembly: AssemblyFileVersion("2.14.0.3326")]
2 changes: 1 addition & 1 deletion src/AssemblySharedInfoGenerator/AssemblySharedInfo.tt
Expand Up @@ -68,7 +68,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyFileVersion("<#= this.MajorVersion #>.<#= this.MinorVersion #>.<#= this.BuildNumber #>.<#= this.RevisionNumber #>")]
<#+
int MajorVersion = 2;
int MinorVersion = 13;
int MinorVersion = 14;
int BuildNumber = 0;
// The datetime baseline we choose using this algorithm will affect build number and all nuget packages uploaded
// Please only change when major or minor version got incremented
Expand Down
6 changes: 3 additions & 3 deletions tools/autobuild/build.json
@@ -1,9 +1,9 @@
{
"product_id": "DYN",
"release_id": "2.13.0",
"release_id": "2.14.0",
"master_id": "Win64",
"build_id": "2.13.0",
"name": "2.13.0",
"build_id": "2.14.0",
"name": "2.14.0",
"build_milestone": "FCS",
"description":"Build"
}
6 changes: 3 additions & 3 deletions tools/autobuild/master.json
@@ -1,11 +1,11 @@
{
"product_id": "DYN",
"release_id": "2.13.0",
"name": "DynamoCore2.13.0 Win64",
"release_id": "2.14.0",
"name": "DynamoCore2.14.0 Win64",
"master_id": "Win64",
"language_pk": 1,
"language_code_pk": 3,
"master_platform_pk": 2,
"master_type_pk": 1,
"description":"DynamoCore2.13.0"
"description":"DynamoCore2.14.0"
}
10 changes: 5 additions & 5 deletions tools/autobuild/release.json
@@ -1,8 +1,8 @@
{
"product_id": "DYN",
"release_id": "2.13.0",
"name": "DynamoCore2.13.0",
"marketing_release_name": "DynamoCore2.13.0",
"description":"DynamoCore2.13.0",
"code_name": "DynamoCore2.13.0"
"release_id": "2.14.0",
"name": "DynamoCore2.14.0",
"marketing_release_name": "DynamoCore2.14.0",
"description":"DynamoCore2.14.0",
"code_name": "DynamoCore2.14.0"
}

0 comments on commit 80e2bb6

Please sign in to comment.