From 1d8c9a011f419dfb08ce00cb9e7fbf5d5b4b6a39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Tue, 25 Apr 2023 09:16:11 +0200 Subject: [PATCH 01/14] Updating ChartJs to 1.6. --- Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj | 6 +++--- Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj | 2 +- Lombiq.ChartJs/Lombiq.ChartJs.csproj | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj b/Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj index cedd5d5..93eebc2 100644 --- a/Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj +++ b/Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj @@ -30,8 +30,8 @@ - - + + @@ -43,7 +43,7 @@ - + diff --git a/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj b/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj index 6a18dab..51c63c6 100644 --- a/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj +++ b/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj @@ -30,7 +30,7 @@ - + diff --git a/Lombiq.ChartJs/Lombiq.ChartJs.csproj b/Lombiq.ChartJs/Lombiq.ChartJs.csproj index 00e9b98..d3f83f9 100644 --- a/Lombiq.ChartJs/Lombiq.ChartJs.csproj +++ b/Lombiq.ChartJs/Lombiq.ChartJs.csproj @@ -33,7 +33,7 @@ - + @@ -42,8 +42,8 @@ - - + + From d221894b19fcb47ec1ce7aa3fd9ab1e8d5596852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Sat, 20 May 2023 12:58:34 +0200 Subject: [PATCH 02/14] Upgrading Lombiq.ChartJs.Tests.UI package. --- Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj b/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj index 51c63c6..f2022cc 100644 --- a/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj +++ b/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj @@ -30,7 +30,7 @@ - + From 5c45aff397cacc8169f17e436fe907145e903a2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Mon, 22 May 2023 17:24:16 +0200 Subject: [PATCH 03/14] Updating to latest Lombiq alpha releases. --- Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj | 2 +- Lombiq.ChartJs/Lombiq.ChartJs.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj b/Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj index 94e08b8..59e75af 100644 --- a/Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj +++ b/Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj @@ -43,7 +43,7 @@ - + diff --git a/Lombiq.ChartJs/Lombiq.ChartJs.csproj b/Lombiq.ChartJs/Lombiq.ChartJs.csproj index c155d70..8bc6cbc 100644 --- a/Lombiq.ChartJs/Lombiq.ChartJs.csproj +++ b/Lombiq.ChartJs/Lombiq.ChartJs.csproj @@ -42,8 +42,8 @@ - - + + From d2ea258c8cf6582ff5ce58e6efcb02c16d61a3c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Mon, 22 May 2023 18:02:02 +0200 Subject: [PATCH 04/14] Removing mistakenly included "v" from versions. --- Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj | 2 +- Lombiq.ChartJs/Lombiq.ChartJs.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj b/Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj index 59e75af..f2f711e 100644 --- a/Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj +++ b/Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj @@ -43,7 +43,7 @@ - + diff --git a/Lombiq.ChartJs/Lombiq.ChartJs.csproj b/Lombiq.ChartJs/Lombiq.ChartJs.csproj index 8bc6cbc..11ff0ee 100644 --- a/Lombiq.ChartJs/Lombiq.ChartJs.csproj +++ b/Lombiq.ChartJs/Lombiq.ChartJs.csproj @@ -42,8 +42,8 @@ - - + + From 978c22c914cb4076d295c0073dd18ddafdf73098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20M=C3=A1rkus?= Date: Mon, 22 May 2023 19:05:51 +0200 Subject: [PATCH 05/14] Updating to latest Lombiq.Tests.UI alpha release. --- Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj b/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj index f2022cc..bf11f8a 100644 --- a/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj +++ b/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj @@ -30,7 +30,7 @@ - + From 34a4efa45a5923881449e14e7bfb8d446d474e55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3zsef=20Horv=C3=A1th?= Date: Fri, 9 Jun 2023 18:32:45 +0200 Subject: [PATCH 06/14] Upgrading Lombiq.HelpfulLibraries.* package reference version Upgrading Lombiq.Tests.UI.* package reference version --- Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj | 2 +- Lombiq.ChartJs/Lombiq.ChartJs.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj b/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj index bf11f8a..c805050 100644 --- a/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj +++ b/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj @@ -30,7 +30,7 @@ - + diff --git a/Lombiq.ChartJs/Lombiq.ChartJs.csproj b/Lombiq.ChartJs/Lombiq.ChartJs.csproj index 11ff0ee..e4bfd91 100644 --- a/Lombiq.ChartJs/Lombiq.ChartJs.csproj +++ b/Lombiq.ChartJs/Lombiq.ChartJs.csproj @@ -42,7 +42,7 @@ - + From 88c1d69f9552f27de3f179c1d47afe0e1eccd3cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3zsef=20Horv=C3=A1th?= Date: Sat, 10 Jun 2023 13:29:06 +0200 Subject: [PATCH 07/14] Embedding debug info --- Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj b/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj index c805050..80f365e 100644 --- a/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj +++ b/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj @@ -39,4 +39,8 @@ + + embedded + + From 2e5fbb88f22e3312b671efeaa1d3e30675372685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3zsef=20Horv=C3=A1th?= Date: Sat, 10 Jun 2023 13:59:33 +0200 Subject: [PATCH 08/14] Embedding debug info in all projects in NuGet build Disabling include symbol in publish NuGet workflow --- .github/workflows/publish-nuget.yml | 2 ++ Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj | 4 ++++ Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj | 8 ++++---- Lombiq.ChartJs/Lombiq.ChartJs.csproj | 4 ++++ 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-nuget.yml b/.github/workflows/publish-nuget.yml index 4b26cfc..c3acb59 100644 --- a/.github/workflows/publish-nuget.yml +++ b/.github/workflows/publish-nuget.yml @@ -10,3 +10,5 @@ jobs: uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@dev secrets: API_KEY: ${{ secrets.DEFAULT_NUGET_PUBLISH_API_KEY }} + with: + dotnet-pack-include-symbols: "false" diff --git a/Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj b/Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj index f2f711e..981cab7 100644 --- a/Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj +++ b/Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj @@ -42,6 +42,10 @@ + + embedded + + diff --git a/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj b/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj index 80f365e..e7e68a3 100644 --- a/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj +++ b/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj @@ -29,6 +29,10 @@ + + embedded + + @@ -39,8 +43,4 @@ - - embedded - - diff --git a/Lombiq.ChartJs/Lombiq.ChartJs.csproj b/Lombiq.ChartJs/Lombiq.ChartJs.csproj index e4bfd91..85efbf7 100644 --- a/Lombiq.ChartJs/Lombiq.ChartJs.csproj +++ b/Lombiq.ChartJs/Lombiq.ChartJs.csproj @@ -41,6 +41,10 @@ + + embedded + + From ca6553b9e731fb96928d8b8520059bd209651a8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3zsef=20Horv=C3=A1th?= Date: Sat, 10 Jun 2023 19:16:32 +0200 Subject: [PATCH 09/14] Adding comments --- .github/workflows/publish-nuget.yml | 2 ++ Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj | 3 +++ Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj | 2 ++ Lombiq.ChartJs/Lombiq.ChartJs.csproj | 3 +++ 4 files changed, 10 insertions(+) diff --git a/.github/workflows/publish-nuget.yml b/.github/workflows/publish-nuget.yml index c3acb59..a8c21fb 100644 --- a/.github/workflows/publish-nuget.yml +++ b/.github/workflows/publish-nuget.yml @@ -11,4 +11,6 @@ jobs: secrets: API_KEY: ${{ secrets.DEFAULT_NUGET_PUBLISH_API_KEY }} with: + # This is because the DebugType is set to "embedded" in the project files which results empty snupkg files. To avoid + # "The package does not contain any symbol (.pdb) files." nuget push error we should set this to "false". dotnet-pack-include-symbols: "false" diff --git a/Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj b/Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj index 981cab7..30e2968 100644 --- a/Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj +++ b/Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj @@ -43,6 +43,9 @@ + embedded diff --git a/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj b/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj index e7e68a3..92d06b7 100644 --- a/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj +++ b/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj @@ -30,6 +30,8 @@ + embedded diff --git a/Lombiq.ChartJs/Lombiq.ChartJs.csproj b/Lombiq.ChartJs/Lombiq.ChartJs.csproj index 85efbf7..02541f6 100644 --- a/Lombiq.ChartJs/Lombiq.ChartJs.csproj +++ b/Lombiq.ChartJs/Lombiq.ChartJs.csproj @@ -42,6 +42,9 @@ + embedded From 0b495bb20714cbb7b71a481d64643b316ab7bd90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Sat, 10 Jun 2023 19:48:46 +0200 Subject: [PATCH 10/14] Grammar, code styling --- .github/workflows/publish-nuget.yml | 5 +++-- Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj | 6 +++--- Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj | 4 ++-- Lombiq.ChartJs/Lombiq.ChartJs.csproj | 6 +++--- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/workflows/publish-nuget.yml b/.github/workflows/publish-nuget.yml index a8c21fb..4b923ec 100644 --- a/.github/workflows/publish-nuget.yml +++ b/.github/workflows/publish-nuget.yml @@ -11,6 +11,7 @@ jobs: secrets: API_KEY: ${{ secrets.DEFAULT_NUGET_PUBLISH_API_KEY }} with: - # This is because the DebugType is set to "embedded" in the project files which results empty snupkg files. To avoid - # "The package does not contain any symbol (.pdb) files." nuget push error we should set this to "false". + # Needed because the DebugType is set to "embedded" in the project files which results in empty snupkg files. To + # avoid the "The package does not contain any symbol (.pdb) files." error during NuGet publishing we should set + # this to "false". dotnet-pack-include-symbols: "false" diff --git a/Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj b/Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj index 30e2968..41b9838 100644 --- a/Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj +++ b/Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj @@ -43,9 +43,9 @@ - + embedded diff --git a/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj b/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj index 92d06b7..aa91a84 100644 --- a/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj +++ b/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj @@ -30,8 +30,8 @@ - + embedded diff --git a/Lombiq.ChartJs/Lombiq.ChartJs.csproj b/Lombiq.ChartJs/Lombiq.ChartJs.csproj index 02541f6..017e840 100644 --- a/Lombiq.ChartJs/Lombiq.ChartJs.csproj +++ b/Lombiq.ChartJs/Lombiq.ChartJs.csproj @@ -42,9 +42,9 @@ - + embedded From 592de86fc8d79370ff78c21f2114f578fd052e43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Sun, 11 Jun 2023 20:17:37 +0200 Subject: [PATCH 11/14] Updating Lombiq.NodeJs.Extensions NuGet to latest alpha --- Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj | 2 +- Lombiq.ChartJs/Lombiq.ChartJs.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj b/Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj index 41b9838..6333909 100644 --- a/Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj +++ b/Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj @@ -50,7 +50,7 @@ - + diff --git a/Lombiq.ChartJs/Lombiq.ChartJs.csproj b/Lombiq.ChartJs/Lombiq.ChartJs.csproj index 017e840..2df24cb 100644 --- a/Lombiq.ChartJs/Lombiq.ChartJs.csproj +++ b/Lombiq.ChartJs/Lombiq.ChartJs.csproj @@ -50,7 +50,7 @@ - + From d69e28adf71b3e77b92cbfc68cf8e4ee0d14ade7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Fri, 16 Jun 2023 13:45:57 +0200 Subject: [PATCH 12/14] Updating Lombiq.HelpfulLibraries NuGet reference to latest alpha --- Lombiq.ChartJs/Lombiq.ChartJs.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lombiq.ChartJs/Lombiq.ChartJs.csproj b/Lombiq.ChartJs/Lombiq.ChartJs.csproj index 2df24cb..25f9c69 100644 --- a/Lombiq.ChartJs/Lombiq.ChartJs.csproj +++ b/Lombiq.ChartJs/Lombiq.ChartJs.csproj @@ -49,7 +49,7 @@ - + From 4998e488db8680c0ecbb687e9f731926d3600275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Sun, 18 Jun 2023 22:34:43 +0200 Subject: [PATCH 13/14] Updating Lombiq NuGet references --- Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj b/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj index aa91a84..7ded171 100644 --- a/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj +++ b/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj @@ -36,7 +36,7 @@ - + From 16031fcd32c5b27349c8a65718d6f6171baf779e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Mon, 19 Jun 2023 01:12:11 +0200 Subject: [PATCH 14/14] Updating Lombiq NuGet references to release versions --- Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj | 2 +- Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj | 2 +- Lombiq.ChartJs/Lombiq.ChartJs.csproj | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj b/Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj index 6333909..e58dce4 100644 --- a/Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj +++ b/Lombiq.ChartJs.Samples/Lombiq.ChartJs.Samples.csproj @@ -50,7 +50,7 @@ - + diff --git a/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj b/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj index 7ded171..48fdcdc 100644 --- a/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj +++ b/Lombiq.ChartJs.Tests.UI/Lombiq.ChartJs.Tests.UI.csproj @@ -36,7 +36,7 @@ - + diff --git a/Lombiq.ChartJs/Lombiq.ChartJs.csproj b/Lombiq.ChartJs/Lombiq.ChartJs.csproj index 25f9c69..9cf080e 100644 --- a/Lombiq.ChartJs/Lombiq.ChartJs.csproj +++ b/Lombiq.ChartJs/Lombiq.ChartJs.csproj @@ -49,8 +49,8 @@ - - + +