Skip to content

Releases: maxild/Prelude

0.6.0

18 Aug 10:05
Compare
Choose a tag to compare

As part of this release we had 3 issues closed.

API move change

  • #28 Maxfire.Prelude.Date ported from Brf.Lofus.Date

tooling

  • #24 Build using github workflow

enhancement

  • #29 NotNullWhen(true) annotation on Equals(object?) and IEquatable.Equals(T?)

0.5.0

01 Dec 14:40
Compare
Choose a tag to compare

As part of this release we had 4 issues closed.

tooling

  • #27 Update to .NET SDK 5.1.100
  • #25 Remove System.ComponentModel.TypeConverter dependendency
  • #23 Update to net5.0 and c# 9

enhancement

  • #26 AbstractTypeConverter with better exception handling

0.4.0

18 Nov 12:59
Compare
Choose a tag to compare

As part of this release we had 12 commits which resulted in 1 issue being closed.

tooling

  • #22 Update Prelude project to use Nullable Reference Types (NTR)

0.3.0

20 Jun 13:21
Compare
Choose a tag to compare

As part of this release we had 9 issues closed.

tooling

  • #21 Do not download old runtimes with dotnet-install script in boostrapper
  • #18 Use NETCORE constant and Update AssemblyInfo.cs files
  • #17 Make the library a netstandard2.0 library
  • #16 Refactor package and assembly properties in build
  • #6 Enable SourceLink

enhancements

  • #20 Maxfire.Prelude.Linq (Map, Each) should be ported from Lofus
  • #19 Make Equals virtual on Enumeration
  • #14 project.json to csproj migration

0.2.0

02 Jun 13:11
Compare
Choose a tag to compare

As part of this release we had 10 issues closed.

builds

  • #12 Import standard issue labels and define milestone
  • #11 Deploy and Release Management: GitFlow, GitReleaseManager, AppVeyor, MyGet/NuGet
  • #10 Introduce Maxfire.CakeScripts
  • #8 Investigate Git Flow (or other simpler 'git methods')
  • #7 Investigate git submodules
  • #5 Create myget CI and staging nuget feed
  • #4 Create travis.yml and travis project
  • #3 Create appveyor.yml and appveyor project
  • #2 Create build script for OSX and *Nix platforms
  • #1 Create ci build script for windows