Skip to content

Commit

Permalink
Update cert for WPFVisualizer (#9041)
Browse files Browse the repository at this point in the history
* Update cert

* Use adaptiveCards

* Update cswinrt version
  • Loading branch information
anna-dingler authored Oct 16, 2024
1 parent bdbd170 commit ffba9a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<ItemGroup>
<PackageReference Include="AdaptiveCards.Templating" Version="1.5.0" />
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.0.4" />
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.1.1" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@
<DefaultLanguage>en-US</DefaultLanguage>
<PackageCertificateKeyFile>AdaptiveCards.Sample.WPFVisualizer.PackageProject_TemporaryKey.pfx</PackageCertificateKeyFile>
<EntryPointProjectUniqueName>..\WPFVisualizer\AdaptiveCards.Sample.WPFVisualizer.csproj</EntryPointProjectUniqueName>
<PackageCertificateThumbprint>CDB52BC1A7F93B2E7D980BD9C235BDD6BFA59ECB</PackageCertificateThumbprint>
<PackageCertificateThumbprint>3bd5fc86b707a862b32aa301f34e37c77de44a11</PackageCertificateThumbprint>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
</PropertyGroup>
<ItemGroup>
<AppxManifest Include="Package.appxmanifest">
<SubType>Designer</SubType>
</AppxManifest>
<None Include="AdaptiveCards.Sample.WPFVisualizer.PackageProject_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<None Include="AdaptiveCards.Sample.WPFVisualizer.PackageProject_TemporaryKey.pfx" />
<Content Include="Images\BadgeLogo.scale-100.png" />
<Content Include="Images\BadgeLogo.scale-200.png" />
<Content Include="Images\BadgeLogo.scale-400.png" />
Expand Down
Binary file not shown.

0 comments on commit ffba9a6

Please sign in to comment.