Skip to content

Commit

Permalink
Update LLA dependency to v3.1.0
Browse files Browse the repository at this point in the history
Bump version to v1.13.0
  • Loading branch information
Maxhy committed Jan 31, 2024
1 parent dc8798f commit 952560b
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="LibLogicalAccessNetCE" Version="3.0.1" />
<PackageReference Include="LibLogicalAccessNetCE" Version="3.1.0" />
<PackageReference Include="log4net" Version="2.0.15">
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>
Expand Down
1 change: 0 additions & 1 deletion KeyManager.Library.KeyStore.NXP_SAM/SAMKeyStore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,6 @@ public override Task Update(IChangeKeyEntry change, bool ignoreIfMissing)
samkt = LibLogicalAccess.Card.SAMKeyType.SAM_KEY_3K3DES;
}
}
natkey.setKeyType(samkt); // Temporary fix, this could be removed with LLA version >= v3.1
natkey.setKeysData(keys, samkt);
}
natkey.setKeyEntryInformation(infoav2);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
<PropertyGroup>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>Leosac.$(AssemblyName)</PackageId>
<Version>1.12.0</Version>
<Version>1.13.0</Version>
<Title>Leosac Key Manager Plugin UI Library</Title>
<Company>Leosac SAS</Company>
<Product>Leosac Key Manager</Product>
<Authors>leosac</Authors>
<Description>Library for Leosac Key Manager plugin UI development</Description>
<Copyright>Copyright ©2023 Leosac SAS</Copyright>
<Copyright>Copyright ©2024 Leosac SAS</Copyright>
<PackageProjectUrl>https://github.com/leosac/key-manager</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/leosac/key-manager.git</RepositoryUrl>
Expand Down
4 changes: 2 additions & 2 deletions KeyManager.Library.Plugin/KeyManager.Library.Plugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
<PropertyGroup>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>Leosac.$(AssemblyName)</PackageId>
<Version>1.12.0</Version>
<Version>1.13.0</Version>
<Title>Leosac Key Manager Plugin Library</Title>
<Company>Leosac SAS</Company>
<Product>Leosac Key Manager</Product>
<Authors>leosac</Authors>
<Description>Library for Leosac Key Manager plugin development</Description>
<Copyright>Copyright ©2023 Leosac SAS</Copyright>
<Copyright>Copyright ©2024 Leosac SAS</Copyright>
<PackageProjectUrl>https://github.com/leosac/key-manager</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/leosac/key-manager.git</RepositoryUrl>
Expand Down
4 changes: 2 additions & 2 deletions KeyManager.Library.UI/KeyManager.Library.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<PropertyGroup>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>Leosac.$(AssemblyName)</PackageId>
<Version>1.12.0</Version>
<Version>1.13.0</Version>
<Title>Leosac Key Manager UI Library</Title>
<Company>Leosac SAS</Company>
<Product>Leosac Key Manager</Product>
<Authors>leosac</Authors>
<Description>Core Library for Leosac Key Manager UI development</Description>
<Copyright>Copyright ©2023 Leosac SAS</Copyright>
<Copyright>Copyright ©2024 Leosac SAS</Copyright>
<PackageProjectUrl>https://github.com/leosac/key-manager</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/leosac/key-manager.git</RepositoryUrl>
Expand Down
4 changes: 2 additions & 2 deletions KeyManager.Library/KeyManager.Library.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
<PropertyGroup>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>Leosac.$(AssemblyName)</PackageId>
<Version>1.12.0</Version>
<Version>1.13.0</Version>
<Title>Leosac Key Manager Core Library</Title>
<Company>Leosac SAS</Company>
<Product>Leosac Key Manager</Product>
<Authors>leosac</Authors>
<Description>Core Library for Leosac Key Manager development</Description>
<Copyright>Copyright ©2023 Leosac SAS</Copyright>
<Copyright>Copyright ©2024 Leosac SAS</Copyright>
<PackageProjectUrl>https://github.com/leosac/key-manager</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/leosac/key-manager.git</RepositoryUrl>
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.11.2.0" ?>
<?define Version = "1.13.0.0" ?>
<?define AboutURL = "https://www.leosac.com" ?>
<?define SupportURL = "https://www.leosac.com" ?>
<?define UpdatesURL = "https://www.leosac.com" ?>
Expand Down
4 changes: 2 additions & 2 deletions KeyManager/KeyManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<TargetFramework>net8.0-windows7.0</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<Version>1.12.0</Version>
<Version>1.13.0</Version>
<Product>Leosac Key Manager</Product>
<Description>Key Manager for Access Control and RFID related technologies, by Leosac.</Description>
<Company>Leosac SAS</Company>
<AssemblyTitle>Leosac Key Manager</AssemblyTitle>
<Copyright>Copyright ©2023 Leosac SAS</Copyright>
<Copyright>Copyright ©2024 Leosac SAS</Copyright>
<RootNamespace>Leosac.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<ApplicationIcon>leosac_key.ico</ApplicationIcon>
</PropertyGroup>
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.12.0",
"Uri": "https://download.leosac.com/lkm/KeyManager.Setup-1.12.0.msi"
"VersionString": "1.13.0",
"Uri": "https://download.leosac.com/lkm/KeyManager.Setup-1.13.0.msi"
}

0 comments on commit 952560b

Please sign in to comment.