From 8049dcbcb2044fbb51d65937d677610ecdde190b Mon Sep 17 00:00:00 2001 From: Simon Reynolds Date: Sun, 16 Jan 2022 17:18:33 +0000 Subject: [PATCH] Bump version to 6.0.6 ## [6.0.6] - 2022-01-16 ### Fixed - Prevent ManyServiceProvidersCreatedWarning exception - https://github.com/efcore/EFCore.FSharp/pull/130 - Helper methods should allow composite keys - https://github.com/efcore/EFCore.FSharp/pull/131 - AlterColumn operations no longer create unnecessary migrations - https://github.com/efcore/EFCore.FSharp/pull/133 --- CHANGELOG.md | 5 +++-- src/EFCore.FSharp/AssemblyInfo.fs | 20 ++++++++++---------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db5e4b6..cd53961 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [6.0.6] - 2022-01-16 ### Fixed - Prevent ManyServiceProvidersCreatedWarning exception - https://github.com/efcore/EFCore.FSharp/pull/130 @@ -62,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - DbSet/IQueryable helpers to deal with EF Core async and nullable methods - [@lucasteles](https://github.com/lucasteles) - https://github.com/efcore/EFCore.FSharp/pull/94 - Automatic registration of DesignTimeServices - https://github.com/efcore/EFCore.FSharp/pull/86 - DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience -[Unreleased]: https://github.com/efcore/EFCore.FSharp/compare/v6.0.5...HEAD +[Unreleased]: https://github.com/efcore/EFCore.FSharp/compare/v6.0.6...HEAD +[6.0.6]: https://github.com/efcore/EFCore.FSharp/compare/v6.0.5...v6.0.6 [6.0.5]: https://github.com/efcore/EFCore.FSharp/compare/v6.0.4...v6.0.5 [6.0.4]: https://github.com/efcore/EFCore.FSharp/compare/v6.0.3...v6.0.4 [6.0.3]: https://github.com/efcore/EFCore.FSharp/compare/v6.0.2...v6.0.3 diff --git a/src/EFCore.FSharp/AssemblyInfo.fs b/src/EFCore.FSharp/AssemblyInfo.fs index 8ac9a55..7da0d14 100644 --- a/src/EFCore.FSharp/AssemblyInfo.fs +++ b/src/EFCore.FSharp/AssemblyInfo.fs @@ -4,20 +4,20 @@ open System.Reflection [] [] -[] -[] -[] -[] +[] +[] +[] +[] [] -[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "EFCore.FSharp" let [] AssemblyProduct = "EFCore.FSharp" - let [] AssemblyVersion = "6.0.5" - let [] AssemblyMetadata_ReleaseDate = "2021-11-30T00:00:00.0000000+00:00" - let [] AssemblyFileVersion = "6.0.5" - let [] AssemblyInformationalVersion = "6.0.5" + let [] AssemblyVersion = "6.0.6" + let [] AssemblyMetadata_ReleaseDate = "2022-01-16T00:00:00.0000000+00:00" + let [] AssemblyFileVersion = "6.0.6" + let [] AssemblyInformationalVersion = "6.0.6" let [] AssemblyMetadata_ReleaseChannel = "release" - let [] AssemblyMetadata_GitHash = "9b0e92f0fe99052d899a2c5bc55a5f8b61416127" + let [] AssemblyMetadata_GitHash = "c142d04ac0b623f677933761209aacc8a16d337e"