Skip to content

Commit

Permalink
Global.json
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Dec 21, 2017
1 parent 8e88b66 commit a96e540
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "2.0.3"
"version": "2.1.3"
}
}
2 changes: 1 addition & 1 deletion paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1144,7 +1144,7 @@ RESTRICTION: >= net461
NUGET
remote: https://www.nuget.org/api/v2
0x53A.ReferenceAssemblies.Paket (0.2)
FAKE (4.64.2)
FAKE (4.64.3)
FSharp.Compiler.Service (13.0)
FSharp.Core (>= 4.1.17) - restriction: && (>= net461) (>= netstandard1.6)
Microsoft.DiaSymReader (>= 1.1) - restriction: && (>= net461) (>= netstandard1.6)
Expand Down
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.126.3")]
[assembly: AssemblyFileVersionAttribute("5.126.3")]
[assembly: AssemblyInformationalVersionAttribute("5.126.3")]
[assembly: AssemblyVersionAttribute("5.126.4")]
[assembly: AssemblyFileVersionAttribute("5.126.4")]
[assembly: AssemblyInformationalVersionAttribute("5.126.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.126.3";
internal const System.String AssemblyFileVersion = "5.126.3";
internal const System.String AssemblyInformationalVersion = "5.126.3";
internal const System.String AssemblyVersion = "5.126.4";
internal const System.String AssemblyFileVersion = "5.126.4";
internal const System.String AssemblyInformationalVersion = "5.126.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.126.3")>]
[<assembly: AssemblyFileVersionAttribute("5.126.3")>]
[<assembly: AssemblyInformationalVersionAttribute("5.126.3")>]
[<assembly: AssemblyVersionAttribute("5.126.4")>]
[<assembly: AssemblyFileVersionAttribute("5.126.4")>]
[<assembly: AssemblyInformationalVersionAttribute("5.126.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.126.3"
let [<Literal>] AssemblyFileVersion = "5.126.3"
let [<Literal>] AssemblyInformationalVersion = "5.126.3"
let [<Literal>] AssemblyVersion = "5.126.4"
let [<Literal>] AssemblyFileVersion = "5.126.4"
let [<Literal>] AssemblyInformationalVersion = "5.126.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.126.3")>]
[<assembly: AssemblyFileVersionAttribute("5.126.3")>]
[<assembly: AssemblyInformationalVersionAttribute("5.126.3")>]
[<assembly: AssemblyVersionAttribute("5.126.4")>]
[<assembly: AssemblyFileVersionAttribute("5.126.4")>]
[<assembly: AssemblyInformationalVersionAttribute("5.126.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.126.3"
let [<Literal>] AssemblyFileVersion = "5.126.3"
let [<Literal>] AssemblyInformationalVersion = "5.126.3"
let [<Literal>] AssemblyVersion = "5.126.4"
let [<Literal>] AssemblyFileVersion = "5.126.4"
let [<Literal>] AssemblyInformationalVersion = "5.126.4"

0 comments on commit a96e540

Please sign in to comment.