Skip to content

Commit

Permalink
Bump version for 3.2.1 (#15290)
Browse files Browse the repository at this point in the history
  • Loading branch information
pinzart90 authored Jun 6, 2024
1 parent cccc331 commit 113773b
Show file tree
Hide file tree
Showing 6 changed files with 154 additions and 152 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.3.2.0 © 2024 Autodesk, Inc. All rights reserved.
@DYNAMO v.3.2.1 © 2024 Autodesk, Inc. All rights reserved.
Dynamo License

Those portions created by Ian are provided with the following copyright:
Expand Down
292 changes: 147 additions & 145 deletions doc/distrib/License.rtf

Large diffs are not rendered by default.

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 = 3;
int MinorVersion = 2;
int BuildNumber = 0;
int BuildNumber = 1;
// 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(2023,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='3.2.0' />
<upi_attribute name='id' value='3.2.1' />
</upi_element>
</upi_element>
</upi_element>
Expand Down
2 changes: 1 addition & 1 deletion tools/NuGet/BuildPackages.bat
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ for /f %%f in ('cscript //Nologo ..\install\GetFileVersion.vbs %harvestPath%\Dyn
set /a count=!count!+1
)
setlocal DisableDelayedExpansion
set version=%Major%.%Minor%.%Build%.%Revision%
set version=%Major%.%Minor%.%Build%-beta%Revision%

:: Get target framework from build.xml
for /f %%f in ('cscript //Nologo .\GetTargetFramework.vbs ..\..\src\build.xml') do (
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": "3.2.0",
"master_id": "Win64",
"build_id": "3.2.0",
"name": "3.2.0",
"build_milestone": "FCS",
"build_id": "3.2.1",
"name": "3.2.1",
"build_milestone": "Update 1",
"description":"Build"
}

0 comments on commit 113773b

Please sign in to comment.