Skip to content

Commit

Permalink
FSharp.Core reference updated, 1.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorium committed Feb 1, 2021
1 parent 01833e1 commit dca88ac
Show file tree
Hide file tree
Showing 7 changed files with 291 additions and 2,021 deletions.
319 changes: 257 additions & 62 deletions .paket/Paket.Restore.targets

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.0.22 - February 01 2021
* Reference component update

### 1.0.21 - July 11 2018
* Reference component update

Expand Down
436 changes: 9 additions & 427 deletions paket.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/Owin.Compression.Standard/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("Owin.Compression.Standard")>]
[<assembly: AssemblyProductAttribute("Owin.Compression")>]
[<assembly: AssemblyDescriptionAttribute("Compression (Deflate / GZip) module for Microsoft OWIN Selfhost filesystem pipeline.")>]
[<assembly: AssemblyVersionAttribute("1.0.21")>]
[<assembly: AssemblyFileVersionAttribute("1.0.21")>]
[<assembly: AssemblyVersionAttribute("1.0.22")>]
[<assembly: AssemblyFileVersionAttribute("1.0.22")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "Owin.Compression.Standard"
let [<Literal>] AssemblyProduct = "Owin.Compression"
let [<Literal>] AssemblyDescription = "Compression (Deflate / GZip) module for Microsoft OWIN Selfhost filesystem pipeline."
let [<Literal>] AssemblyVersion = "1.0.21"
let [<Literal>] AssemblyFileVersion = "1.0.21"
let [<Literal>] AssemblyVersion = "1.0.22"
let [<Literal>] AssemblyFileVersion = "1.0.22"
8 changes: 4 additions & 4 deletions src/Owin.Compression/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("Owin.Compression")>]
[<assembly: AssemblyProductAttribute("Owin.Compression")>]
[<assembly: AssemblyDescriptionAttribute("Compression (Deflate / GZip) module for Microsoft OWIN Selfhost filesystem pipeline.")>]
[<assembly: AssemblyVersionAttribute("1.0.21")>]
[<assembly: AssemblyFileVersionAttribute("1.0.21")>]
[<assembly: AssemblyVersionAttribute("1.0.22")>]
[<assembly: AssemblyFileVersionAttribute("1.0.22")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "Owin.Compression"
let [<Literal>] AssemblyProduct = "Owin.Compression"
let [<Literal>] AssemblyDescription = "Compression (Deflate / GZip) module for Microsoft OWIN Selfhost filesystem pipeline."
let [<Literal>] AssemblyVersion = "1.0.21"
let [<Literal>] AssemblyFileVersion = "1.0.21"
let [<Literal>] AssemblyVersion = "1.0.22"
let [<Literal>] AssemblyFileVersion = "1.0.22"
765 changes: 5 additions & 760 deletions src/Owin.Compression/Owin.Compression.fsproj

Large diffs are not rendered by default.

773 changes: 9 additions & 764 deletions tests/Owin.Compression.Tests/Owin.Compression.Tests.fsproj

Large diffs are not rendered by default.

0 comments on commit dca88ac

Please sign in to comment.