Skip to content

Commit

Permalink
Merge pull request #28 from microsoft/samirans/updating
Browse files Browse the repository at this point in the history
Updating to latest SDK
  • Loading branch information
samiranshah-zz authored Jul 1, 2020
2 parents fd3bbcc + 8272b36 commit 1afe586
Show file tree
Hide file tree
Showing 30 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@
<AppInstallerUpdateFrequency>1</AppInstallerUpdateFrequency>
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>
<AppxSymbolPackageEnabled>False</AppxSymbolPackageEnabled>
<PackageCertificateThumbprint>A5556A0110243FDC39CA78C807B6BEBBE1D1D8D1</PackageCertificateThumbprint>
<PackageCertificateThumbprint>FA16E0E4D3F5CC83588E04BA369B88716CB0B58D</PackageCertificateThumbprint>
<PackageCertificateKeyFile>AppInstallerFileBuilder_TemporaryKey.pfx</PackageCertificateKeyFile>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
Expand Down
Binary file not shown.
Binary file modified Redist.x64/AppxPackaging.dll
Binary file not shown.
Binary file modified Redist.x64/AppxPackaging.dll.mui
Binary file not shown.
Binary file modified Redist.x64/AppxSip.dll
Binary file not shown.
Binary file modified Redist.x64/ComparePackage.exe
Binary file not shown.
Binary file modified Redist.x64/MakeAppx.exe
Binary file not shown.
Binary file modified Redist.x64/MakePri.exe
Binary file not shown.
Binary file modified Redist.x64/Microsoft.ComparePackage.Lib.dll
Binary file not shown.
Binary file modified Redist.x64/Microsoft.PackageEditor.Lib.dll
Binary file not shown.
Binary file modified Redist.x64/OpcServices.dll
Binary file not shown.
Binary file modified Redist.x64/PackageEditor.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion Redist.x64/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Redistributable binaries and tools from Windows 10 SDK

This section of the MSIX Toolkit includes binaries and tools from the Windows 10 SDK that are essential while working with MSIX packages. Binaries are x64 and part of the Windows 10 1903 SDK.
This section of the MSIX Toolkit includes binaries and tools from the Windows 10 SDK that are essential while working with MSIX packages. Binaries are x64 and part of the Windows 10 SDK (10.0.19041.0), version 2004 (https://aka.ms/windowssdk).

## License

Expand Down
Binary file modified Redist.x64/mssign32.dll
Binary file not shown.
Binary file modified Redist.x64/signtool.exe
Binary file not shown.
Binary file modified Redist.x64/wintrust.dll
Binary file not shown.
Binary file modified Redist.x86/AppxPackaging.dll.mui
Binary file not shown.
Binary file modified Redist.x86/ComparePackage.exe
Binary file not shown.
Binary file modified Redist.x86/Microsoft.ComparePackage.Lib.dll
Binary file not shown.
Binary file modified Redist.x86/Microsoft.PackageEditor.Lib.dll
Binary file not shown.
Binary file modified Redist.x86/PackageEditor.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion Redist.x86/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Redistributable binaries and tools from Windows 10 SDK

This section of the MSIX Toolkit includes binaries and tools from the Windows 10 SDK that are essential while working with MSIX packages. Binaries are x86 and part of the Windows 10 1903 SDK.
This section of the MSIX Toolkit includes binaries and tools from the Windows 10 SDK that are essential while working with MSIX packages. Binaries are x86 and part of the Windows 10 SDK (10.0.19041.0), version 2004 (https://aka.ms/windowssdk).

## License

Expand Down
Binary file modified Redist.x86/appxpackaging.dll
Binary file not shown.
Binary file modified Redist.x86/appxsip.dll
Binary file not shown.
Binary file modified Redist.x86/makeappx.exe
Binary file not shown.
Binary file modified Redist.x86/makepri.exe
Binary file not shown.
Binary file modified Redist.x86/mssign32.dll
Binary file not shown.
Binary file modified Redist.x86/opcservices.dll
Binary file not shown.
Binary file modified Redist.x86/signtool.exe
Binary file not shown.
Binary file modified Redist.x86/wintrust.dll
Binary file not shown.

0 comments on commit 1afe586

Please sign in to comment.