Skip to content

Commit 659f9da

Browse files
authored
Updated and tested 1.12 (#211)
# Details A simple update to PSPDFKit for Windows 1.12. All tested fine.
1 parent 4e80b15 commit 659f9da

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-pspdfkit",
3-
"version": "1.23.6",
3+
"version": "1.23.7",
44
"description": "A React Native module for the PSPDFKit library.",
55
"keywords": [
66
"react native",

samples/Catalog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Catalog",
3-
"version": "1.23.6",
3+
"version": "1.23.7",
44
"private": true,
55
"scripts": {
66
"start": "node node_modules/react-native/local-cli/cli.js start"

samples/Catalog/windows/Catalog/Catalog.csproj

+1-1
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.11.0">
265+
<SDKReference Include="PSPDFKitSDK, Version=1.12.0">
266266
<Name>PSPDFKit for UWP</Name>
267267
</SDKReference>
268268
</ItemGroup>

windows/ReactNativePSPDFKit/ReactNativePSPDFKit/ReactNativePSPDFKit.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
<SDKReference Include="Microsoft.VCLibs, Version=14.0">
140140
<Name>Visual C++ 2015 Runtime for Universal Windows Platform Apps</Name>
141141
</SDKReference>
142-
<SDKReference Include="PSPDFKitSDK, Version=1.11.0">
142+
<SDKReference Include="PSPDFKitSDK, Version=1.12.0">
143143
<Name>PSPDFKit for UWP</Name>
144144
</SDKReference>
145145
</ItemGroup>
@@ -176,4 +176,4 @@
176176
<Target Name="AfterBuild">
177177
</Target>
178178
-->
179-
</Project>
179+
</Project>

0 commit comments

Comments
 (0)