Skip to content

Commit 16e1d74

Browse files
authored
Update uwp library version to 1.4 (#78)
Minor change in API for 1.4. References updated.
1 parent df47116 commit 16e1d74

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

samples/Catalog/windows/Catalog/Catalog.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
<SDKReference Include="Microsoft.VCLibs, Version=14.0">
225225
<Name>Visual C++ 2015 Runtime for Universal Windows Platform Apps</Name>
226226
</SDKReference>
227-
<SDKReference Include="PSPDFKitSDK, Version=1.3.0">
227+
<SDKReference Include="PSPDFKitSDK, Version=1.4.0">
228228
<Name>PSPDFKit for UWP</Name>
229229
</SDKReference>
230230
</ItemGroup>

windows/ReactNativePSPDFKit/ReactNativePSPDFKit/PDFViewPage.xaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ public sealed partial class PDFViewPage : Page
1717
{
1818

1919
Controller _controller;
20-
const string _css = "ms-appx-web:///Assets/pspdfkit/windows.css";
21-
20+
private static Uri _css = new Uri("ms-appx-web:///Assets/pspdfkit/windows.css");
21+
2222
public PDFViewPage()
2323
{
2424
InitializeComponent();

windows/ReactNativePSPDFKit/ReactNativePSPDFKit/ReactNativePSPDFKit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<SDKReference Include="Microsoft.VCLibs, Version=14.0">
123123
<Name>Visual C++ 2015 Runtime for Universal Windows Platform Apps</Name>
124124
</SDKReference>
125-
<SDKReference Include="PSPDFKitSDK, Version=1.3.0">
125+
<SDKReference Include="PSPDFKitSDK, Version=1.4.0">
126126
<Name>PSPDFKit for UWP</Name>
127127
</SDKReference>
128128
</ItemGroup>

0 commit comments

Comments
 (0)