Skip to content

Commit 7f25114

Browse files
committed
Bump version to v1.13.1
1 parent 8b3839d commit 7f25114

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

KeyManager.Library.Plugin.UI/KeyManager.Library.Plugin.UI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PropertyGroup>
1111
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1212
<PackageId>Leosac.$(AssemblyName)</PackageId>
13-
<Version>1.13.0</Version>
13+
<Version>1.13.1</Version>
1414
<Title>Leosac Key Manager Plugin UI Library</Title>
1515
<Company>Leosac SAS</Company>
1616
<Product>Leosac Key Manager</Product>

KeyManager.Library.Plugin/KeyManager.Library.Plugin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PropertyGroup>
1010
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1111
<PackageId>Leosac.$(AssemblyName)</PackageId>
12-
<Version>1.13.0</Version>
12+
<Version>1.13.1</Version>
1313
<Title>Leosac Key Manager Plugin Library</Title>
1414
<Company>Leosac SAS</Company>
1515
<Product>Leosac Key Manager</Product>

KeyManager.Library.UI/KeyManager.Library.UI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PropertyGroup>
1212
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1313
<PackageId>Leosac.$(AssemblyName)</PackageId>
14-
<Version>1.13.0</Version>
14+
<Version>1.13.1</Version>
1515
<Title>Leosac Key Manager UI Library</Title>
1616
<Company>Leosac SAS</Company>
1717
<Product>Leosac Key Manager</Product>

KeyManager.Library/KeyManager.Library.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PropertyGroup>
1111
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1212
<PackageId>Leosac.$(AssemblyName)</PackageId>
13-
<Version>1.13.0</Version>
13+
<Version>1.13.1</Version>
1414
<Title>Leosac Key Manager Core Library</Title>
1515
<Company>Leosac SAS</Company>
1616
<Product>Leosac Key Manager</Product>

KeyManager.Setup/config.wxi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Include xmlns="http://wixtoolset.org/schemas/v4/wxs">
22
<?define Manufacturer = "Leosac" ?>
33
<?define ProductName = "Leosac Key Manager" ?>
4-
<?define Version = "1.13.0.0" ?>
4+
<?define Version = "1.13.1.0" ?>
55
<?define AboutURL = "https://www.leosac.com" ?>
66
<?define SupportURL = "https://www.leosac.com" ?>
77
<?define UpdatesURL = "https://www.leosac.com" ?>

KeyManager/KeyManager.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<TargetFramework>net8.0-windows7.0</TargetFramework>
66
<Nullable>enable</Nullable>
77
<UseWPF>true</UseWPF>
8-
<Version>1.13.0</Version>
8+
<Version>1.13.1</Version>
99
<Product>Leosac Key Manager</Product>
1010
<Description>Key Manager for Access Control and RFID related technologies, by Leosac.</Description>
1111
<Company>Leosac SAS</Company>

latestversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"VersionString": "1.13.0",
2+
"VersionString": "1.13.1",
33
"Uri": "https://download.leosac.com/lkm/KeyManager.Setup-1.13.0.msi"
44
}

0 commit comments

Comments
 (0)