From cf6b6da234f1e7a37bf374d580156a68f6406a72 Mon Sep 17 00:00:00 2001 From: James Newton-King Date: Tue, 6 Jun 2017 17:42:33 +1200 Subject: [PATCH 1/5] Remove jabbr link rip in pepperoni --- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bb05e74b15..715525f6fd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,7 +29,6 @@ Our team members also monitor several other discussion forums: * [ASP.NET Core forum](https://forums.asp.net/1255.aspx/1?ASP+NET+5) * [StackOverflow](https://stackoverflow.com/) with the [`asp.net-core`](https://stackoverflow.com/questions/tagged/asp.net-core), [`asp.net-core-mvc`](https://stackoverflow.com/questions/tagged/asp.net-core-mvc), or [`entity-framework-core`](https://stackoverflow.com/questions/tagged/entity-framework-core) tags. -* [JabbR chat room](https://jabbr.net/#/rooms/AspNetCore) for real-time discussions with the community and the people who work on the project ## Filing issues From cc96d9b77d2a427f715a62e5b3aa02a690272b0f Mon Sep 17 00:00:00 2001 From: Ben Brandt Date: Wed, 16 Aug 2017 22:20:19 -0500 Subject: [PATCH 2/5] Update readme to link to 2.0 release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0117ce26a..9f2a3ce9c4 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ASP.NET Core is a new open-source and cross-platform framework for building mode ASP.NET Core 1.1 is now available! See the [release notes](https://github.com/aspnet/Home/releases/tag/1.1.0) for further details and check our [releases](https://github.com/aspnet/home/releases) for the latest patch release. -ASP.NET Core 2.0 Preview 2 is now available! See the [release notes](https://github.com/aspnet/Home/releases/tag/2.0.0-preview2) for further details. +ASP.NET Core 2.0 is now available! See the [release notes](https://github.com/aspnet/Home/releases/tag/2.0.0) for further details. ## Get Started From dc00604a3d5c9318cca22c98a66aadfded55c45c Mon Sep 17 00:00:00 2001 From: Eilon Lipton Date: Sun, 3 Sep 2017 19:15:32 -0700 Subject: [PATCH 3/5] Update README.md --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index b0117ce26a..ddc11681b8 100644 --- a/README.md +++ b/README.md @@ -69,12 +69,6 @@ These are some of the most common repos: See the [NuGet feeds](https://github.com/aspnet/Home/wiki/NuGet-feeds) wiki page. -## Build tools - -This project produces builds using JetBrains TeamCity. - - - # Feedback Check out the [contributing](CONTRIBUTING.md) page to see the best places to log issues and start discussions. From ceef2b9e96922d3eaf4079cc45728efda6c2bbff Mon Sep 17 00:00:00 2001 From: Eilon Lipton Date: Sun, 3 Sep 2017 19:17:40 -0700 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddc11681b8..d32a5c2ba1 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ These are some of the most common repos: * [DependencyInjection](https://github.com/aspnet/DependencyInjection) - basic dependency injection infrastructure and default implementation * [Docs](https://github.com/aspnet/Docs) - documentation sources for https://docs.microsoft.com/en-us/aspnet/core/ -* [EntityFramework](https://github.com/aspnet/EntityFramework) - data access technology +* [EntityFrameworkCore](https://github.com/aspnet/EntityFrameworkCore) - data access technology * [Identity](https://github.com/aspnet/Identity) - users and membership system * [MVC](https://github.com/aspnet/Mvc) - MVC framework for web apps and services * [Razor](https://github.com/aspnet/Razor) - template language and syntax for CSHTML files From 8550a4d93c87e9c370f5065f8e6e25c903b59c55 Mon Sep 17 00:00:00 2001 From: Neme12 Date: Thu, 31 Aug 2017 18:25:14 +0200 Subject: [PATCH 5/5] 'Stack Overflow' needs some space --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bb05e74b15..457b103317 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,7 +28,7 @@ Security issues and bugs should be reported privately, via email, to the Microso Our team members also monitor several other discussion forums: * [ASP.NET Core forum](https://forums.asp.net/1255.aspx/1?ASP+NET+5) -* [StackOverflow](https://stackoverflow.com/) with the [`asp.net-core`](https://stackoverflow.com/questions/tagged/asp.net-core), [`asp.net-core-mvc`](https://stackoverflow.com/questions/tagged/asp.net-core-mvc), or [`entity-framework-core`](https://stackoverflow.com/questions/tagged/entity-framework-core) tags. +* [Stack Overflow](https://stackoverflow.com/) with the [`asp.net-core`](https://stackoverflow.com/questions/tagged/asp.net-core), [`asp.net-core-mvc`](https://stackoverflow.com/questions/tagged/asp.net-core-mvc), or [`entity-framework-core`](https://stackoverflow.com/questions/tagged/entity-framework-core) tags. * [JabbR chat room](https://jabbr.net/#/rooms/AspNetCore) for real-time discussions with the community and the people who work on the project