Skip to content

Commit

Permalink
UWP: Update to PSPDFKit for Windows 1.11.0 (#186)
Browse files Browse the repository at this point in the history
UWP: Update to PSPDFKit for Windows 1.11.0
  • Loading branch information
nickwinder authored Mar 15, 2019
1 parent ed7d6d7 commit a5e24ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions samples/Catalog/windows/Catalog/Catalog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
<SDKReference Include="Microsoft.VCLibs, Version=14.0">
<Name>Visual C++ 2015 Runtime for Universal Windows Platform Apps</Name>
</SDKReference>
<SDKReference Include="PSPDFKitSDK, Version=1.10.1">
<SDKReference Include="PSPDFKitSDK, Version=1.11.0">
<Name>PSPDFKit for UWP</Name>
</SDKReference>
</ItemGroup>
Expand All @@ -280,4 +280,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<SDKReference Include="Microsoft.VCLibs, Version=14.0">
<Name>Visual C++ 2015 Runtime for Universal Windows Platform Apps</Name>
</SDKReference>
<SDKReference Include="PSPDFKitSDK, Version=1.10.1">
<SDKReference Include="PSPDFKitSDK, Version=1.11.0">
<Name>PSPDFKit for UWP</Name>
</SDKReference>
</ItemGroup>
Expand Down Expand Up @@ -169,4 +169,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

0 comments on commit a5e24ca

Please sign in to comment.