diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 76ccf6b..c7e8119 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.3.0" } 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 + \ + + 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