Update version

This commit is contained in:
Oleksii Holub 2022-03-07 03:43:47 +02:00
parent 9221966171
commit a893ebda68
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
### v2.33.2 (07-Mar-2022)
- Actually fixed it this time.
### v2.33.1 (07-Mar-2022)
- Fixed an issue where the application silently failed to run if the system didn't have .NET Runtime 6.0.2 installed. If you continue seeing this issue, please uninstall all existing .NET runtimes from your computer and then try running the application again.

View file

@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Version>2.33.1</Version>
<Version>2.33.2</Version>
<Company>Tyrrrz</Company>
<Copyright>Copyright (c) Oleksii Holub</Copyright>
<LangVersion>preview</LangVersion>