Skip to content

Commit

Permalink
Bump version to 6.0.0-beta5
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Dec 12, 2020
1 parent 4fb7af6 commit 327e83d
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 148 deletions.
Binary file modified .paket/paket.exe
Binary file not shown.
6 changes: 0 additions & 6 deletions .paket/paket.exe.config

This file was deleted.

130 changes: 0 additions & 130 deletions .paket/paket.targets

This file was deleted.

4 changes: 2 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#### 6.0.0-beta4 - 2020-12-02
#### 6.0.0-beta5 - 2020-12-12
* Full .NET Core / SDK compatible version
* Support for XCode
* Support for .net5.0
* Support for .NET 5.0
* FSharp.DependencyManager.Paket FSI extension for #r "paket: ..."

#### 5.257.0 - 2020-11-17
Expand Down
4 changes: 2 additions & 2 deletions src/FSharp.DependencyManager.Paket/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ open System.Reflection
[<assembly: AssemblyDescriptionAttribute("A dependency manager for .NET with support for NuGet packages and git repositories.")>]
[<assembly: AssemblyVersionAttribute("6.0.0")>]
[<assembly: AssemblyFileVersionAttribute("6.0.0")>]
[<assembly: AssemblyInformationalVersionAttribute("6.0.0-beta4")>]
[<assembly: AssemblyInformationalVersionAttribute("6.0.0-beta5")>]
do ()

module internal AssemblyVersionInformation =
Expand All @@ -18,4 +18,4 @@ module internal AssemblyVersionInformation =
let [<Literal>] AssemblyDescription = "A dependency manager for .NET with support for NuGet packages and git repositories."
let [<Literal>] AssemblyVersion = "6.0.0"
let [<Literal>] AssemblyFileVersion = "6.0.0"
let [<Literal>] AssemblyInformationalVersion = "6.0.0-beta4"
let [<Literal>] AssemblyInformationalVersion = "6.0.0-beta5"
4 changes: 2 additions & 2 deletions src/LockFileComparer/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ open System.Reflection
[<assembly: AssemblyDescriptionAttribute("A dependency manager for .NET with support for NuGet packages and git repositories.")>]
[<assembly: AssemblyVersionAttribute("6.0.0")>]
[<assembly: AssemblyFileVersionAttribute("6.0.0")>]
[<assembly: AssemblyInformationalVersionAttribute("6.0.0-beta4")>]
[<assembly: AssemblyInformationalVersionAttribute("6.0.0-beta5")>]
do ()

module internal AssemblyVersionInformation =
Expand All @@ -18,4 +18,4 @@ module internal AssemblyVersionInformation =
let [<Literal>] AssemblyDescription = "A dependency manager for .NET with support for NuGet packages and git repositories."
let [<Literal>] AssemblyVersion = "6.0.0"
let [<Literal>] AssemblyFileVersion = "6.0.0"
let [<Literal>] AssemblyInformationalVersion = "6.0.0-beta4"
let [<Literal>] AssemblyInformationalVersion = "6.0.0-beta5"
4 changes: 2 additions & 2 deletions src/Paket.Bootstrapper/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
[assembly: AssemblyDescriptionAttribute("A dependency manager for .NET with support for NuGet packages and git repositories.")]
[assembly: AssemblyVersionAttribute("6.0.0")]
[assembly: AssemblyFileVersionAttribute("6.0.0")]
[assembly: AssemblyInformationalVersionAttribute("6.0.0-beta4")]
[assembly: AssemblyInformationalVersionAttribute("6.0.0-beta5")]
namespace System {
internal static class AssemblyVersionInformation {
internal const System.String AssemblyTitle = "Paket.Bootstrapper";
internal const System.String AssemblyProduct = "Paket";
internal const System.String AssemblyDescription = "A dependency manager for .NET with support for NuGet packages and git repositories.";
internal const System.String AssemblyVersion = "6.0.0";
internal const System.String AssemblyFileVersion = "6.0.0";
internal const System.String AssemblyInformationalVersion = "6.0.0-beta4";
internal const System.String AssemblyInformationalVersion = "6.0.0-beta5";
}
}
4 changes: 2 additions & 2 deletions src/Paket.Core/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ open System.Reflection
[<assembly: AssemblyDescriptionAttribute("A dependency manager for .NET with support for NuGet packages and git repositories.")>]
[<assembly: AssemblyVersionAttribute("6.0.0")>]
[<assembly: AssemblyFileVersionAttribute("6.0.0")>]
[<assembly: AssemblyInformationalVersionAttribute("6.0.0-beta4")>]
[<assembly: AssemblyInformationalVersionAttribute("6.0.0-beta5")>]
do ()

module internal AssemblyVersionInformation =
Expand All @@ -18,4 +18,4 @@ module internal AssemblyVersionInformation =
let [<Literal>] AssemblyDescription = "A dependency manager for .NET with support for NuGet packages and git repositories."
let [<Literal>] AssemblyVersion = "6.0.0"
let [<Literal>] AssemblyFileVersion = "6.0.0"
let [<Literal>] AssemblyInformationalVersion = "6.0.0-beta4"
let [<Literal>] AssemblyInformationalVersion = "6.0.0-beta5"
4 changes: 2 additions & 2 deletions src/Paket/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ open System.Reflection
[<assembly: AssemblyDescriptionAttribute("A dependency manager for .NET with support for NuGet packages and git repositories.")>]
[<assembly: AssemblyVersionAttribute("6.0.0")>]
[<assembly: AssemblyFileVersionAttribute("6.0.0")>]
[<assembly: AssemblyInformationalVersionAttribute("6.0.0-beta4")>]
[<assembly: AssemblyInformationalVersionAttribute("6.0.0-beta5")>]
do ()

module internal AssemblyVersionInformation =
Expand All @@ -18,4 +18,4 @@ module internal AssemblyVersionInformation =
let [<Literal>] AssemblyDescription = "A dependency manager for .NET with support for NuGet packages and git repositories."
let [<Literal>] AssemblyVersion = "6.0.0"
let [<Literal>] AssemblyFileVersion = "6.0.0"
let [<Literal>] AssemblyInformationalVersion = "6.0.0-beta4"
let [<Literal>] AssemblyInformationalVersion = "6.0.0-beta5"

0 comments on commit 327e83d

Please sign in to comment.