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 02e1bfe commit 54fd0f6Copy full SHA for 54fd0f6
GTToolsSharp/GTToolsSharp.csproj
@@ -3,7 +3,7 @@
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
<TargetFramework>net9.0</TargetFramework>
6
- <Version>5.3.2</Version>
+ <Version>5.3.3</Version>
7
</PropertyGroup>
8
9
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
GTToolsSharp/Program.cs
@@ -29,7 +29,7 @@ class Program
29
public static bool SaveHeader = false;
30
public static bool SaveTOC = false;
31
32
- public const string Version = "5.3.2";
+ public const string Version = "5.3.3";
33
34
static async Task Main(string[] args)
35
{
0 commit comments