fix weirdness with build number

This commit is contained in:
Robert McRackan 2020-01-02 09:01:04 -05:00
parent 9606acda26
commit 6ad541c199
2 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<!-- <PublishSingleFile>true</PublishSingleFile> --> <!-- <PublishSingleFile>true</PublishSingleFile> -->
<RuntimeIdentifier>win-x64</RuntimeIdentifier> <RuntimeIdentifier>win-x64</RuntimeIdentifier>
<Version>3.1.2.2</Version> <Version>3.1.3.1</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

View File

@ -1,6 +1,7 @@
-- begin VERSIONING --------------------------------------------------------------------------------------------------------------------- -- begin VERSIONING ---------------------------------------------------------------------------------------------------------------------
https://github.com/rmcrackan/Libation/releases https://github.com/rmcrackan/Libation/releases
v3.1.3 : fix weirdness with build number
v3.1.2 : minor bug fixes v3.1.2 : minor bug fixes
v3.1.1 : Check if upgrade available on github v3.1.1 : Check if upgrade available on github
v3.1.0 : FIRST PUBLIC RELEASE v3.1.0 : FIRST PUBLIC RELEASE