From b54ae71c5bba66b08840c510d223cf90d3b29bf1 Mon Sep 17 00:00:00 2001 From: Simon Reynolds Date: Tue, 6 Apr 2021 20:35:47 +0100 Subject: [PATCH] Bump version to 5.0.3-alpha9 ## [5.0.3-alpha9] - 2021-04-06 ### Fixed - Fix issue with generated DbContext members in scaffolded code - Generate valid code in HasData method - Resolved issue with migrations have a missing unit arg to the Up method if no changes in model - Foreign Key constraints now created correctly - Fix indentation issue when table has constraints - https://github.com/efcore/EFCore.FSharp/pull/75 - Constraints now correctly generated - https://github.com/efcore/EFCore.FSharp/pull/72 - Generated Migrations will now always include the System namespace - https://github.com/efcore/EFCore.FSharp/pull/70 - Removed unneeded dependency - Link to NuGet badges in README.md - Fix indentation issue when table has constraints - https://github.com/efcore/EFCore.FSharp/pull/75 - Constraints now correctly generated - https://github.com/efcore/EFCore.FSharp/pull/72 - Generated Migrations will now always include the System namespace - https://github.com/efcore/EFCore.FSharp/pull/70 - Removed unneeded dependency - Link to NuGet badges in README.md - Resolved issue with migrations have a missing unit arg to the Up method if no changes in model - Foreign Key constraints now created correctly - Fix indentation issue when table has constraints - https://github.com/efcore/EFCore.FSharp/pull/75 - Constraints now correctly generated - https://github.com/efcore/EFCore.FSharp/pull/72 - Generated Migrations will now always include the System namespace - https://github.com/efcore/EFCore.FSharp/pull/70 - Removed unneeded dependency - Link to NuGet badges in README.md - Fix indentation issue when table has constraints - https://github.com/efcore/EFCore.FSharp/pull/75 - Constraints now correctly generated - https://github.com/efcore/EFCore.FSharp/pull/72 - Generated Migrations will now always include the System namespace - https://github.com/efcore/EFCore.FSharp/pull/70 - Removed unneeded dependency - Link to NuGet badges in README.md ### Changed - Simplify scaffolded classes using `member val` - Simplify scaffolded classes using `member val` ### Added - DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience - Initial release - F# migrations - F# scaffolding - DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience - Initial release - F# migrations - F# scaffolding [Unreleased]: https://github.com/efcore/EFCore.FSharp/compare/v5.0.3-alpha7...HEAD [5.0.3-alpha7]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha7 - DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience - Initial release - F# migrations - F# scaffolding - DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience - Initial release - F# migrations - F# scaffolding [Unreleased]: https://github.com/efcore/EFCore.FSharp/compare/v5.0.3-alpha8...HEAD [5.0.3-alpha8]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha8 [5.0.3-alpha7]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha7 --- CHANGELOG.md | 34 +++++++++++++++++++++++++++++-- src/EFCore.FSharp/AssemblyInfo.fs | 8 ++++---- 2 files changed, 36 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f386b8..b9bc664 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,39 @@ 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] +## [5.0.3-alpha9] - 2021-04-06 ### Fixed - Fix issue with generated DbContext members in scaffolded code +- Generate valid code in HasData method +- Resolved issue with migrations have a missing unit arg to the "Up" method if no changes in model +- Foreign Key constraints now created correctly +- Fix indentation issue when table has constraints - https://github.com/efcore/EFCore.FSharp/pull/75 +- Constraints now correctly generated - https://github.com/efcore/EFCore.FSharp/pull/72 +- Generated Migrations will now always include the System namespace - https://github.com/efcore/EFCore.FSharp/pull/70 + +### Added +- DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience +- Initial release +- F# migrations +- F# scaffolding +- DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience +- Initial release +- F# migrations +- F# scaffolding +[Unreleased]: https://github.com/efcore/EFCore.FSharp/compare/v5.0.3-alpha7...HEAD +[5.0.3-alpha7]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha7 +- DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience +- Initial release +- F# migrations +- F# scaffolding +- DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience +- Initial release +- F# migrations +- F# scaffolding +[Unreleased]: https://github.com/efcore/EFCore.FSharp/compare/v5.0.3-alpha8...HEAD +[5.0.3-alpha8]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha8 +[5.0.3-alpha7]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha7 ## [5.0.3-alpha8] - 2021-04-04 @@ -94,6 +123,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release - F# migrations - F# scaffolding -[Unreleased]: https://github.com/efcore/EFCore.FSharp/compare/v5.0.3-alpha8...HEAD +[Unreleased]: https://github.com/efcore/EFCore.FSharp/compare/v5.0.3-alpha9...HEAD +[5.0.3-alpha9]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha9 [5.0.3-alpha8]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha8 [5.0.3-alpha7]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha7 diff --git a/src/EFCore.FSharp/AssemblyInfo.fs b/src/EFCore.FSharp/AssemblyInfo.fs index d9fe575..5d06f06 100644 --- a/src/EFCore.FSharp/AssemblyInfo.fs +++ b/src/EFCore.FSharp/AssemblyInfo.fs @@ -5,19 +5,19 @@ open System.Reflection [] [] [] -[] +[] [] [] [] -[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "EFCore.FSharp" let [] AssemblyProduct = "EFCore.FSharp" let [] AssemblyVersion = "5.0.3" - let [] AssemblyMetadata_ReleaseDate = "2021-04-04T00:00:00.0000000+01:00" + let [] AssemblyMetadata_ReleaseDate = "2021-04-06T00:00:00.0000000+01:00" let [] AssemblyFileVersion = "5.0.3" let [] AssemblyInformationalVersion = "5.0.3" let [] AssemblyMetadata_ReleaseChannel = "alpha" - let [] AssemblyMetadata_GitHash = "aca3b5ec06aedb434dbceef09ee78c8af18dd1da" + let [] AssemblyMetadata_GitHash = "be2fae8fce5ecfcb477ae998ae6c7b831bec57d6"