Tags: axuno/TextTemplating
Tags
breaking: Update `Scriban` to v6.2.1, update other pkg (#9) **Library Project:** - Scriban.Signed v5.10.0 -> 6.2.1 (breaking) - Axuno.VirtualFileSystem v2.1.0 -> 2.2.0 - Microsoft.Extensions.FileProviders.Composite v8.0.0 -> v9.0.6 - Microsoft.Extensions.FileProviders.Embedded v8.0.6 -> v9.0.6 - Microsoft.Extensions.FileProviders.Physical v8.0.6 -> v9.0.6 - Microsoft.Extensions.Localization v8.0.6 -> v9.0.6 - System.Collections.Immutable v8.0.6 -> v9.0.6 **Unit Tests:** - Microsoft.NET.Test.Sdk v17.10.0 -> v17.14.1 - Microsoft.Extensions.DependencyInjection v8.0.0 -> 9.0.6 - NUnit v4.1.0 -> v4.3.2 - NUnit3TestAdapter v4.5.0 -> v5.0.0 - NUnit.Analyzers v4.2.0 -> 4.9.2 Bump version to `v3.0.0` **CI Build** Update `build_test.yml` to use `ubuntu-22.04` instead of `ubuntu-latest` because of missing libssl failure with `ubuntu-24.04`
Breaking Change: Update dependencies (#5) **breaking change(TextTemplating): Update dependencies** * Microsoft.Extensions.FileProviders.Composite v6 => v7.0.0 * Microsoft.Extensions.FileProviders.Embedded v6 => v7.0.0 * Microsoft.Extensions.FileProviders.Physical" v6 => v7.0.0 * Microsoft.Extensions.Localization v6 => v7.0.0 * Scriban.Signed v.5.4.6 => 5.5.2 **breaking change(TextTemplating.Tests): Update dependencies** * Microsoft.Extensions.DependencyInjection v6 => v7.0.0 * Microsoft.Extensions.Logging.Abstractions v6 => v7.0.0 * Microsoft.NET.Test.Sdk v17.2.0 => v17.4.1 * NUnit3TestAdapter v4.2.1. => 4.3.1 **chore: Miscellaneous** chore: Update `.editorconfig` chore: Update GitHub action chore: disable warnings CS8766, CS1591 chore: Refactoring using latest language features chore: Create artifacts with GitHub action