From b3cfec7d1b83987e506615843d21a16a0efa411f Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Fri, 13 Oct 2017 08:42:30 +0200 Subject: [PATCH] wording --- src/Paket.Bootstrapper/Properties/AssemblyInfo.cs | 12 ++++++------ src/Paket.Core/AssemblyInfo.fs | 12 ++++++------ src/Paket.Core/PackageAnalysis/Why.fs | 2 +- src/Paket/AssemblyInfo.fs | 12 ++++++------ 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs b/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs index b41108205e..3a5751e354 100644 --- a/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs +++ b/src/Paket.Bootstrapper/Properties/AssemblyInfo.cs @@ -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.114.1")] -[assembly: AssemblyFileVersionAttribute("5.114.1")] -[assembly: AssemblyInformationalVersionAttribute("5.114.1")] +[assembly: AssemblyVersionAttribute("5.114.2")] +[assembly: AssemblyFileVersionAttribute("5.114.2")] +[assembly: AssemblyInformationalVersionAttribute("5.114.2")] 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.114.1"; - internal const System.String AssemblyFileVersion = "5.114.1"; - internal const System.String AssemblyInformationalVersion = "5.114.1"; + internal const System.String AssemblyVersion = "5.114.2"; + internal const System.String AssemblyFileVersion = "5.114.2"; + internal const System.String AssemblyInformationalVersion = "5.114.2"; } } diff --git a/src/Paket.Core/AssemblyInfo.fs b/src/Paket.Core/AssemblyInfo.fs index e5ffc1fd61..a027d1dc4b 100644 --- a/src/Paket.Core/AssemblyInfo.fs +++ b/src/Paket.Core/AssemblyInfo.fs @@ -6,9 +6,9 @@ open System.Reflection [] [] [] -[] -[] -[] +[] +[] +[] do () module internal AssemblyVersionInformation = @@ -16,6 +16,6 @@ module internal AssemblyVersionInformation = let [] AssemblyProduct = "Paket" let [] AssemblyCompany = "Paket team" let [] AssemblyDescription = "A dependency manager for .NET with support for NuGet packages and git repositories." - let [] AssemblyVersion = "5.114.1" - let [] AssemblyFileVersion = "5.114.1" - let [] AssemblyInformationalVersion = "5.114.1" + let [] AssemblyVersion = "5.114.2" + let [] AssemblyFileVersion = "5.114.2" + let [] AssemblyInformationalVersion = "5.114.2" diff --git a/src/Paket.Core/PackageAnalysis/Why.fs b/src/Paket.Core/PackageAnalysis/Why.fs index 4613e706ac..603d16490d 100644 --- a/src/Paket.Core/PackageAnalysis/Why.fs +++ b/src/Paket.Core/PackageAnalysis/Why.fs @@ -188,7 +188,7 @@ let ohWhy (packageName, | TopLevel -> () | Direct chains | Transitive chains -> - tracefn "It's a part of following dependency chains:" + tracefn "It is part of following dependency chains:" tracen "" for (top, chains) in chains |> List.groupBy (DependencyChain.first) do match chains |> List.sortBy DependencyChain.length, options.Details with diff --git a/src/Paket/AssemblyInfo.fs b/src/Paket/AssemblyInfo.fs index ebffdda157..2503729520 100644 --- a/src/Paket/AssemblyInfo.fs +++ b/src/Paket/AssemblyInfo.fs @@ -6,9 +6,9 @@ open System.Reflection [] [] [] -[] -[] -[] +[] +[] +[] do () module internal AssemblyVersionInformation = @@ -16,6 +16,6 @@ module internal AssemblyVersionInformation = let [] AssemblyProduct = "Paket" let [] AssemblyCompany = "Paket team" let [] AssemblyDescription = "A dependency manager for .NET with support for NuGet packages and git repositories." - let [] AssemblyVersion = "5.114.1" - let [] AssemblyFileVersion = "5.114.1" - let [] AssemblyInformationalVersion = "5.114.1" + let [] AssemblyVersion = "5.114.2" + let [] AssemblyFileVersion = "5.114.2" + let [] AssemblyInformationalVersion = "5.114.2"