Skip to content

Commit 401f809

Browse files
authored
version updates (#15028)
1 parent 07de74e commit 401f809

File tree

6 files changed

+1637
-4049
lines changed

6 files changed

+1637
-4049
lines changed

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DYNAMO v.2.16.2 © 2022 Autodesk, Inc. All rights reserved.
1+
DYNAMO v.2.16.3 © 2022 Autodesk, Inc. All rights reserved.
22
Dynamo License
33

44
Those portions created by Ian are provided with the following copyright:

doc/distrib/License.rtf

+1,629-4,041
Large diffs are not rendered by default.

src/AssemblySharedInfoGenerator/AssemblySharedInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
// to distinguish one build from another. AssemblyFileVersion is specified
4646
// in AssemblyVersionInfo.cs so that it can be easily incremented by the
4747
// automated build process.
48-
[assembly: AssemblyVersion("2.16.2.5586")]
48+
[assembly: AssemblyVersion("2.16.3.8080")]
4949

5050

5151
// By default, the "Product version" shown in the file properties window is
@@ -64,4 +64,4 @@
6464
// You can specify all the values or you can default the Build and Revision Numbers
6565
// by using the '*' as shown below:
6666
// [assembly: AssemblyVersion("1.0.*")]
67-
[assembly: AssemblyFileVersion("2.16.2.5586")]
67+
[assembly: AssemblyFileVersion("2.16.3.8080")]

src/AssemblySharedInfoGenerator/AssemblySharedInfo.tt

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ using System.Runtime.InteropServices;
6969
<#+
7070
int MajorVersion = 2;
7171
int MinorVersion = 16;
72-
int BuildNumber = 2;
72+
int BuildNumber = 3;
7373
// The datetime baseline we choose using this algorithm will affect build number and all nuget packages uploaded
7474
// Please only change when major or minor version got incremented
7575
int RevisionNumber = ((int)(DateTime.UtcNow - new DateTime(2022,1,1)).TotalDays)*10+((int)DateTime.UtcNow.Hour)/3;

src/Config/upiconfig.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<upi_attribute name='id' value='Win64'/>
1515
<upi_element name='level'>
1616
<upi_attribute name='name' value='build'/>
17-
<upi_attribute name='id' value='2.16.2' />
17+
<upi_attribute name='id' value='2.16.3' />
1818
</upi_element>
1919
</upi_element>
2020
</upi_element>

tools/autobuild/build.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"product_id": "DYN",
33
"release_id": "2.16.0",
44
"master_id": "Win64",
5-
"build_id": "2.16.2",
6-
"name": "2.16.2",
7-
"build_milestone": "Update 2",
5+
"build_id": "2.16.3",
6+
"name": "2.16.3",
7+
"build_milestone": "Update 3",
88
"description":"Build"
99
}

0 commit comments

Comments
 (0)