Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Releases: TheEadie-Archive/LazyStorage

v0.8.7

08 Sep 10:02
b7a83c4
Compare
Choose a tag to compare

Internal

  • Configure Dependabot using a file instead of web app

v0.8.6

21 Aug 08:30
d159112
Compare
Choose a tag to compare

Internal

  • Update Microsoft.NET.Test.Sdk from 16.7.0 to 16.7.1

v0.8.5

10 Aug 12:43
8afe180
Compare
Choose a tag to compare

Internal

  • Update Microsoft.NET.Test.Sdk from 16.6.1 to 16.7.0

v0.8.4

10 Aug 12:39
aae88c5
Compare
Choose a tag to compare

Internal

  • Update xunit.runner.visualstudio from 2.4.2 to 2.4.3

v0.8.3

03 Jun 11:12
866b716
Compare
Choose a tag to compare

Internal

  • Update xunit.runner.visualstudio from 2.4.1 to 2.4.2

v0.8.2

27 Apr 07:54
1b95499
Compare
Choose a tag to compare

Internal

  • Update Microsoft.NET.Test.Sdk from 16.6.0 to 16.6.1

v0.8.1

21 Apr 08:06
d52b68e
Compare
Choose a tag to compare

Internal

  • Update Microsoft.NET.Test.Sdk from 16.5.0 to 16.6.0

v0.8.0

16 Apr 20:17
Compare
Choose a tag to compare

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

16 Feb 22:18
b786607
Compare
Choose a tag to compare

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

06 Oct 15:23
Compare
Choose a tag to compare

New Features

  • The library is now built against .Net Standard 2.0. This allows it to be used with .Net Core