diff --git a/.version b/.version index a12cadd82..ec92ab1e1 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.6.16 \ No newline at end of file +0.6.17 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e261a258d..da1fe8efe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.6.17 +* Version back DynamoRevit to 3.1 + ## 0.6.16 * Improved FilterRule.ByRuleType node to use the same data type for the value and the parameter value that it takes as input diff --git a/src/AssemblySharedInfoGenerator/AssemblySharedInfo.tt b/src/AssemblySharedInfoGenerator/AssemblySharedInfo.tt index 198841adc..5f911c23a 100644 --- a/src/AssemblySharedInfoGenerator/AssemblySharedInfo.tt +++ b/src/AssemblySharedInfoGenerator/AssemblySharedInfo.tt @@ -69,8 +69,8 @@ using System.Runtime.InteropServices; // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyFileVersion("<#= this.MajorVersion #>.<#= this.MinorVersion #>.<#= this.BuildNumber #>.<#= this.RevisionNumber #>")] <#+ -int MajorVersion = 2026; -int MinorVersion = 0; +int MajorVersion = 3; +int MinorVersion = 1; int BuildNumber = 0; int RevisionNumber = ((int)(DateTime.UtcNow - new DateTime(2024,1,1)).TotalDays)*10+((int)DateTime.UtcNow.Hour)/3; #>