Skip to content

Commit ab5113d

Browse files
authored
Changed the DyamoRevit version to 27.0.0. (DynamoDS#3193)
* Modified Major version to 27
1 parent d32b6ff commit ab5113d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.41
1+
0.7.42

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.7.42
2+
* Change version of D4R to match the one in Revit
3+
14
## 0.7.41
25
* Change the Install Dll test as it had some typos
36

src/AssemblySharedInfoGenerator/AssemblySharedInfo.tt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ using System.Runtime.InteropServices;
6969
// [assembly: AssemblyVersion("1.0.*")]
7070
[assembly: AssemblyFileVersion("<#= this.MajorVersion #>.<#= this.MinorVersion #>.<#= this.BuildNumber #>.<#= this.RevisionNumber #>")]
7171
<#+
72-
int MajorVersion = 3;
73-
int MinorVersion = 5;
72+
int MajorVersion = 27;
73+
int MinorVersion = 0;
7474
int BuildNumber = 0;
7575
int RevisionNumber = ((int)(DateTime.UtcNow - new DateTime(2025,1,1)).TotalDays)*10+((int)DateTime.UtcNow.Hour)/3;
7676
#>

0 commit comments

Comments
 (0)