Skip to content

Commit 24f5c5a

Browse files
committed
Bump version to 0.7.1.
1 parent 040b0f6 commit 24f5c5a

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

src/Rezoom.SQL.Provider/AssemblyInfo.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ open System.Runtime.InteropServices
3434
// You can specify all the values or you can default the Build and Revision Numbers
3535
// by using the '*' as shown below:
3636
// [<assembly: AssemblyVersion("1.0.*")>]
37-
[<assembly: AssemblyVersion("0.7.0.*")>]
38-
[<assembly: AssemblyFileVersion("0.7.0.*")>]
37+
[<assembly: AssemblyVersion("0.7.1.*")>]
38+
[<assembly: AssemblyFileVersion("0.7.1.*")>]
3939

4040
#if !DEBUG
4141
[<assembly: AssemblyKeyFile("../../../robert.peele.snk")>]

src/Rezoom.SQL.Provider/Rezoom.SQL.Provider.nuspec

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>$description$</description>
1313
<releaseNotes>
14-
Fix MANY(...) navigation properties failing on left joins with no children.
15-
Fix missing warning for ambiguous column names created by wildcard expansion (select *).
16-
Fix typechecker errors encountered in migration files not including the filename in the exception message.
17-
Fix batching commands running over the 2100 parameter limit on SQL server.
18-
Disallow joins without explicit ON clauses (can still use ON TRUE).
14+
Fix "SELECT ... LIMIT x" not wrapping the TOP expression in parentheses in T-SQL backend.
1915
</releaseNotes>
2016
<copyright>Copyright Robert Peele 2017</copyright>
2117
<tags>rezoom sql data sqlite tsql sqlserver fsharp typeprovider</tags>

0 commit comments

Comments
 (0)