Skip to content

Commit

Permalink
Updated libs, created submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
falleretic committed Apr 6, 2023
1 parent 71e0fac commit bb0db19
Show file tree
Hide file tree
Showing 16 changed files with 23 additions and 14 deletions.
8 changes: 4 additions & 4 deletions Examples/ApiExamples/ApiExamples/ApiExamples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,10 @@

<ItemGroup>
<PackageReference Include="Aspose.BarCode" Version="23.1.0" />
<PackageReference Include="Aspose.Page" Version="23.2.0" />
<PackageReference Include="Aspose.PDF" Version="23.2.0" />
<PackageReference Include="Aspose.Words" Version="23.3.0" />
<PackageReference Include="Aspose.Words.Shaping.HarfBuzz" Version="23.3.0" />
<PackageReference Include="Aspose.Page" Version="23.3.0" />
<PackageReference Include="Aspose.PDF" Version="23.3.1" />
<PackageReference Include="Aspose.Words" Version="23.4.0" />
<PackageReference Include="Aspose.Words.Shaping.HarfBuzz" Version="23.4.0" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.1.1" />
<PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
Expand Down
8 changes: 4 additions & 4 deletions Examples/ApiExamples/Runner.MAUI/Runner.MAUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Aspose.Page" Version="23.1.0" />
<PackageReference Include="Aspose.PDF" Version="23.1.0" />
<PackageReference Include="Aspose.Words" Version="23.2.0" />
<PackageReference Include="Aspose.Words.Shaping.HarfBuzz" Version="23.2.0" />
<PackageReference Include="Aspose.Page" Version="23.3.0" />
<PackageReference Include="Aspose.PDF" Version="23.3.1" />
<PackageReference Include="Aspose.Words" Version="23.4.0" />
<PackageReference Include="Aspose.Words.Shaping.HarfBuzz" Version="23.4.0" />
<PackageReference Include="Shiny.Xunit.Runners.Maui" Version="1.0.0" />
<PackageReference Include="SkiaSharp" Version="2.88.3" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Examples/DocsExamples/Docker/Docker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Aspose.Words" Version="23.3.0" />
<PackageReference Include="Aspose.Words" Version="23.4.0" />
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions Examples/DocsExamples/DocsExamples/DocsExamples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@

<ItemGroup>
<PackageReference Include="Aspose.BarCode" Version="23.1.0" />
<PackageReference Include="Aspose.Email" Version="23.2.0" />
<PackageReference Include="Aspose.Words" Version="23.3.0" />
<PackageReference Include="Aspose.Words.Shaping.HarfBuzz" Version="23.3.0" />
<PackageReference Include="Aspose.Email" Version="23.3.0" />
<PackageReference Include="Aspose.Words" Version="23.4.0" />
<PackageReference Include="Aspose.Words.Shaping.HarfBuzz" Version="23.4.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Aspose.Words">
<Version>23.3.0</Version>
<Version>23.4.0</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
1 change: 1 addition & 0 deletions Gists/Advanced_table_formatting_C#
Submodule Advanced_table_formatting_C# added at c77580
1 change: 1 addition & 0 deletions Gists/Fill_document_table_from_external_database_using_C#
1 change: 1 addition & 0 deletions Gists/How_to_make_a_table_in_C#
Submodule How_to_make_a_table_in_C# added at 1dd0d3
1 change: 1 addition & 0 deletions Gists/How_to_merge_table_cells_in_C#
Submodule How_to_merge_table_cells_in_C# added at c8d4a9
1 change: 1 addition & 0 deletions Gists/Join_tables_in_C#
Submodule Join_tables_in_C# added at a92e24
1 change: 1 addition & 0 deletions Gists/Replace_text_in_a_table_in_C#
Submodule Replace_text_in_a_table_in_C# added at 188c6c
1 change: 1 addition & 0 deletions Gists/Specify_table_position_in_C#
Submodule Specify_table_position_in_C# added at 733678
1 change: 1 addition & 0 deletions Gists/Split_table_in_C#
Submodule Split_table_in_C# added at e4273f
1 change: 1 addition & 0 deletions Gists/Table_formatting_in_details_using_C#
Submodule Table_formatting_in_details_using_C# added at ba58c1
1 change: 1 addition & 0 deletions Gists/Working_with_parts_of_a_table_using_C#
Submodule Working_with_parts_of_a_table_using_C# added at 0dffbc
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ This repository contains [Demos](Demos), [Examples](Examples), [Plugins](Plugins

Directory | Description
--------- | -----------
[Demos](Demos) | Aspose.Words for .NET Live Demos Source Code
[Examples](Examples) | A collection of .NET examples that help you learn and explore the API features
[Showcases](Showcases) | Standalone ready-to-use applications that demonstrate some specific use cases
[Plugins](Plugins) | Plugins that will demonstrate one or more features of Aspose.Words for .NET
Expand Down

0 comments on commit bb0db19

Please sign in to comment.