Skip to content

Commit

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

### Fixed
- Fix indentation issue when table has constraints - #75

- Constraints now correctly generated - #72
 - Generated Migrations will now always include the System namespace - #70
- Removed unneeded dependency
- Link to NuGet badges in README.md
- Removed unneeded dependency
- Link to NuGet badges in README.md
 - Generated Migrations will now always include the System namespace - #70
- Removed unneeded dependency
- Link to NuGet badges in README.md
- 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
[Unreleased]: v5.0.3-alpha1...HEAD
[5.0.3-alpha1]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha1
- Initial release
- F# migrations
- F# scaffolding
[Unreleased]: v5.0.3-alpha2...HEAD
[5.0.3-alpha2]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha2
[5.0.3-alpha1]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha1
- DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience
- Initial release
- F# migrations
- F# scaffolding
[Unreleased]: v5.0.3-alpha1...HEAD
[5.0.3-alpha1]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha1
- Initial release
- F# migrations
- F# scaffolding
[Unreleased]: v5.0.3-alpha3...HEAD
[5.0.3-alpha3]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha3
[5.0.3-alpha2]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha2
[5.0.3-alpha1]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha1
- DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience
- Initial release
- F# migrations
- F# scaffolding
[Unreleased]: v5.0.3-alpha1...HEAD
[5.0.3-alpha1]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha1
- Initial release
- F# migrations
- F# scaffolding
[Unreleased]: v5.0.3-alpha2...HEAD
[5.0.3-alpha2]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha2
[5.0.3-alpha1]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha1
- DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience
- Initial release
- F# migrations
- F# scaffolding
[Unreleased]: v5.0.3-alpha1...HEAD
[5.0.3-alpha1]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha1
- Initial release
- F# migrations
- F# scaffolding
[Unreleased]: v5.0.3-alpha5...HEAD
[5.0.3-alpha5]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha5
[5.0.3-alpha3]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha3
[5.0.3-alpha2]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha2
[5.0.3-alpha1]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha1
  • Loading branch information
simon-reynolds committed Apr 1, 2021
1 parent 1d8574a commit d39f398
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 6 deletions.
70 changes: 68 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,76 @@ 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-alpha6] - 2021-04-01

### Fixed
- 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
- Removed unneeded dependency
- Link to NuGet badges in README.md
- 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
- 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
[Unreleased]: https://github.com/efcore/EFCore.FSharp/compare/v5.0.3-alpha1...HEAD
[5.0.3-alpha1]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha1
- Initial release
- F# migrations
- F# scaffolding
[Unreleased]: https://github.com/efcore/EFCore.FSharp/compare/v5.0.3-alpha2...HEAD
[5.0.3-alpha2]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha2
[5.0.3-alpha1]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha1
- 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-alpha1...HEAD
[5.0.3-alpha1]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha1
- Initial release
- F# migrations
- F# scaffolding
[Unreleased]: https://github.com/efcore/EFCore.FSharp/compare/v5.0.3-alpha3...HEAD
[5.0.3-alpha3]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha3
[5.0.3-alpha2]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha2
[5.0.3-alpha1]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha1
- 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-alpha1...HEAD
[5.0.3-alpha1]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha1
- Initial release
- F# migrations
- F# scaffolding
[Unreleased]: https://github.com/efcore/EFCore.FSharp/compare/v5.0.3-alpha2...HEAD
[5.0.3-alpha2]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha2
[5.0.3-alpha1]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha1
- 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-alpha1...HEAD
[5.0.3-alpha1]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha1
- Initial release
- F# migrations
- F# scaffolding
[Unreleased]: https://github.com/efcore/EFCore.FSharp/compare/v5.0.3-alpha5...HEAD
[5.0.3-alpha5]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha5
[5.0.3-alpha3]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha3
[5.0.3-alpha2]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha2
[5.0.3-alpha1]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha1

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

### Fixed
Expand Down Expand Up @@ -91,7 +156,8 @@ 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-alpha5...HEAD
[Unreleased]: https://github.com/efcore/EFCore.FSharp/compare/v5.0.3-alpha6...HEAD
[5.0.3-alpha6]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha6
[5.0.3-alpha5]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha5
[5.0.3-alpha3]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha3
[5.0.3-alpha2]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha2
Expand Down
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-03-31T00:00:00.0000000+01:00")>]
[<assembly: AssemblyMetadataAttribute("ReleaseDate","2021-04-01T00:00:00.0000000+01:00")>]
[<assembly: AssemblyFileVersionAttribute("5.0.3")>]
[<assembly: AssemblyInformationalVersionAttribute("5.0.3")>]
[<assembly: AssemblyMetadataAttribute("ReleaseChannel","alpha")>]
[<assembly: AssemblyMetadataAttribute("GitHash","a83287416541c729b75e5d4e778f9e0971ce8cec")>]
[<assembly: AssemblyMetadataAttribute("GitHash","1d8574a68a6e22e17fcbc8dac1cb2db07ecb7796")>]
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-03-31T00:00:00.0000000+01:00"
let [<Literal>] AssemblyMetadata_ReleaseDate = "2021-04-01T00: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 = "a83287416541c729b75e5d4e778f9e0971ce8cec"
let [<Literal>] AssemblyMetadata_GitHash = "1d8574a68a6e22e17fcbc8dac1cb2db07ecb7796"

0 comments on commit d39f398

Please sign in to comment.