Skip to content

Commit b4a93ca

Browse files
authored
Merge branch 'dev' into patch-1
2 parents 1f709e7 + 3ae8820 commit b4a93ca

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ Security issues and bugs should be reported privately, via email, to the Microso
2828
Our team members also monitor several other discussion forums:
2929

3030
* [ASP.NET Core forum](https://forums.asp.net/1255.aspx/1?ASP+NET+5)
31-
* [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.
32-
* [JabbR chat room](https://jabbr.net/#/rooms/AspNetCore) for real-time discussions with the community and the people who work on the project
31+
* [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.
3332

3433

3534
## Filing issues

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ASP.NET Core is a new open-source and cross-platform framework for building mode
88

99
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.
1010

11-
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 and check our [releases](https://github.com/aspnet/home/releases) for the latest patch release.
11+
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 and check our [releases](https://github.com/aspnet/home/releases) for the latest patch release.
1212

1313
## Get Started
1414

@@ -57,7 +57,7 @@ These are some of the most common repos:
5757

5858
* [DependencyInjection](https://github.com/aspnet/DependencyInjection) - basic dependency injection infrastructure and default implementation
5959
* [Docs](https://github.com/aspnet/Docs) - documentation sources for https://docs.microsoft.com/en-us/aspnet/core/
60-
* [EntityFramework](https://github.com/aspnet/EntityFramework) - data access technology
60+
* [EntityFrameworkCore](https://github.com/aspnet/EntityFrameworkCore) - data access technology
6161
* [Identity](https://github.com/aspnet/Identity) - users and membership system
6262
* [MVC](https://github.com/aspnet/Mvc) - MVC framework for web apps and services
6363
* [Razor](https://github.com/aspnet/Razor) - template language and syntax for CSHTML files
@@ -69,12 +69,6 @@ These are some of the most common repos:
6969

7070
See the [NuGet feeds](https://github.com/aspnet/Home/wiki/NuGet-feeds) wiki page.
7171

72-
## Build tools
73-
74-
This project produces builds using JetBrains TeamCity.
75-
76-
<a href="https://www.jetbrains.com/teamcity/"><img src="https://github.com/aspnet/Home/wiki/images/logo_TeamCity.png"></a>
77-
7872
# Feedback
7973

8074
Check out the [contributing](CONTRIBUTING.md) page to see the best places to log issues and start discussions.

0 commit comments

Comments
 (0)