File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
samples/Catalog/windows/Catalog
windows/ReactNativePSPDFKit/ReactNativePSPDFKit Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 ( ) ;
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments