bump version number
This commit is contained in:
parent
3f82e335aa
commit
af66983497
@ -2,7 +2,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net7.0-windows</TargetFramework>
|
<TargetFramework>net7.0-windows</TargetFramework>
|
||||||
<OutputType>WinExe</OutputType>
|
<OutputType>WinExe</OutputType>
|
||||||
<Version>0.3.2</Version>
|
<Version>0.3.3</Version>
|
||||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||||
<UseWindowsForms>true</UseWindowsForms>
|
<UseWindowsForms>true</UseWindowsForms>
|
||||||
<UseWPF>true</UseWPF>
|
<UseWPF>true</UseWPF>
|
||||||
|
@ -51,5 +51,5 @@ using System.Windows;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("0.3.2.0")]
|
[assembly: AssemblyVersion("0.3.3.0")]
|
||||||
[assembly: AssemblyFileVersion("0.3.2.0")]
|
[assembly: AssemblyFileVersion("0.3.3.0")]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# EliteBGS changelog
|
# EliteBGS changelog
|
||||||
|
|
||||||
## 0.3.3 on ??.05.2023
|
## 0.3.3 on 15.05.2023
|
||||||
|
|
||||||
* Added payout for the Thargoid Glaive.
|
* Added payout for the Thargoid Glaive.
|
||||||
* Added payout and support for the Thargoid Revenant.
|
* Added payout and support for the Thargoid Revenant.
|
||||||
|
Loading…
Reference in New Issue
Block a user