Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMarr committed Apr 21, 2024
1 parent c36f2df commit 1edf087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SqlHydra.Cli/SqlHydra.Cli.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>2.4.0-beta.6</Version>
<Version>2.4.0</Version>
<WarningsAsErrors>
<!-- Incomplete pattern matches on this expression. -->
FS0025
Expand Down
2 changes: 1 addition & 1 deletion src/SqlHydra.Query/SqlHydra.Query.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>netstandard2.0;net6.0;net7.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<WarnOn>3390;$(WarnOn)</WarnOn>
<Version>2.4.0-beta.6</Version>
<Version>2.4.0</Version>
<Description>SqlHydra.Query is an F# query builder powered by SqlKata.Query that supports SQL Server, PostgreSQL, Sqlite and Oracle.</Description>
<WarningsAsErrors>
<!-- Incomplete pattern matches on this expression. -->
Expand Down

0 comments on commit 1edf087

Please sign in to comment.