Skip to content

Commit

Permalink
Update Versions 2.19.5 (#14962)
Browse files Browse the repository at this point in the history
* Update Version

* update
  • Loading branch information
QilongTang authored Feb 22, 2024
1 parent c12d585 commit 671f52a
Show file tree
Hide file tree
Showing 6 changed files with 600 additions and 594 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@DYNAMO v.2.19.3 © 2023 Autodesk, Inc. All rights reserved.
@DYNAMO v.2.19.5 © 2024 Autodesk, Inc. All rights reserved.
Dynamo License

Those portions created by Ian are provided with the following copyright:
Expand Down
1,178 changes: 592 additions & 586 deletions doc/distrib/License.rtf

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/AssemblySharedInfoGenerator/AssemblySharedInfo.cs
Original file line number Diff line number Diff line change
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.19.3.6364")]
[assembly: AssemblyVersion("2.19.5.7826")]


// 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.19.3.6364")]
[assembly: AssemblyFileVersion("2.19.5.7826")]
2 changes: 1 addition & 1 deletion src/AssemblySharedInfoGenerator/AssemblySharedInfo.tt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ using System.Runtime.InteropServices;
<#+
int MajorVersion = 2;
int MinorVersion = 19;
int BuildNumber = 3;
int BuildNumber = 5;
// 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
int RevisionNumber = ((int)(DateTime.UtcNow - new DateTime(2022,1,1)).TotalDays)*10+((int)DateTime.UtcNow.Hour)/3;
Expand Down
2 changes: 1 addition & 1 deletion src/Config/upiconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<upi_attribute name='id' value='Win64'/>
<upi_element name='level'>
<upi_attribute name='name' value='build'/>
<upi_attribute name='id' value='2.19.3' />
<upi_attribute name='id' value='2.19.5' />
</upi_element>
</upi_element>
</upi_element>
Expand Down
6 changes: 3 additions & 3 deletions tools/autobuild/build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"product_id": "DYN",
"release_id": "2.19.0",
"master_id": "Win64",
"build_id": "2.19.3",
"name": "2.19.3",
"build_milestone": "Update 3",
"build_id": "2.19.5",
"name": "2.19.5",
"build_milestone": "Update 5",
"description":"Build"
}

0 comments on commit 671f52a

Please sign in to comment.