From f53179bd39034c2845154185ca38ec00556f8da1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Bj=C3=B6rkstr=C3=B6m?= Date: Mon, 26 Feb 2018 22:31:28 +0200 Subject: [PATCH] (build) Updated version and release notes. --- ReleaseNotes.md | 4 ++++ src/SolutionInfo.cs | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 20e7b8b6db..fdf57cd9d1 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,7 @@ +### New in 0.26.0 (Released 2018/02/26) + +* 1781 Update to .NET Core 2 + ### New in 0.25.0 (Released 2018/01/17) * 1995 Make In-proc NuGet addin/tool installation default diff --git a/src/SolutionInfo.cs b/src/SolutionInfo.cs index b1e25621d6..83006dbeac 100644 --- a/src/SolutionInfo.cs +++ b/src/SolutionInfo.cs @@ -10,7 +10,7 @@ using System.Reflection; [assembly: AssemblyProduct("Cake")] -[assembly: AssemblyVersion("0.25.0.0")] -[assembly: AssemblyFileVersion("0.25.0.0")] -[assembly: AssemblyInformationalVersion("0.25.0-beta.1+0.Branch.release/0.25.0.Sha.796f60fdc81967e6497a8d525b600e0b93a117c4")] +[assembly: AssemblyVersion("0.26.0.0")] +[assembly: AssemblyFileVersion("0.26.0.0")] +[assembly: AssemblyInformationalVersion("0.26.0-beta.1+0.Branch.release/0.26.0.Sha.717c56ae2c1e132d53cf213534b81fde117d3b7e")] [assembly: AssemblyCopyright("Copyright (c) .NET Foundation and Contributors")] \ No newline at end of file