Skip to content

Commit e396b0c

Browse files
authored
DYN-7364 bump up version to 3.4.0 (#15459)
1 parent b41d055 commit e396b0c

File tree

9 files changed

+164
-163
lines changed

9 files changed

+164
-163
lines changed

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@DYNAMO v.3.3.0 © 2024 Autodesk, Inc. All rights reserved.
1+
@DYNAMO v.3.4.0 © 2024 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

+144-143
Large diffs are not rendered by default.

src/AssemblySharedInfoGenerator/AssemblySharedInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// associated with an assembly.
99
[assembly: AssemblyCompany("Autodesk, Inc")]
1010
[assembly: AssemblyProduct("Dynamo")]
11-
[assembly: AssemblyCopyright("Copyright © Autodesk, Inc 2024")]
11+
[assembly: AssemblyCopyright("Copyright © Autodesk, Inc 2024")]
1212
[assembly: AssemblyTrademark("")]
1313

1414
//In order to begin building localizable applications, set
@@ -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("3.3.0.5104")]
48+
[assembly: AssemblyVersion("3.4.0.6124")]
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("3.3.0.5104")]
67+
[assembly: AssemblyFileVersion("3.4.0.6124")]

src/AssemblySharedInfoGenerator/AssemblySharedInfo.tt

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ using System.Runtime.InteropServices;
6868
[assembly: AssemblyFileVersion("<#= this.MajorVersion #>.<#= this.MinorVersion #>.<#= this.BuildNumber #>.<#= this.RevisionNumber #>")]
6969
<#+
7070
int MajorVersion = 3;
71-
int MinorVersion = 3;
71+
int MinorVersion = 4;
7272
int BuildNumber = 0;
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

src/Config/upiconfig.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
<upi_attribute name='id' value='DYN'/>
99
<upi_element name='level'>
1010
<upi_attribute name='name' value='release'/>
11-
<upi_attribute name='id' value='3.3.0'/>
11+
<upi_attribute name='id' value='3.4.0'/>
1212
<upi_element name='level'>
1313
<upi_attribute name='name' value='master'/>
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='3.3.0' />
17+
<upi_attribute name='id' value='3.4.0' />
1818
</upi_element>
1919
</upi_element>
2020
</upi_element>

test/DynamoCoreWpfTests/PreferencesViewModelTests.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ public void PathManagerWithDifferentHostTest()
154154
string dynamoRevitHostPath = "C:\\Program Files\\Autodesk\\Revit 2024\\AddIns\\DynamoForRevit\\Revit)";
155155
singletonPathManager.AssignHostPathAndIPathResolver(dynamoRevitHostPath, revitPathResolver);
156156

157-
string dynamoRevitUserDataDirectory = Path.Combine(revitResolverParams.UserDataRootFolder, "3.3");
158-
string dynamoRevitCommonDataDirectory = Path.Combine(revitResolverParams.CommonDataRootFolder, "3.3");
157+
string dynamoRevitUserDataDirectory = Path.Combine(revitResolverParams.UserDataRootFolder, "3.4");
158+
string dynamoRevitCommonDataDirectory = Path.Combine(revitResolverParams.CommonDataRootFolder, "3.4");
159159
string dynamoRevitSamplesPath = Path.Combine(revitResolverParams.CommonDataRootFolder, "samples\\en-US");
160160
string dynamoRevitTemplatesPath = Path.Combine(revitResolverParams.CommonDataRootFolder, "templates\\en-US");
161161

tools/autobuild/build.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"product_id": "DYN",
3-
"release_id": "3.3.0",
3+
"release_id": "3.4.0",
44
"master_id": "Win64",
5-
"build_id": "3.3.0",
6-
"name": "3.3.0",
5+
"build_id": "3.4.0",
6+
"name": "3.4.0",
77
"build_milestone": "FCS",
88
"description":"Build"
99
}

tools/autobuild/master.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"product_id": "DYN",
3-
"release_id": "3.3.0",
4-
"name": "DynamoCore3.3.0 Win64",
3+
"release_id": "3.4.0",
4+
"name": "DynamoCore3.4.0 Win64",
55
"master_id": "Win64",
66
"language_pk": 1,
77
"language_code_pk": 3,
88
"master_platform_pk": 2,
99
"master_type_pk": 1,
10-
"description":"DynamoCore3.3.0"
10+
"description":"DynamoCore3.4.0"
1111
}

tools/autobuild/release.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"product_id": "DYN",
3-
"release_id": "3.3.0",
4-
"name": "DynamoCore3.3.0",
5-
"marketing_release_name": "DynamoCore3.3.0",
6-
"description":"DynamoCore3.3.0",
7-
"code_name": "DynamoCore3.3.0"
3+
"release_id": "3.4.0",
4+
"name": "DynamoCore3.4.0",
5+
"marketing_release_name": "DynamoCore3.4.0",
6+
"description":"DynamoCore3.4.0",
7+
"code_name": "DynamoCore3.4.0"
88
}

0 commit comments

Comments
 (0)