Skip to content

Commit a54a279

Browse files
authored
Update to Windows 1.10.1 (#171)
Update the wrapper to reference PSPDFKit for Windows to 1.10.1
1 parent 1d25e98 commit a54a279

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/Catalog/windows/Catalog/Catalog.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
<SDKReference Include="Microsoft.VCLibs, Version=14.0">
263263
<Name>Visual C++ 2015 Runtime for Universal Windows Platform Apps</Name>
264264
</SDKReference>
265-
<SDKReference Include="PSPDFKitSDK, Version=1.10.0">
265+
<SDKReference Include="PSPDFKitSDK, Version=1.10.1">
266266
<Name>PSPDFKit for UWP</Name>
267267
</SDKReference>
268268
</ItemGroup>

windows/ReactNativePSPDFKit/ReactNativePSPDFKit/ReactNativePSPDFKit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<SDKReference Include="Microsoft.VCLibs, Version=14.0">
138138
<Name>Visual C++ 2015 Runtime for Universal Windows Platform Apps</Name>
139139
</SDKReference>
140-
<SDKReference Include="PSPDFKitSDK, Version=1.10.0">
140+
<SDKReference Include="PSPDFKitSDK, Version=1.10.1">
141141
<Name>PSPDFKit for UWP</Name>
142142
</SDKReference>
143143
</ItemGroup>

0 commit comments

Comments
 (0)