Skip to content

Commit

Permalink
Bump version to 5.245.4
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Jun 12, 2020
1 parent ce49f9b commit 047909b
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 25 deletions.
5 changes: 4 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#### 5.245.4 - 2020-05-12
* Allow to quite `paket find-packages` with Ctrl+c - https://github.com/fsprojects/Paket/pull/3865

#### 5.245.3 - 2020-05-25
* Treat nuget repo as v3 if url ends with index.json - https://github.com/fsprojects/Paket/issues/3806
* Treat NuGet repo as v3 if url ends with index.json - https://github.com/fsprojects/Paket/issues/3806

#### 5.245.1 - 2020-05-05
* Allow to restore netcoreapp5.0 - https://github.com/fsprojects/Paket/issues/3811
Expand Down
12 changes: 6 additions & 6 deletions src/LockFileComparer/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ open System.Reflection
[<assembly: AssemblyProductAttribute("Paket")>]
[<assembly: AssemblyCompanyAttribute("Paket team")>]
[<assembly: AssemblyDescriptionAttribute("A dependency manager for .NET with support for NuGet packages and git repositories.")>]
[<assembly: AssemblyVersionAttribute("5.245.2")>]
[<assembly: AssemblyFileVersionAttribute("5.245.2")>]
[<assembly: AssemblyInformationalVersionAttribute("5.245.2")>]
[<assembly: AssemblyVersionAttribute("5.245.4")>]
[<assembly: AssemblyFileVersionAttribute("5.245.4")>]
[<assembly: AssemblyInformationalVersionAttribute("5.245.4")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "LockFileComparer"
let [<Literal>] AssemblyProduct = "Paket"
let [<Literal>] AssemblyCompany = "Paket team"
let [<Literal>] AssemblyDescription = "A dependency manager for .NET with support for NuGet packages and git repositories."
let [<Literal>] AssemblyVersion = "5.245.2"
let [<Literal>] AssemblyFileVersion = "5.245.2"
let [<Literal>] AssemblyInformationalVersion = "5.245.2"
let [<Literal>] AssemblyVersion = "5.245.4"
let [<Literal>] AssemblyFileVersion = "5.245.4"
let [<Literal>] AssemblyInformationalVersion = "5.245.4"
12 changes: 6 additions & 6 deletions src/Paket.Bootstrapper/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
[assembly: AssemblyTitleAttribute("Paket.Bootstrapper")]
[assembly: AssemblyProductAttribute("Paket")]
[assembly: AssemblyDescriptionAttribute("A dependency manager for .NET with support for NuGet packages and git repositories.")]
[assembly: AssemblyVersionAttribute("5.245.2")]
[assembly: AssemblyFileVersionAttribute("5.245.2")]
[assembly: AssemblyInformationalVersionAttribute("5.245.2")]
[assembly: AssemblyVersionAttribute("5.245.4")]
[assembly: AssemblyFileVersionAttribute("5.245.4")]
[assembly: AssemblyInformationalVersionAttribute("5.245.4")]
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 = "5.245.2";
internal const System.String AssemblyFileVersion = "5.245.2";
internal const System.String AssemblyInformationalVersion = "5.245.2";
internal const System.String AssemblyVersion = "5.245.4";
internal const System.String AssemblyFileVersion = "5.245.4";
internal const System.String AssemblyInformationalVersion = "5.245.4";
}
}
12 changes: 6 additions & 6 deletions src/Paket.Core/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ open System.Reflection
[<assembly: AssemblyProductAttribute("Paket")>]
[<assembly: AssemblyCompanyAttribute("Paket team")>]
[<assembly: AssemblyDescriptionAttribute("A dependency manager for .NET with support for NuGet packages and git repositories.")>]
[<assembly: AssemblyVersionAttribute("5.245.2")>]
[<assembly: AssemblyFileVersionAttribute("5.245.2")>]
[<assembly: AssemblyInformationalVersionAttribute("5.245.2")>]
[<assembly: AssemblyVersionAttribute("5.245.4")>]
[<assembly: AssemblyFileVersionAttribute("5.245.4")>]
[<assembly: AssemblyInformationalVersionAttribute("5.245.4")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "Paket.Core"
let [<Literal>] AssemblyProduct = "Paket"
let [<Literal>] AssemblyCompany = "Paket team"
let [<Literal>] AssemblyDescription = "A dependency manager for .NET with support for NuGet packages and git repositories."
let [<Literal>] AssemblyVersion = "5.245.2"
let [<Literal>] AssemblyFileVersion = "5.245.2"
let [<Literal>] AssemblyInformationalVersion = "5.245.2"
let [<Literal>] AssemblyVersion = "5.245.4"
let [<Literal>] AssemblyFileVersion = "5.245.4"
let [<Literal>] AssemblyInformationalVersion = "5.245.4"
12 changes: 6 additions & 6 deletions src/Paket/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ open System.Reflection
[<assembly: AssemblyProductAttribute("Paket")>]
[<assembly: AssemblyCompanyAttribute("Paket team")>]
[<assembly: AssemblyDescriptionAttribute("A dependency manager for .NET with support for NuGet packages and git repositories.")>]
[<assembly: AssemblyVersionAttribute("5.245.2")>]
[<assembly: AssemblyFileVersionAttribute("5.245.2")>]
[<assembly: AssemblyInformationalVersionAttribute("5.245.2")>]
[<assembly: AssemblyVersionAttribute("5.245.4")>]
[<assembly: AssemblyFileVersionAttribute("5.245.4")>]
[<assembly: AssemblyInformationalVersionAttribute("5.245.4")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "Paket"
let [<Literal>] AssemblyProduct = "Paket"
let [<Literal>] AssemblyCompany = "Paket team"
let [<Literal>] AssemblyDescription = "A dependency manager for .NET with support for NuGet packages and git repositories."
let [<Literal>] AssemblyVersion = "5.245.2"
let [<Literal>] AssemblyFileVersion = "5.245.2"
let [<Literal>] AssemblyInformationalVersion = "5.245.2"
let [<Literal>] AssemblyVersion = "5.245.4"
let [<Literal>] AssemblyFileVersion = "5.245.4"
let [<Literal>] AssemblyInformationalVersion = "5.245.4"

0 comments on commit 047909b

Please sign in to comment.