Skip to content

Commit

Permalink
1.1.62
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorium committed Apr 23, 2019
1 parent af83004 commit 5774c12
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.1.62 - 23.04.2019
* .NET Core editor fix, PR #611

### 1.1.61 - 09.04.2019
* Reverted .NET Standard library to fix stackoverflow issue

Expand Down
8 changes: 4 additions & 4 deletions src/SQLProvider/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.1.61")>]
[<assembly: AssemblyFileVersionAttribute("1.1.61")>]
[<assembly: AssemblyVersionAttribute("1.1.62")>]
[<assembly: AssemblyFileVersionAttribute("1.1.62")>]
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.1.61"
let [<Literal>] AssemblyFileVersion = "1.1.61"
let [<Literal>] AssemblyVersion = "1.1.62"
let [<Literal>] AssemblyFileVersion = "1.1.62"

0 comments on commit 5774c12

Please sign in to comment.