Skip to content

Commit

Permalink
Merge branch '1.3'
Browse files Browse the repository at this point in the history
# Conflicts:
#	docs/RELEASE_NOTES.md
#	src/Common/AssemblyInfo.fs
  • Loading branch information
Thorium committed Jan 15, 2025
2 parents 85082d8 + 8d6f92e commit 8981d8d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion docs/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.4.3 - 15.01.2025
* TypeProviders SDK update

### 1.4.2 - 07.11.2024
* Performance optimization: Faster type-checks

Expand All @@ -10,7 +13,10 @@
* Build with .NET 8.0 compiler
* .NET Framework 4.7.2 to 4.8

### 1.3.49 - 07.11.2024
### 1.3.50 - 15.01.2025
* TypeProviders SDK update

### 1.3.49 - 18.10.2024
* Performance optimization: Faster type-checks

### 1.3.48 - 18.10.2024
Expand Down
4 changes: 2 additions & 2 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1482,8 +1482,8 @@ GROUP SourceFiles
STORAGE: NONE
GITHUB
remote: fsprojects/FSharp.TypeProviders.SDK
src/ProvidedTypes.fs (3a9510e466cb8ab04e0b86841dc777994909f881)
src/ProvidedTypes.fsi (3a9510e466cb8ab04e0b86841dc777994909f881)
src/ProvidedTypes.fs (b965f9485545d308ced1cde3779c9e66a2a298f2)
src/ProvidedTypes.fsi (b965f9485545d308ced1cde3779c9e66a2a298f2)
remote: Thorium/Linq.Expression.Optimizer
src/Code/ExpressionOptimizer.fs (eddd78818ade888ebe1d0bfb771d521b5c0896bd)
GROUP Tests
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.4.2")>]
[<assembly: AssemblyFileVersionAttribute("1.4.2")>]
[<assembly: AssemblyVersionAttribute("1.4.3")>]
[<assembly: AssemblyFileVersionAttribute("1.4.3")>]
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.4.2"
let [<Literal>] AssemblyFileVersion = "1.4.2"
let [<Literal>] AssemblyVersion = "1.4.3"
let [<Literal>] AssemblyFileVersion = "1.4.3"

0 comments on commit 8981d8d

Please sign in to comment.