Skip to content

Commit be19ad3

Browse files
committed
Bump NuGet package version to 0.6.2.
1 parent 2f83751 commit be19ad3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
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.6.1.*")>]
38-
[<assembly: AssemblyFileVersion("0.6.1.*")>]
37+
[<assembly: AssemblyVersion("0.6.2.*")>]
38+
[<assembly: AssemblyFileVersion("0.6.2.*")>]
3939

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

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>$description$</description>
1313
<releaseNotes>
14-
Use PRAGMA foreign_keys=ON for all SQLite connections.
14+
Fix `IN @param` with empty array as runtime argument failing on T-SQL and Postgres.
15+
Add `unsafe_inject_raw(@param)` function to let you stick raw SQL into a query at runtime.
16+
Add module for building dynamic SQL commands (materialized to user-specified record types, dapper-esque).
1517
</releaseNotes>
1618
<copyright>Copyright Robert Peele 2017</copyright>
1719
<tags>rezoom sql data sqlite tsql sqlserver fsharp typeprovider</tags>

0 commit comments

Comments
 (0)