Comparing v2.1.0...v2.2.0 · axuno/VirtualFileSystem · GitHub
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/VirtualFileSystem
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: axuno/VirtualFileSystem
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Jul 25, 2024

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

Commits on Jun 29, 2025

  1. chore: Update referenced nuget packages (#7)

    **Main**
    Microsoft.Extensions.FileProviders.Composite v8.0.0 -> v9.0.6
    Microsoft.Extensions.FileProviders.Embeddedv v8.0.6 -> 9.0.6
    Microsoft.Extensions.FileProviders.Physical v8.0.0 -> 9.0.6
    Microsoft.Extensions.Options v8.0.2 -> 9.0.6
    
    **Tests**
    Add `net8.0` to test project to besides `net6.0`
    Microsoft.Extensions.DependencyInjection v8.0.0 -> v9.0.6
    Microsoft.Extensions.Logging.Abstractions v8.0.0 -> v9.0.6
    Microsoft.NET.Test.Sdk v17.13.0 -> v17.14.1
    NUnit v4.3.0 -> v4.3.2
    NUnit3TestAdapter v4.2.1 -> v5.0.0
    NUnit.Analyzers v4.8.0 -> v4.9.2
    
    Bump version to v2.2.0
    
    **CI Build**
    Update `dotnet.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
    1a5ae1d View commit details
    Browse the repository at this point in the history
Loading