Skip to content

Commit df5c902

Browse files
committed
Updated readme
1 parent 0efab91 commit df5c902

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[![GitHub Tag](https://img.shields.io/github/tag/AngleSharp/AngleSharp.Io.svg?style=flat-square)](https://github.com/AngleSharp/AngleSharp.Io/releases)
77
[![NuGet Count](https://img.shields.io/nuget/dt/AngleSharp.Io.svg?style=flat-square)](https://www.nuget.org/packages/AngleSharp.Io/)
88
[![Issues Open](https://img.shields.io/github/issues/AngleSharp/AngleSharp.Io.svg?style=flat-square)](https://github.com/AngleSharp/AngleSharp.Io/issues)
9+
[![Gitter Chat](http://img.shields.io/badge/gitter-AngleSharp/AngleSharp-blue.svg?style=flat-square)](https://gitter.im/AngleSharp/AngleSharp)
910
[![StackOverflow Questions](https://img.shields.io/stackexchange/stackoverflow/t/anglesharp.svg?style=flat-square)](https://stackoverflow.com/tags/anglesharp)
1011
[![CLA Assistant](https://cla-assistant.io/readme/badge/AngleSharp/AngleSharp.Io?style=flat-square)](https://cla-assistant.io/AngleSharp/AngleSharp.Io)
1112

@@ -40,6 +41,16 @@ Participation in the project is highly welcome. For this project the same rules
4041

4142
If you have any question, concern, or spot an issue then please report it before opening a pull request. An initial discussion is appreciated regardless of the nature of the problem.
4243

44+
Live discussions can take place in our [Gitter chat](https://gitter.im/AngleSharp/AngleSharp), which supports using GitHub accounts.
45+
46+
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community.
47+
48+
For more information see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct).
49+
50+
## .NET Foundation
51+
52+
This project is supported by the [.NET Foundation](https://dotnetfoundation.org).
53+
4354
## License
4455

4556
The MIT License (MIT)

build.cake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ Task("Create-Package")
127127

128128
Task("Publish-Package")
129129
.IsDependentOn("Create-Package")
130+
.IsDependentOn("Run-Unit-Tests")
130131
.Does(() =>
131132
{
132133
var apiKey = EnvironmentVariable("NUGET_API_KEY");
@@ -148,6 +149,7 @@ Task("Publish-Package")
148149

149150
Task("Publish-Release")
150151
.IsDependentOn("Publish-Package")
152+
.IsDependentOn("Run-Unit-Tests")
151153
.Does(() =>
152154
{
153155
var githubToken = EnvironmentVariable("GITHUB_API_TOKEN");

0 commit comments

Comments
 (0)