Skip to content

Commit

Permalink
Bump master to version 2.17 (#13247)
Browse files Browse the repository at this point in the history
* bump master to version 2.17

* update Dynamo version in upiconfig

* update license
  • Loading branch information
aparajit-pratap committed Aug 26, 2022
1 parent d2864c2 commit adac54c
Show file tree
Hide file tree
Showing 7 changed files with 864 additions and 866 deletions.
1,698 changes: 848 additions & 850 deletions doc/distrib/License.rtf

Large diffs are not rendered by default.

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.16.0.2366")]
[assembly: AssemblyVersion("2.17.0.2366")]


// 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.16.0.2366")]
[assembly: AssemblyFileVersion("2.17.0.2366")]
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 = 16;
int MinorVersion = 17;
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
4 changes: 2 additions & 2 deletions src/Config/upiconfig.xml
Expand Up @@ -8,13 +8,13 @@
<upi_attribute name='id' value='DYN'/>
<upi_element name='level'>
<upi_attribute name='name' value='release'/>
<upi_attribute name='id' value='2.16.0'/>
<upi_attribute name='id' value='2.17.0'/>
<upi_element name='level'>
<upi_attribute name='name' value='master'/>
<upi_attribute name='id' value='Win64'/>
<upi_element name='level'>
<upi_attribute name='name' value='build'/>
<upi_attribute name='id' value='2.16.0' />
<upi_attribute name='id' value='2.17.0' />
</upi_element>
</upi_element>
</upi_element>
Expand Down
6 changes: 3 additions & 3 deletions tools/autobuild/build.json
@@ -1,9 +1,9 @@
{
"product_id": "DYN",
"release_id": "2.16.0",
"release_id": "2.17.0",
"master_id": "Win64",
"build_id": "2.16.0",
"name": "2.16.0",
"build_id": "2.17.0",
"name": "2.17.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.16.0",
"name": "DynamoCore2.16.0 Win64",
"release_id": "2.17.0",
"name": "DynamoCore2.17.0 Win64",
"master_id": "Win64",
"language_pk": 1,
"language_code_pk": 3,
"master_platform_pk": 2,
"master_type_pk": 1,
"description":"DynamoCore2.16.0"
"description":"DynamoCore2.17.0"
}
10 changes: 5 additions & 5 deletions tools/autobuild/release.json
@@ -1,8 +1,8 @@
{
"product_id": "DYN",
"release_id": "2.16.0",
"name": "DynamoCore2.16.0",
"marketing_release_name": "DynamoCore2.16.0",
"description":"DynamoCore2.16.0",
"code_name": "DynamoCore2.16.0"
"release_id": "2.17.0",
"name": "DynamoCore2.17.0",
"marketing_release_name": "DynamoCore2.17.0",
"description":"DynamoCore2.17.0",
"code_name": "DynamoCore2.17.0"
}

0 comments on commit adac54c

Please sign in to comment.