Skip to content

Commit b904bfa

Browse files
committed
Update version to 1.18.1
1 parent 585cfc0 commit b904bfa

File tree

11 files changed

+15
-11
lines changed

11 files changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.18.1 - 09/06/2024
2+
3+
- Fix possible race condition on initialization cleanup when opening a key store
4+
15
# v1.18.0 - 08/27/2024
26

37
- Add Key Value export as text file

KeyManager.Library.KeyGen/KeyManager.Library.KeyGen.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.18.0</Version>
13+
<Version>1.18.1</Version>
1414
<Title>Leosac Key Manager Key Generation Library</Title>
1515
<Company>Leosac SAS</Company>
1616
<Product>Leosac Key Manager</Product>

KeyManager.Library.KeyStore.File/KeyManager.Library.KeyStore.File.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.18.0</Version>
14+
<Version>1.18.1</Version>
1515
<Title>Leosac Key Manager File Key Store Library</Title>
1616
<Company>Leosac SAS</Company>
1717
<Product>Leosac Key Manager</Product>

KeyManager.Library.KeyStore.LCP/KeyManager.Library.KeyStore.LCP.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.18.0</Version>
14+
<Version>1.18.1</Version>
1515
<Title>Leosac Key Manager LCP Key Store Library</Title>
1616
<Company>Leosac SAS</Company>
1717
<Product>Leosac Key Manager</Product>

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.18.0</Version>
13+
<Version>1.18.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.18.0</Version>
12+
<Version>1.18.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.18.0</Version>
14+
<Version>1.18.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.18.0</Version>
13+
<Version>1.18.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.18.0.0" ?>
4+
<?define Version = "1.18.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.18.0</Version>
8+
<Version>1.18.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>

0 commit comments

Comments
 (0)