This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
Releases: TheEadie-Archive/LazyStorage
Releases · TheEadie-Archive/LazyStorage
v0.8.7
Internal
- Configure Dependabot using a file instead of web app
v0.8.6
Internal
- Update Microsoft.NET.Test.Sdk from 16.7.0 to 16.7.1
v0.8.5
Internal
- Update Microsoft.NET.Test.Sdk from 16.6.1 to 16.7.0
v0.8.4
Internal
- Update xunit.runner.visualstudio from 2.4.2 to 2.4.3
v0.8.3
Internal
- Update xunit.runner.visualstudio from 2.4.1 to 2.4.2
v0.8.2
Internal
- Update Microsoft.NET.Test.Sdk from 16.6.0 to 16.6.1
v0.8.1
Internal
- Update Microsoft.NET.Test.Sdk from 16.5.0 to 16.6.0
v0.8.0
Features
- Support for C# 8 nullable reference types
- The library now targets .Net core 3.1 as well as .Net standard 1.3
Internal
- Moved build and release to GitHub actions
- Update Newtonsoft.Json from 12.0.2 to 12.0.3
- Update Microsoft.NET.Test.Sdk from 15.5.0 to 16.5.0
- Update xunit from 2.3.1 to 2.4.1
V0.7.0
Changes
- Removes
IStorable
interface that objects could implement in order to be placed in storage. - Instead an
IConverter
should be provided for each object to be stored.
V0.6.0
New Features
- The library is now built against .Net Standard 2.0. This allows it to be used with .Net Core