Skip to content

Commit

Permalink
update app
Browse files Browse the repository at this point in the history
  • Loading branch information
rfuzzo committed Jun 23, 2024
1 parent 43d98ac commit dba3011
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Wolvenkit.Installer.Package/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity
Name="26499Wolvenkit.WolvenKit.Installer"
Publisher="CN=Wolvenkit"
Version="0.3.1.0" />
Version="0.3.2.0" />

<Properties>
<DisplayName>WolvenKit.Installer</DisplayName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<AppxBundlePlatforms>x64</AppxBundlePlatforms>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
<PackageCertificateThumbprint>85B8084E4646EB7FB9986176324CB9C472ECBA86</PackageCertificateThumbprint>
<PackageCertificateThumbprint>1FDF198170E073245842293488681AA29957AEB5</PackageCertificateThumbprint>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
<AppInstallerUri>https://wolvenkit.github.io/WolvenKit.Installer</AppInstallerUri>
</PropertyGroup>
Expand Down Expand Up @@ -115,10 +115,10 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.4.231115000">
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240607001">
<IncludeAssets>build</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.2428">
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1">
<IncludeAssets>build</IncludeAssets>
</PackageReference>
</ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions Wolvenkit.Installer/Wolvenkit.Installer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
<PackageReference Include="CommunityToolkit.WinUI" Version="7.1.2" />
<PackageReference Include="CommunityToolkit.WinUI.UI.Controls" Version="7.1.2" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.4.231115000" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.2428" />
<PackageReference Include="Octokit" Version="9.0.0" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240607001" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1" />
<PackageReference Include="Octokit" Version="12.0.0" />
<PackageReference Include="Semver" Version="2.3.0" />
<Manifest Include="$(ApplicationManifest)" />
</ItemGroup>
Expand Down
14 changes: 7 additions & 7 deletions docs/Wolvenkit.Installer.Package.appinstaller
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<AppInstaller
Uri="https://wolvenkit.github.io/WolvenKit.Installer/Wolvenkit.Installer.Package.appinstaller"
Version="0.3.1.0" xmlns="http://schemas.microsoft.com/appx/appinstaller/2017/2">
Version="0.3.2.0" xmlns="http://schemas.microsoft.com/appx/appinstaller/2017/2">
<MainBundle
Name="26499Wolvenkit.WolvenKit.Installer"
Version="0.3.1.0"
Version="0.3.2.0"
Publisher="CN=Wolvenkit"
Uri="https://wolvenkit.github.io/WolvenKit.Installer/Wolvenkit.Installer.Package_0.3.1.0_Test/Wolvenkit.Installer.Package_0.3.1.0_x64.msixbundle" />
Uri="https://wolvenkit.github.io/WolvenKit.Installer/Wolvenkit.Installer.Package_0.3.2.0_Test/Wolvenkit.Installer.Package_0.3.2.0_x64.msixbundle" />
<Dependencies>
<Package
Name="Microsoft.VCLibs.140.00"
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
ProcessorArchitecture="x64"
Uri="https://wolvenkit.github.io/WolvenKit.Installer/Wolvenkit.Installer.Package_0.3.1.0_Test/Dependencies/x64/Microsoft.VCLibs.x64.14.00.appx"
Version="14.0.30704.0" />
Uri="https://wolvenkit.github.io/WolvenKit.Installer/Wolvenkit.Installer.Package_0.3.2.0_Test/Dependencies/x64/Microsoft.VCLibs.x64.14.00.appx"
Version="14.0.33519.0" />
<Package
Name="Microsoft.VCLibs.140.00.UWPDesktop"
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
ProcessorArchitecture="x64"
Uri="https://wolvenkit.github.io/WolvenKit.Installer/Wolvenkit.Installer.Package_0.3.1.0_Test/Dependencies/x64/Microsoft.VCLibs.x64.14.00.Desktop.appx"
Version="14.0.30704.0" />
Uri="https://wolvenkit.github.io/WolvenKit.Installer/Wolvenkit.Installer.Package_0.3.2.0_Test/Dependencies/x64/Microsoft.VCLibs.x64.14.00.Desktop.appx"
Version="14.0.33728.0" />
</Dependencies>
<UpdateSettings>
<OnLaunch
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit dba3011

Please sign in to comment.