Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: axuno/TextTemplating
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: axuno/TextTemplating
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 7 commits
  • 12 files changed
  • 1 contributor

Commits on Jan 10, 2023

  1. fix: update Microsoft.Extensions (#6)

    * update Microsoft.Extensions.FileProviders.Embedded v7.0.1 => v7.0.2 
    * update Microsoft.Extensions.Localization v7.0.1 => 7.0.2 
    * update Axuno.VirtualFileSystem v2.0.0 => v2.0.1
    * bump to v2.0.1
    axunonb authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    b3c6397 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Add net80 as target framework (#7)

    * Add net80 as target framework
    * Update nuget packages to latests
    * Update unit test to use the constraint model
    * Bump version to v2.1.0
    axunonb authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    e921588 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    2862e3f View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2025

  1. 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`
    axunonb authored Jun 29, 2025
    Configuration menu
    Copy the full SHA
    28d76b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. Supported TFM are now netstandard2.1 and net8.0, dropped net6.0 (

    …#10)
    
    chore: Updated `Scriban` from v6.2.1 to v6.4.0 and other referenced nuget packages
    axunonb authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    688976f View commit details
    Browse the repository at this point in the history
  2. Update README.md (#11)

    axunonb authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    4094e3c View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2025

  1. Configuration menu
    Copy the full SHA
    bb10402 View commit details
    Browse the repository at this point in the history
Loading