Skip to content

Releases: axuno/VirtualFileSystem

v2.1.0

02 Jul 07:16
b0cd5b2
Compare
Choose a tag to compare

What's Changed

  • Add net80 as target framework in #5
  • Update nuget packages to latest
  • Update unit tests to use the constraint model

Full Changelog: v2.0.1...v2.1.0

v2.0.1

10 Jan 17:13
Compare
Choose a tag to compare

What's Changed

  • fix: update Microsoft.Extensions.FileProviders.Embedded 7.0.1 => 7.0.2
  • chore: bump to v2.0.1

Full Changelog: v2.0.0...v2.0.1

v2.0.0

10 Jan 11:05
811f592
Compare
Choose a tag to compare

What's Changed

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

Changes in detail

breaking change(VirtualFileSystem): 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.Options v6 => v7.0.0

breaking change(VirtualFileSystem.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 versions
chore: Create artifacts with GitHub action
chore: disable warnings CS8766, CS1591
chore: Refactoring using latest language features

Full Changelog: v1.0.1...v2.0.0

v1.0.1

09 Mar 19:55
Compare
Choose a tag to compare

Fixed possible null reference issues

v1.0.0

19 Jan 15:05
Compare
Choose a tag to compare

Added unit tests, now covering most of the functionality

v0.7.2

11 Nov 20:03
Compare
Choose a tag to compare

Added .Net 5.0 support and bumped version to 0.7.2

v0.7.1

10 Nov 20:23
Compare
Choose a tag to compare

Updates namespaces for extension classes