Skip to content

Commit

Permalink
Bump version to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxhy committed Oct 16, 2023
1 parent 20ab047 commit 9b178a2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion KeyManager.Library/KeyManager.Library.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Title>Leosac Key Manager Core Library</Title>
<Company>Leosac SAS</Company>
<Product>Leosac Key Manager</Product>
<Authors>islog</Authors>
<Authors>leosac</Authors>
<Description>Core Library for Leosac Key Manager development</Description>
<Copyright>Copyright ©2023 Leosac SAS</Copyright>
<PackageProjectUrl>https://github.com/leosac/key-manager</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion KeyManager.Setup/config.wxi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Include xmlns="http://wixtoolset.org/schemas/v4/wxs">
<?define Manufacturer = "Leosac" ?>
<?define ProductName = "Leosac Key Manager" ?>
<?define Version = "1.8.0.0" ?>
<?define Version = "1.9.0.0" ?>
<?define AboutURL = "https://www.leosac.com" ?>
<?define SupportURL = "https://www.leosac.com" ?>
<?define UpdatesURL = "https://www.leosac.com" ?>
Expand Down
2 changes: 1 addition & 1 deletion KeyManager/KeyManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net7.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<Version>1.8.0</Version>
<Version>1.9.0</Version>
<Product>Leosac Key Manager</Product>
<Description>Key Manager for Access Control and RFID related technologies, by Leosac.</Description>
<Company>Leosac SAS</Company>
Expand Down
4 changes: 2 additions & 2 deletions latestversion
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"VersionString": "1.8.0",
"Uri": "https://download.leosac.com/lkm/KeyManager.Setup-1.8.0.msi"
"VersionString": "1.9.0",
"Uri": "https://download.leosac.com/lkm/KeyManager.Setup-1.9.0.msi"
}

0 comments on commit 9b178a2

Please sign in to comment.