Skip to content

Commit 8a82687

Browse files
authored
Update to 1.6.0 (#127)
1 parent aa08f3b commit 8a82687

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

samples/Catalog/windows/Catalog/Catalog.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
<SDKReference Include="Microsoft.VCLibs, Version=14.0">
231231
<Name>Visual C++ 2015 Runtime for Universal Windows Platform Apps</Name>
232232
</SDKReference>
233-
<SDKReference Include="PSPDFKitSDK, Version=1.5.4">
233+
<SDKReference Include="PSPDFKitSDK, Version=1.6.0">
234234
<Name>PSPDFKit for UWP</Name>
235235
</SDKReference>
236236
</ItemGroup>
@@ -249,4 +249,4 @@
249249
<Target Name="AfterBuild">
250250
</Target>
251251
-->
252-
</Project>
252+
</Project>

windows/ReactNativePSPDFKit/ReactNativePSPDFKit/ReactNativePSPDFKit.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<SDKReference Include="Microsoft.VCLibs, Version=14.0">
132132
<Name>Visual C++ 2015 Runtime for Universal Windows Platform Apps</Name>
133133
</SDKReference>
134-
<SDKReference Include="PSPDFKitSDK, Version=1.5.4">
134+
<SDKReference Include="PSPDFKitSDK, Version=1.6.0">
135135
<Name>PSPDFKit for UWP</Name>
136136
</SDKReference>
137137
</ItemGroup>
@@ -158,4 +158,4 @@
158158
<Target Name="AfterBuild">
159159
</Target>
160160
-->
161-
</Project>
161+
</Project>

0 commit comments

Comments
 (0)