We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2443d4f commit 9bcc460Copy full SHA for 9bcc460
src/AssemblyVersion.cs
@@ -1,6 +1,6 @@
1
2
using System.Reflection;
3
4
-[assembly: AssemblyVersion("2.4.0")]
5
-[assembly: AssemblyFileVersion("2.4.0")]
+[assembly: AssemblyVersion("2.4.1")]
+[assembly: AssemblyFileVersion("2.4.1")]
6
src/AssemblyVersion.tt
@@ -7,5 +7,5 @@ using System.Reflection;
7
[assembly: AssemblyFileVersion("<#= this.version #>")]
8
9
<#+
10
- string version = "2.4.0";
+ string version = "2.4.1";
11
#>
0 commit comments