Skip to content

Commit

Permalink
Bump version to 5.0.3-alpha10
Browse files Browse the repository at this point in the history
## [5.0.3-alpha10] - 2021-04-18

### Fixed
- Correct issue with InsertData operations and 2D arrays
- Generate valid code in HasData method
- Fix issue with generated DbContext members in scaffolded code
- 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 - #75
- Constraints now correctly generated - #72
- Generated Migrations will now always include the System namespace - #70

### Added
- DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience
  • Loading branch information
simon-reynolds committed Apr 18, 2021
1 parent c85fc71 commit d569459
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 119 deletions.
119 changes: 4 additions & 115 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,130 +5,19 @@ 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-alpha10] - 2021-04-18

### Fixed
- Correct issue with InsertData operations and 2D arrays

## [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

### Fixed
- 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

### Changed
- 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

## [5.0.3-alpha7] - 2021-04-01

### Changed
- Simplify scaffolded classes using `member val`

### Fixed
- Fix issue with generated DbContext members in scaffolded code
- 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

### Added
- DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience
- Initial release
- F# migrations
- F# scaffolding

## [5.0.3-alpha6] - 2021-04-01

### Fixed
- Fix indentation issue when table has constraints - https://github.com/efcore/EFCore.FSharp/pull/75

## [5.0.3-alpha5] - 2021-03-31

### Fixed
- Constraints now correctly generated - https://github.com/efcore/EFCore.FSharp/pull/72

## [5.0.3-alpha3] - 2021-03-31

### Fixed
- Generated Migrations will now always include the System namespace - https://github.com/efcore/EFCore.FSharp/pull/70

## [5.0.3-alpha2] - 2021-03-27

### Added
- DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience

### Fixed
- Removed unneeded dependency
- Link to NuGet badges in README.md

## [5.0.3-alpha1] - 2021-03-21

### Added
- Initial release
- F# migrations
- F# scaffolding
[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
[Unreleased]: https://github.com/efcore/EFCore.FSharp/compare/v5.0.3-alpha10...HEAD
[5.0.3-alpha10]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha10
8 changes: 4 additions & 4 deletions src/EFCore.FSharp/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("EFCore.FSharp")>]
[<assembly: AssemblyProductAttribute("EFCore.FSharp")>]
[<assembly: AssemblyVersionAttribute("5.0.3")>]
[<assembly: AssemblyMetadataAttribute("ReleaseDate","2021-04-06T00:00:00.0000000+01:00")>]
[<assembly: AssemblyMetadataAttribute("ReleaseDate","2021-04-18T00:00:00.0000000+01:00")>]
[<assembly: AssemblyFileVersionAttribute("5.0.3")>]
[<assembly: AssemblyInformationalVersionAttribute("5.0.3")>]
[<assembly: AssemblyMetadataAttribute("ReleaseChannel","alpha")>]
[<assembly: AssemblyMetadataAttribute("GitHash","be2fae8fce5ecfcb477ae998ae6c7b831bec57d6")>]
[<assembly: AssemblyMetadataAttribute("GitHash","c85fc71d1061b978aae7c751f2b017b9080b552b")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "EFCore.FSharp"
let [<Literal>] AssemblyProduct = "EFCore.FSharp"
let [<Literal>] AssemblyVersion = "5.0.3"
let [<Literal>] AssemblyMetadata_ReleaseDate = "2021-04-06T00:00:00.0000000+01:00"
let [<Literal>] AssemblyMetadata_ReleaseDate = "2021-04-18T00:00:00.0000000+01:00"
let [<Literal>] AssemblyFileVersion = "5.0.3"
let [<Literal>] AssemblyInformationalVersion = "5.0.3"
let [<Literal>] AssemblyMetadata_ReleaseChannel = "alpha"
let [<Literal>] AssemblyMetadata_GitHash = "be2fae8fce5ecfcb477ae998ae6c7b831bec57d6"
let [<Literal>] AssemblyMetadata_GitHash = "c85fc71d1061b978aae7c751f2b017b9080b552b"

0 comments on commit d569459

Please sign in to comment.