From bb0db19a42524e019478a90ffe986169251cfcd2 Mon Sep 17 00:00:00 2001 From: vderyushev Date: Thu, 6 Apr 2023 19:40:26 +0300 Subject: [PATCH] Updated libs, created submodules --- Examples/ApiExamples/ApiExamples/ApiExamples.csproj | 8 ++++---- Examples/ApiExamples/Runner.MAUI/Runner.MAUI.csproj | 8 ++++---- Examples/DocsExamples/Docker/Docker.csproj | 2 +- Examples/DocsExamples/DocsExamples/DocsExamples.csproj | 6 +++--- .../DocsExamples/DocumentExplorer/DocumentExplorer.csproj | 2 +- Gists/Advanced_table_formatting_C# | 1 + Gists/Fill_document_table_from_external_database_using_C# | 1 + Gists/How_to_make_a_table_in_C# | 1 + Gists/How_to_merge_table_cells_in_C# | 1 + Gists/Join_tables_in_C# | 1 + Gists/Replace_text_in_a_table_in_C# | 1 + Gists/Specify_table_position_in_C# | 1 + Gists/Split_table_in_C# | 1 + Gists/Table_formatting_in_details_using_C# | 1 + Gists/Working_with_parts_of_a_table_using_C# | 1 + README.md | 1 - 16 files changed, 23 insertions(+), 14 deletions(-) create mode 160000 Gists/Advanced_table_formatting_C# create mode 160000 Gists/Fill_document_table_from_external_database_using_C# create mode 160000 Gists/How_to_make_a_table_in_C# create mode 160000 Gists/How_to_merge_table_cells_in_C# create mode 160000 Gists/Join_tables_in_C# create mode 160000 Gists/Replace_text_in_a_table_in_C# create mode 160000 Gists/Specify_table_position_in_C# create mode 160000 Gists/Split_table_in_C# create mode 160000 Gists/Table_formatting_in_details_using_C# create mode 160000 Gists/Working_with_parts_of_a_table_using_C# diff --git a/Examples/ApiExamples/ApiExamples/ApiExamples.csproj b/Examples/ApiExamples/ApiExamples/ApiExamples.csproj index e4509b50e..929f62b03 100644 --- a/Examples/ApiExamples/ApiExamples/ApiExamples.csproj +++ b/Examples/ApiExamples/ApiExamples/ApiExamples.csproj @@ -156,10 +156,10 @@ - - - - + + + + diff --git a/Examples/ApiExamples/Runner.MAUI/Runner.MAUI.csproj b/Examples/ApiExamples/Runner.MAUI/Runner.MAUI.csproj index 978999bc6..df3f2ccec 100644 --- a/Examples/ApiExamples/Runner.MAUI/Runner.MAUI.csproj +++ b/Examples/ApiExamples/Runner.MAUI/Runner.MAUI.csproj @@ -49,10 +49,10 @@ - - - - + + + + diff --git a/Examples/DocsExamples/Docker/Docker.csproj b/Examples/DocsExamples/Docker/Docker.csproj index 41d36d4f7..dda97670b 100644 --- a/Examples/DocsExamples/Docker/Docker.csproj +++ b/Examples/DocsExamples/Docker/Docker.csproj @@ -6,7 +6,7 @@ - + diff --git a/Examples/DocsExamples/DocsExamples/DocsExamples.csproj b/Examples/DocsExamples/DocsExamples/DocsExamples.csproj index 9ae8757d6..7c406a5e6 100644 --- a/Examples/DocsExamples/DocsExamples/DocsExamples.csproj +++ b/Examples/DocsExamples/DocsExamples/DocsExamples.csproj @@ -117,9 +117,9 @@ - - - + + + diff --git a/Examples/DocsExamples/DocumentExplorer/DocumentExplorer.csproj b/Examples/DocsExamples/DocumentExplorer/DocumentExplorer.csproj index 3f8559fc7..bfe903a92 100644 --- a/Examples/DocsExamples/DocumentExplorer/DocumentExplorer.csproj +++ b/Examples/DocsExamples/DocumentExplorer/DocumentExplorer.csproj @@ -141,7 +141,7 @@ - 23.3.0 + 23.4.0 diff --git a/Gists/Advanced_table_formatting_C# b/Gists/Advanced_table_formatting_C# new file mode 160000 index 000000000..c77580a0a --- /dev/null +++ b/Gists/Advanced_table_formatting_C# @@ -0,0 +1 @@ +Subproject commit c77580a0aecfa90c4df9af8418e4f9b173324da4 diff --git a/Gists/Fill_document_table_from_external_database_using_C# b/Gists/Fill_document_table_from_external_database_using_C# new file mode 160000 index 000000000..0fb27b9c7 --- /dev/null +++ b/Gists/Fill_document_table_from_external_database_using_C# @@ -0,0 +1 @@ +Subproject commit 0fb27b9c7a74a89806514faa8c3f0ce76e1540c0 diff --git a/Gists/How_to_make_a_table_in_C# b/Gists/How_to_make_a_table_in_C# new file mode 160000 index 000000000..1dd0d3b84 --- /dev/null +++ b/Gists/How_to_make_a_table_in_C# @@ -0,0 +1 @@ +Subproject commit 1dd0d3b84db49bc6726ab68cb41afe134f166603 diff --git a/Gists/How_to_merge_table_cells_in_C# b/Gists/How_to_merge_table_cells_in_C# new file mode 160000 index 000000000..c8d4a9580 --- /dev/null +++ b/Gists/How_to_merge_table_cells_in_C# @@ -0,0 +1 @@ +Subproject commit c8d4a9580b1f6fc3b4d2c5a4658bf2f1a5d2f227 diff --git a/Gists/Join_tables_in_C# b/Gists/Join_tables_in_C# new file mode 160000 index 000000000..a92e24c50 --- /dev/null +++ b/Gists/Join_tables_in_C# @@ -0,0 +1 @@ +Subproject commit a92e24c5022b952b1e3b5880241df744620478ff diff --git a/Gists/Replace_text_in_a_table_in_C# b/Gists/Replace_text_in_a_table_in_C# new file mode 160000 index 000000000..188c6c34d --- /dev/null +++ b/Gists/Replace_text_in_a_table_in_C# @@ -0,0 +1 @@ +Subproject commit 188c6c34d696db8ca84ae69502fa61ddfdc8b17e diff --git a/Gists/Specify_table_position_in_C# b/Gists/Specify_table_position_in_C# new file mode 160000 index 000000000..733678f94 --- /dev/null +++ b/Gists/Specify_table_position_in_C# @@ -0,0 +1 @@ +Subproject commit 733678f9463f042b1ecfa99a28df8fc0c761bc78 diff --git a/Gists/Split_table_in_C# b/Gists/Split_table_in_C# new file mode 160000 index 000000000..e4273f71a --- /dev/null +++ b/Gists/Split_table_in_C# @@ -0,0 +1 @@ +Subproject commit e4273f71a3d40cd24f318352b0fabf10e6319cc6 diff --git a/Gists/Table_formatting_in_details_using_C# b/Gists/Table_formatting_in_details_using_C# new file mode 160000 index 000000000..ba58c1a13 --- /dev/null +++ b/Gists/Table_formatting_in_details_using_C# @@ -0,0 +1 @@ +Subproject commit ba58c1a1308df76313ad61c4876a514a025ae9da diff --git a/Gists/Working_with_parts_of_a_table_using_C# b/Gists/Working_with_parts_of_a_table_using_C# new file mode 160000 index 000000000..0dffbc177 --- /dev/null +++ b/Gists/Working_with_parts_of_a_table_using_C# @@ -0,0 +1 @@ +Subproject commit 0dffbc1778b948a534c9e67f2e7a827db062433f diff --git a/README.md b/README.md index cab9225b0..5837f9651 100644 --- a/README.md +++ b/README.md @@ -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