From 36647b66036f845bc0fa741a607fe972eb422dbf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:20:56 +0000 Subject: [PATCH 1/2] chore(main): release AzureLiquid 1.3.0 --- .release-please-manifest.json | 2 +- AzureLiquid/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7977a49..77e767e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "AzureLiquid": "1.2.0", + "AzureLiquid": "1.3.0", "AzureLiquid.Preview": "1.2.0" } diff --git a/AzureLiquid/CHANGELOG.md b/AzureLiquid/CHANGELOG.md index 81d812a..ac21bea 100644 --- a/AzureLiquid/CHANGELOG.md +++ b/AzureLiquid/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/lekman/AzureLiquid/compare/AzureLiquid@v1.2.0...AzureLiquid@v1.3.0) (2024-12-02) + + +### Features + +* Add Qodana configuration file and improve code formatting in test files ([d0f4b2c](https://github.com/lekman/AzureLiquid/commit/d0f4b2c47759750b96c75e07fc81843f08594dc7)) + ## [1.2.0](https://github.com/lekman/AzureLiquid/compare/AzureLiquid@v1.1.0...AzureLiquid@v1.2.0) (2024-11-30) ### Features From e88140dcf36007ce1ddefc82b2ebeedcfe2ffe67 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 2 Dec 2024 08:57:54 +0000 Subject: [PATCH 2/2] chore: bump AzureLiquid to 1.3.0 --- AzureLiquid/AzureLiquid.csproj | 86 +++++++++++++++++----------------- 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/AzureLiquid/AzureLiquid.csproj b/AzureLiquid/AzureLiquid.csproj index 8a26232..bb1c9a5 100644 --- a/AzureLiquid/AzureLiquid.csproj +++ b/AzureLiquid/AzureLiquid.csproj @@ -1,45 +1,45 @@ - - net9.0 - enable - enable - AzureLiquid - liquid;dotliquid - Apache-2.0 - https://lekman.com/blog/2022/10/data-transformations-in-azure-with-liquid/ - True - AzureLiquid.OpenSource.snk - True - 1.2.0 - Tobias Lekman - Allows programmatic parsing, unit testing and live preview of Liquid templates, specifically designed for the Azure cloud services. - https://github.com/lekman/AzureLiquid - git - Licensed under the Apache License 2.0 - Lekman Consulting - README.md - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - True - \ - - + + net9.0 + enable + enable + AzureLiquid + liquid;dotliquid + Apache-2.0 + https://lekman.com/blog/2022/10/data-transformations-in-azure-with-liquid/ + True + AzureLiquid.OpenSource.snk + True + 1.3.0 + Tobias Lekman + Allows programmatic parsing, unit testing and live preview of Liquid templates, specifically designed for the Azure cloud services. + https://github.com/lekman/AzureLiquid + git + Licensed under the Apache License 2.0 + Lekman Consulting + README.md + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + True + \ + +