Skip to content

Commit

Permalink
update CubePDF SDK 8.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clown committed Mar 28, 2024
1 parent a834a32 commit 3ec3992
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Examples/Collaboration/Receiver/Collaboration.Receiver.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>8.5.0</Version>
<Version>8.7.0</Version>
<Authors>clown;cube-soft</Authors>
<Company>CubeSoft</Company>
<Product>CoReceiver</Product>
Expand All @@ -24,8 +24,8 @@
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Cube.Pdf.Converter" Version="8.5.0" />
<PackageReference Include="Cube.Logging.NLog" Version="8.5.0" />
<PackageReference Include="Cube.Pdf.Converter" Version="8.7.0" />
<PackageReference Include="Cube.Logging.NLog" Version="8.6.1" />
</ItemGroup>
<ItemGroup>
<None Include="App.*" />
Expand Down
6 changes: 3 additions & 3 deletions Examples/Collaboration/Sender/Collaboration.Sender.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>8.5.0</Version>
<Version>8.7.0</Version>
<Authors>clown;cube-soft</Authors>
<Company>CubeSoft</Company>
<Product>CoSender</Product>
Expand All @@ -25,8 +25,8 @@
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Cube.Pdf.Converter" Version="8.5.0" />
<PackageReference Include="Cube.Logging.NLog" Version="8.5.0" />
<PackageReference Include="Cube.Pdf.Converter" Version="8.7.0" />
<PackageReference Include="Cube.Logging.NLog" Version="8.6.1" />
</ItemGroup>
<ItemGroup>
<None Include="App.*" />
Expand Down
6 changes: 3 additions & 3 deletions Examples/CubePdfLite/CubePdfLite.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>8.5.0</Version>
<Version>8.7.0</Version>
<Authors>clown;cube-soft</Authors>
<Company>CubeSoft</Company>
<Product>CubePDF Lite</Product>
Expand All @@ -24,8 +24,8 @@
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Cube.Pdf.Converter" Version="8.5.0" />
<PackageReference Include="Cube.Logging.NLog" Version="8.5.0" />
<PackageReference Include="Cube.Pdf.Converter" Version="8.7.0" />
<PackageReference Include="Cube.Logging.NLog" Version="8.6.1" />
</ItemGroup>
<ItemGroup>
<None Include="App.*" />
Expand Down
6 changes: 3 additions & 3 deletions Examples/CubePdfMerge/CubePdfMerge.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Authors>clown;cube-soft</Authors>
<Company>CubeSoft</Company>
<Product>CubePDF Merge</Product>
Expand All @@ -24,8 +24,8 @@
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Cube.Pdf.Itext" Version="8.5.2" />
<PackageReference Include="Cube.Logging.NLog" Version="8.5.1" />
<PackageReference Include="Cube.Pdf.Itext" Version="8.7.0" />
<PackageReference Include="Cube.Logging.NLog" Version="8.6.1" />
</ItemGroup>
<ItemGroup>
<None Include="App.*" />
Expand Down
3 changes: 3 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ Pull Request をお願いします。

## 更新履歴

* 2024-03-29 version 8.7.0
- Arm64 版のファイル構成を変更
- CubePDF SDK 8.7.0 へ更新
* 2023-09-06 version 8.5.0
- ARM64 版 Windows に対応
- 内部処理を改善
Expand Down

0 comments on commit 3ec3992

Please sign in to comment.