Skip to content

Commit

Permalink
1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorium committed Jul 19, 2021
1 parent 059661d commit 86bfdd2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions docs/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.2.7 - 19.07.2021
* GroupBy parameter column name improvements

### 1.2.6 - 12.07.2021
* Seq.exactlyOneAsync and Seq.tryExactlyOneAsync added PR #735

Expand Down
8 changes: 4 additions & 4 deletions src/Common/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("SQLProvider")>]
[<assembly: AssemblyProductAttribute("SQLProvider")>]
[<assembly: AssemblyDescriptionAttribute("Type providers for SQL database access.")>]
[<assembly: AssemblyVersionAttribute("1.2.6")>]
[<assembly: AssemblyFileVersionAttribute("1.2.6")>]
[<assembly: AssemblyVersionAttribute("1.2.7")>]
[<assembly: AssemblyFileVersionAttribute("1.2.7")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "SQLProvider"
let [<Literal>] AssemblyProduct = "SQLProvider"
let [<Literal>] AssemblyDescription = "Type providers for SQL database access."
let [<Literal>] AssemblyVersion = "1.2.6"
let [<Literal>] AssemblyFileVersion = "1.2.6"
let [<Literal>] AssemblyVersion = "1.2.7"
let [<Literal>] AssemblyFileVersion = "1.2.7"

0 comments on commit 86bfdd2

Please sign in to comment.