From 7aa1ac9b515fa2894f32f13e6e2aa9a5a04211fe Mon Sep 17 00:00:00 2001 From: Bill Wagner Date: Sun, 26 Jun 2016 23:34:03 -0400 Subject: [PATCH 1/2] Update text to better distinguish .NET core from ASP.NET Core. --- projects/NETCore.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/NETCore.md b/projects/NETCore.md index 309df3c..2983e62 100644 --- a/projects/NETCore.md +++ b/projects/NETCore.md @@ -2,9 +2,9 @@ .NET Core has a high-performance and modular design, and supports full side by side to make it easy to adopt new .NET Core versions without affecting other apps. It currently runs on Linux, Mac, and Windows. [ASP.NET Core](http://www.dotnetfoundation.org/aspnet-core) is built on top of .NET Core. ASP.NET Core is a high-performance and modular design, and supports full side by side to make it easy to adopt new versions without affecting other apps. These products are actively developed by the .NET team and in collaboration with a community of open source developers. Together we are dedicated to improving and extending the .NET platform with new features and for new scenarios. -.NET Core has two major components. It includes a small runtime that is built from the same codebase as the .NET Framework CLR. The .NET Core runtime includes the same GC and JIT (RyuJIT), but doesn’t include features like Application Domains or Code Access Security. The runtime is delivered on NuGet, via the Microsoft.CoreCLR package. +.NET Core has two major components. It includes a small runtime that is built from the same codebase as the .NET Framework CLR. The .NET Core runtime includes the same GC and JIT (RyuJIT), but doesn’t include features like Application Domains or Code Access Security. The runtime is delivered on NuGet,via the Microsoft.CoreCLR package. -.NET Core also includes the base class libraries. These libraries are largely the same code as the .NET Framework class libraries, but have been factored (removal of dependencies) to enable us to ship a smaller set of libraries. These libraries are shipped as System.* NuGet packages on NuGet.org. +.NET Core also includes the base class libraries. These libraries are largely the same code as the .NET Framework class libraries, but have been factored (removal of dependencies) to enable us to ship a smaller set of libraries. These libraries are shipped as System.* NuGet packages on NuGet.org. This enables both smaller footprint applications, and allows different applications on the same machine to use different versions of .NET Core. ## Project Details From c159c1b5b8f973ffbab9b7cdfd0f700326cc6bf9 Mon Sep 17 00:00:00 2001 From: Bill Wagner Date: Wed, 12 Oct 2016 11:07:56 -0400 Subject: [PATCH 2/2] update guidance for new projects. --- guidance/new-projects.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guidance/new-projects.md b/guidance/new-projects.md index 98dd6fa..058ad17 100644 --- a/guidance/new-projects.md +++ b/guidance/new-projects.md @@ -65,7 +65,8 @@ do we need to do the following: assignment to the .NET Foundation - [ ] If applicable, update any websites associated with the project to include "Supported by the .NET Foundation" or - similar link back to the .NET Foundation in the footer. + similar link back to the .NET Foundation in the footer. If applicable, please + include image links from [our swag repo](http://GitHub.com/dotnet/swag). (We think a link in the footer using the horizontal logo looks very nice.) - [ ] [Sign up for Project Leader news](http://eepurl.com/bOCfJP) - [ ] Configure any resources requested from the .NET Foundation (SSL Certs, Code Signing, Secret Management, Build Servers etc)