Skip to content

Commit

Permalink
Bump version to 8.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
haf committed Nov 24, 2019
1 parent 757967b commit 1c16980
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 25 deletions.
8 changes: 4 additions & 4 deletions Expecto.BenchmarkDotNet/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ open System.Runtime.CompilerServices
[<assembly: AssemblyProductAttribute("Expecto.BenchmarkDotNet")>]
[<assembly: AssemblyCopyrightAttribute("Copyright 2019")>]
[<assembly: AssemblyDescriptionAttribute("Advanced testing library for F#")>]
[<assembly: AssemblyVersionAttribute("8.13.0")>]
[<assembly: AssemblyFileVersionAttribute("8.13.0")>]
[<assembly: AssemblyVersionAttribute("8.13.1")>]
[<assembly: AssemblyFileVersionAttribute("8.13.1")>]
[<assembly: InternalsVisibleToAttribute("Expecto.Tests")>]
do ()

Expand All @@ -17,6 +17,6 @@ module internal AssemblyVersionInformation =
let [<Literal>] AssemblyProduct = "Expecto.BenchmarkDotNet"
let [<Literal>] AssemblyCopyright = "Copyright 2019"
let [<Literal>] AssemblyDescription = "Advanced testing library for F#"
let [<Literal>] AssemblyVersion = "8.13.0"
let [<Literal>] AssemblyFileVersion = "8.13.0"
let [<Literal>] AssemblyVersion = "8.13.1"
let [<Literal>] AssemblyFileVersion = "8.13.1"
let [<Literal>] InternalsVisibleTo = "Expecto.Tests"
2 changes: 1 addition & 1 deletion Expecto.BenchmarkDotNet/Expecto.BenchmarkDotNet.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<AssemblyName>Expecto.BenchmarkDotNet</AssemblyName>
<PackageId>Expecto.BenchmarkDotNet</PackageId>
<Version>8.13.0</Version>
<Version>8.13.1</Version>
<TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<!-- Optional: Declare that the Repository URL can be published to NuSpec -->
Expand Down
8 changes: 4 additions & 4 deletions Expecto.FsCheck/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ open System.Runtime.CompilerServices
[<assembly: AssemblyProductAttribute("Expecto.FsCheck")>]
[<assembly: AssemblyCopyrightAttribute("Copyright 2019")>]
[<assembly: AssemblyDescriptionAttribute("Advanced testing library for F#")>]
[<assembly: AssemblyVersionAttribute("8.13.0")>]
[<assembly: AssemblyFileVersionAttribute("8.13.0")>]
[<assembly: AssemblyVersionAttribute("8.13.1")>]
[<assembly: AssemblyFileVersionAttribute("8.13.1")>]
[<assembly: InternalsVisibleToAttribute("Expecto.Tests")>]
do ()

Expand All @@ -17,6 +17,6 @@ module internal AssemblyVersionInformation =
let [<Literal>] AssemblyProduct = "Expecto.FsCheck"
let [<Literal>] AssemblyCopyright = "Copyright 2019"
let [<Literal>] AssemblyDescription = "Advanced testing library for F#"
let [<Literal>] AssemblyVersion = "8.13.0"
let [<Literal>] AssemblyFileVersion = "8.13.0"
let [<Literal>] AssemblyVersion = "8.13.1"
let [<Literal>] AssemblyFileVersion = "8.13.1"
let [<Literal>] InternalsVisibleTo = "Expecto.Tests"
2 changes: 1 addition & 1 deletion Expecto.FsCheck/Expecto.FsCheck.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<AssemblyName>Expecto.FsCheck</AssemblyName>
<PackageId>Expecto.FsCheck</PackageId>
<Version>8.13.0</Version>
<Version>8.13.1</Version>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<!-- Optional: Declare that the Repository URL can be published to NuSpec -->
Expand Down
8 changes: 4 additions & 4 deletions Expecto.Hopac/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ open System.Runtime.CompilerServices
[<assembly: AssemblyProductAttribute("Expecto.Hopac")>]
[<assembly: AssemblyCopyrightAttribute("Copyright 2019")>]
[<assembly: AssemblyDescriptionAttribute("Advanced testing library for F#")>]
[<assembly: AssemblyVersionAttribute("8.13.0")>]
[<assembly: AssemblyFileVersionAttribute("8.13.0")>]
[<assembly: AssemblyVersionAttribute("8.13.1")>]
[<assembly: AssemblyFileVersionAttribute("8.13.1")>]
[<assembly: InternalsVisibleToAttribute("Expecto.Tests")>]
do ()

Expand All @@ -17,6 +17,6 @@ module internal AssemblyVersionInformation =
let [<Literal>] AssemblyProduct = "Expecto.Hopac"
let [<Literal>] AssemblyCopyright = "Copyright 2019"
let [<Literal>] AssemblyDescription = "Advanced testing library for F#"
let [<Literal>] AssemblyVersion = "8.13.0"
let [<Literal>] AssemblyFileVersion = "8.13.0"
let [<Literal>] AssemblyVersion = "8.13.1"
let [<Literal>] AssemblyFileVersion = "8.13.1"
let [<Literal>] InternalsVisibleTo = "Expecto.Tests"
2 changes: 1 addition & 1 deletion Expecto.Hopac/Expecto.Hopac.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<AssemblyName>Expecto.Hopac</AssemblyName>
<PackageId>Expecto.Hopac</PackageId>
<Version>8.13.0</Version>
<Version>8.13.1</Version>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<!-- Optional: Declare that the Repository URL can be published to NuSpec -->
Expand Down
8 changes: 4 additions & 4 deletions Expecto.TestResults/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ open System.Runtime.CompilerServices
[<assembly: AssemblyProductAttribute("Expecto.TestResults")>]
[<assembly: AssemblyCopyrightAttribute("Copyright 2019")>]
[<assembly: AssemblyDescriptionAttribute("Advanced testing library for F#")>]
[<assembly: AssemblyVersionAttribute("8.13.0")>]
[<assembly: AssemblyFileVersionAttribute("8.13.0")>]
[<assembly: AssemblyVersionAttribute("8.13.1")>]
[<assembly: AssemblyFileVersionAttribute("8.13.1")>]
[<assembly: InternalsVisibleToAttribute("Expecto.Tests")>]
do ()

Expand All @@ -17,6 +17,6 @@ module internal AssemblyVersionInformation =
let [<Literal>] AssemblyProduct = "Expecto.TestResults"
let [<Literal>] AssemblyCopyright = "Copyright 2019"
let [<Literal>] AssemblyDescription = "Advanced testing library for F#"
let [<Literal>] AssemblyVersion = "8.13.0"
let [<Literal>] AssemblyFileVersion = "8.13.0"
let [<Literal>] AssemblyVersion = "8.13.1"
let [<Literal>] AssemblyFileVersion = "8.13.1"
let [<Literal>] InternalsVisibleTo = "Expecto.Tests"
2 changes: 1 addition & 1 deletion Expecto.TestResults/Expecto.TestResults.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<AssemblyName>Expecto.TestResults</AssemblyName>
<PackageId>Expecto.TestResults</PackageId>
<Version>8.13.0</Version>
<Version>8.13.1</Version>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<!-- Optional: Declare that the Repository URL can be published to NuSpec -->
Expand Down
8 changes: 4 additions & 4 deletions Expecto/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ open System.Runtime.CompilerServices
[<assembly: AssemblyProductAttribute("Expecto")>]
[<assembly: AssemblyCopyrightAttribute("Copyright 2019")>]
[<assembly: AssemblyDescriptionAttribute("Advanced testing library for F#")>]
[<assembly: AssemblyVersionAttribute("8.13.0")>]
[<assembly: AssemblyFileVersionAttribute("8.13.0")>]
[<assembly: AssemblyVersionAttribute("8.13.1")>]
[<assembly: AssemblyFileVersionAttribute("8.13.1")>]
[<assembly: InternalsVisibleToAttribute("Expecto.Tests")>]
do ()

Expand All @@ -17,6 +17,6 @@ module internal AssemblyVersionInformation =
let [<Literal>] AssemblyProduct = "Expecto"
let [<Literal>] AssemblyCopyright = "Copyright 2019"
let [<Literal>] AssemblyDescription = "Advanced testing library for F#"
let [<Literal>] AssemblyVersion = "8.13.0"
let [<Literal>] AssemblyFileVersion = "8.13.0"
let [<Literal>] AssemblyVersion = "8.13.1"
let [<Literal>] AssemblyFileVersion = "8.13.1"
let [<Literal>] InternalsVisibleTo = "Expecto.Tests"
2 changes: 1 addition & 1 deletion Expecto/Expecto.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<AssemblyName>Expecto</AssemblyName>
<PackageId>Expecto</PackageId>
<Version>8.13.0</Version>
<Version>8.13.1</Version>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<!-- Optional: Declare that the Repository URL can be published to NuSpec -->
Expand Down

0 comments on commit 1c16980

Please sign in to comment.