Skip to content

v2.0.0

Compare
Choose a tag to compare
@axunonb axunonb released this 10 Jan 13:16
· 3 commits to main since this release
d54a1d1

What's Changed

  • Convert solution to file-scoped namespacing by @axunonb in #2
  • Breaking Change: Update dependencies by @axunonb in #5

Changes in detail

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

Full Changelog: v1.1.0...v2.0.0