Skip to content

Commit

Permalink
update dependencies and version
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsbehlen committed Nov 1, 2024
1 parent 7de90d6 commit d0d09f4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions Installer/HeatGeneratedFileList.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
<Component Id="cmp38C8C8720B9E206E84300D54623F364F" Guid="*">
<File Id="fil4F23AD8C96C5BB4CBC95EDCEBFEAE01A" KeyPath="yes" Source="$(var.HarvestPath)\PrivacyIDEA Client.dll" />
</Component>
<Component Id="cmp627F95934DFE8795F8708045A2120F23" Guid="*">
<File Id="filAEAF8C61AA86723A95F0986173532954" KeyPath="yes" Source="$(var.HarvestPath)\System.CodeDom.dll" />
</Component>
<Component Id="cmp818DD9321384D39D5217A67E2E7BCE5F" Guid="*">
<File Id="filFE8AF657E5AB8F90D19F7FE38C683891" KeyPath="yes" Source="$(var.HarvestPath)\System.Formats.Cbor.dll" />
</Component>
<Component Id="cmpB2F9EBAF385E9E29B5A93F58B0D73177" Guid="*">
<File Id="filA39AFD83E426A11FDBCFCA1B11CFEE01" KeyPath="yes" Source="$(var.HarvestPath)\System.Management.dll" />
</Component>
Expand Down Expand Up @@ -76,6 +82,8 @@
<ComponentRef Id="cmpDB5150719259774F3E2C981C4744D48F" />
<ComponentRef Id="cmp0C69636E7BBE1AD1B5B6D6783F3C6DAE" />
<ComponentRef Id="cmp38C8C8720B9E206E84300D54623F364F" />
<ComponentRef Id="cmp627F95934DFE8795F8708045A2120F23" />
<ComponentRef Id="cmp818DD9321384D39D5217A67E2E7BCE5F" />
<ComponentRef Id="cmpB2F9EBAF385E9E29B5A93F58B0D73177" />
<ComponentRef Id="cmpCC819D78638D2AE9194EF1CACA4D1678" />
<ComponentRef Id="cmp5FF7899E92EDB8FCC6B405FE4CA1E01C" />
Expand Down
4 changes: 2 additions & 2 deletions Installer/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

<?include $(sys.CURRENTDIR)\Include.wxi?>

<Product Id="{3E683257-80A6-457E-94A5-574B8F8167D9}"
<Product Id="*"
Name="PrivacyIDEA Smartcard Client $(var.Version)"
Language="1033"
Version="1.0.0.0"
Version="1.0.1.0"
Manufacturer="$(var.Publisher)"
UpgradeCode="358f0de4-b7c9-4b7d-b4ea-3c956505c168">

Expand Down
10 changes: 5 additions & 5 deletions PISmartcardClient/PISmartcardClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<Authors>NetKnights GmbH</Authors>
<Product>PrivacyIDEA Smartcard Client</Product>
<PackageProjectUrl>https://github.com/privacyidea/smartcard-client-windows</PackageProjectUrl>
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>1.0.0</FileVersion>
<AssemblyVersion>1.0.1</AssemblyVersion>
<FileVersion>1.0.1</FileVersion>
<PlatformTarget>x64</PlatformTarget>
<BaseOutputPath></BaseOutputPath>
</PropertyGroup>
Expand All @@ -31,10 +31,10 @@

<ItemGroup>
<PackageReference Include="LoadingSpinner.WPF" Version="1.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
<PackageReference Include="Microsoft.Toolkit.Mvvm" Version="7.1.2" />
<PackageReference Include="System.Management" Version="6.0.0" />
<PackageReference Include="Yubico.YubiKey" Version="1.4.2" />
<PackageReference Include="System.Management" Version="8.0.0" />
<PackageReference Include="Yubico.YubiKey" Version="1.11.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit d0d09f4

Please sign in to comment.