From ff28f86398b0431c17fe1b9c302d78a9bbd2027d Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Wed, 15 Jul 2020 12:02:52 +0200 Subject: [PATCH 1/2] (GH-77) Update SDK/Framework/Studio versions * fixes #77 --- README.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 88abdf7..0788e1a 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,7 @@ [![NuGet](https://img.shields.io/nuget/v/Cake.Frosting.svg)](https://www.nuget.org/packages/Cake.Frosting) [![Azure Artifacts](https://azpkgsshield.azurevoodoo.net/cake-build/Cake/cake/cake.frosting)](https://dev.azure.com/cake-build/Cake/_packaging?_a=package&feed=cake&package=Cake.Frosting&protocolType=NuGet) A .NET Core host for Cake, that allows you to write your build scripts as a -(portable) console application (`netcoreapp2.0` or `net461`). Frosting is currently -in pre-release / incubation. - -**Expect things to move around initially. Especially naming of things.** +(portable) console application (`netcoreapp3.1` or `net461`). ## Table of Contents @@ -19,7 +16,7 @@ in pre-release / incubation. ## Example -### 1. Install .NET Core SDK 2.1.500 or later +### 1. Install .NET Core SDK 3.1.301 or later You can find the SDK at [https://dotnet.microsoft.com/download](https://dotnet.microsoft.com/download). @@ -54,12 +51,12 @@ The above command is what you're expected to run from your bootstrapper. ### .NET Core SDK To build from source, you will need to have -[.NET Core SDK 2.1.4](https://dotnet.microsoft.com/download) +[.NET Core SDK 3.1.301](https://dotnet.microsoft.com/download) installed on your machine. -### Visual Studio 2017 (optional) +### Visual Studio 2019 (optional) -If you want to develop using Visual Studio, then you need to use Visual Studio 2017 (15.2) or higher. +If you want to develop using Visual Studio, then you need to use Visual Studio 2019 (16.6) or higher. ## Acknowledgement @@ -79,11 +76,6 @@ each of the Cake developers with an [Open Source License](https://www.jetbrains.com/support/community/#section=open-source) for [ReSharper](https://www.jetbrains.com/resharper/) that helps with the development of Cake. -The Cake Team would also like to say thank you to the guys at -[MyGet](https://www.myget.org/) for their support in providing a Professional -subscription which allows us to continue to push all of our pre-release -editions of Cake NuGet packages for early consumption by the Cake community. - ## Code of Conduct This project has adopted the code of conduct defined by the From 142465229878b66ff0624ddbda5defbe01e4b7a5 Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Wed, 15 Jul 2020 12:06:46 +0200 Subject: [PATCH 2/2] (GH-77) Add build badges * fixes #77 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0788e1a..277d329 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Frosting -[![NuGet](https://img.shields.io/nuget/v/Cake.Frosting.svg)](https://www.nuget.org/packages/Cake.Frosting) [![Azure Artifacts](https://azpkgsshield.azurevoodoo.net/cake-build/Cake/cake/cake.frosting)](https://dev.azure.com/cake-build/Cake/_packaging?_a=package&feed=cake&package=Cake.Frosting&protocolType=NuGet) +[![NuGet](https://img.shields.io/nuget/v/Cake.Frosting.svg)](https://www.nuget.org/packages/Cake.Frosting) [![Azure Artifacts](https://azpkgsshield.azurevoodoo.net/cake-build/Cake/cake/cake.frosting)](https://dev.azure.com/cake-build/Cake/_packaging?_a=package&feed=cake&package=Cake.Frosting&protocolType=NuGet) ![Build](https://github.com/cake-build/frosting/workflows/Build/badge.svg?branch=develop) [![Build status](https://ci.appveyor.com/api/projects/status/hb62doomg0mgc0fx/branch/develop?svg=true)](https://ci.appveyor.com/project/cakebuild/frosting/branch/develop) A .NET Core host for Cake, that allows you to write your build scripts as a (portable) console application (`netcoreapp3.1` or `net461`).