Skip to content

Commit 3cbb750

Browse files
Update references. Reorganise readme.
1 parent faf4e66 commit 3cbb750

2 files changed

Lines changed: 21 additions & 23 deletions

File tree

Directory.Build.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
<PackageReference Update="StyleCop.Analyzers" PrivateAssets="All" Version="1.1.118" />
2424

2525
<!--Src Dependencies-->
26-
<PackageReference Update="SixLabors.Fonts" Version="1.0.0-beta0011" />
27-
<PackageReference Update="SixLabors.ImageSharp" Version="1.0.0-rc0001" />
26+
<PackageReference Update="SixLabors.Fonts" Version="1.0.0-beta0012" />
27+
<PackageReference Update="SixLabors.ImageSharp" Version="1.0.0-rc0002" />
2828
</ItemGroup>
2929

3030
</Project>

README.md

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ SixLabors.ImageSharp.Drawing
88

99
<div align="center">
1010

11+
[![Build Status](https://img.shields.io/github/workflow/status/SixLabors/ImageSharp.Drawing/Build/master)](https://github.com/SixLabors/ImageSharp.Drawing/actions)
1112
[![License: Apache 2.0](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
1213
[![Code coverage](https://codecov.io/gh/SixLabors/ImageSharp.Drawing/branch/master/graph/badge.svg)](https://codecov.io/gh/SixLabors/ImageSharp.Drawing)
1314
[![Twitter](https://img.shields.io/twitter/url/http/shields.io.svg?style=flat&logo=twitter)](https://twitter.com/intent/tweet?hashtags=imagesharp,dotnet,oss&text=ImageSharp.+A+new+cross-platform+2D+graphics+API+in+C%23&url=https%3a%2f%2fgithub.com%2fSixLabors%2fImageSharp&via=sixlabors)
@@ -54,42 +55,39 @@ Please visit https://sixlabors.com/pricing for details.
5455
- [Detailed documentation](https://sixlabors.github.io/docs/) for the ImageSharp.Drawing API is available. This includes additional conceptual documentation to help you get started.
5556
- Our [Samples Repository](https://github.com/SixLabors/Samples/tree/master/ImageSharp) is also available containing buildable code samples demonstrating common activities.
5657

57-
### Installation
58+
## Questions?
59+
60+
- Do you have questions? We are happy to help! Please [join our Discussions Forum](https://github.com/SixLabors/ImageSharp/discussions/category_choices), or ask them on [stackoverflow](https://stackoverflow.com) using the `ImageSharp` tag. **Do not** open issues for questions!
61+
- Please read our [Contribution Guide](https://github.com/SixLabors/ImageSharp.Drawing/blob/master/.github/CONTRIBUTING.md) before opening issues or pull requests!
62+
63+
## Code of Conduct
64+
This project has adopted the code of conduct defined by the [Contributor Covenant](https://contributor-covenant.org/) to clarify expected behavior in our community.
65+
For more information, see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct).
66+
67+
## Installation
5868

5969
Install stable releases via Nuget; development releases are available via MyGet.
6070

6171
| Package Name | Release (NuGet) | Nightly (MyGet) |
6272
|--------------------------------|-----------------|-----------------|
6373
| `SixLabors.ImageSharp.Drawing` | [![NuGet](https://img.shields.io/nuget/v/SixLabors.ImageSharp.Drawing.svg)](https://www.nuget.org/packages/SixLabors.ImageSharp.Drawing/) | [![MyGet](https://img.shields.io/myget/sixlabors/v/SixLabors.ImageSharp.Drawing.svg)](https://www.myget.org/feed/sixlabors/package/nuget/SixLabors.ImageSharp.Drawing) |
6474

65-
### Build Status
66-
67-
|Build Status|Code Coverage|
68-
|:----------:|:-----------:|
69-
|[![Build Status](https://img.shields.io/github/workflow/status/SixLabors/ImageSharp.Drawing/Build/master)](https://github.com/SixLabors/ImageSharp.Drawing/actions)|[![Code coverage](https://codecov.io/gh/SixLabors/ImageSharp.Drawing/branch/master/graph/badge.svg)](https://codecov.io/gh/SixLabors/ImageSharp.Drawing)|
70-
71-
### Questions?
72-
73-
- Do you have questions? We are happy to help! Please [join our Discussions Forum](https://github.com/SixLabors/ImageSharp/discussions/category_choices), or ask them on [stackoverflow](https://stackoverflow.com) using the `ImageSharp` tag. **Do not** open issues for questions!
74-
- Please read our [Contribution Guide](https://github.com/SixLabors/ImageSharp/blob/master/.github/CONTRIBUTING.md) before opening issues or pull requests!
75-
76-
### Code of Conduct
77-
This project has adopted the code of conduct defined by the [Contributor Covenant](https://contributor-covenant.org/) to clarify expected behavior in our community.
78-
For more information, see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct).
79-
80-
### Manual build
75+
## Manual build
8176

8277
If you prefer, you can compile ImageSharp.Drawing yourself (please do and help!)
8378

84-
- Using [Visual Studio 2017](https://visualstudio.microsoft.com/vs/)
79+
- Using [Visual Studio 2019](https://visualstudio.microsoft.com/vs/)
8580
- Make sure you have the latest version installed
86-
- Make sure you have [the .NET Core 2.1 SDK](https://www.microsoft.com/net/core#windows) installed
81+
- Make sure you have [the .NET Core 3.1 SDK](https://www.microsoft.com/net/core#windows) installed
8782

8883
Alternatively, you can work from command line and/or with a lightweight editor on **both Linux/Unix and Windows**:
8984

9085
- [Visual Studio Code](https://code.visualstudio.com/) with [C# Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp)
9186
- [.NET Core](https://www.microsoft.com/net/core#linuxubuntu)
9287

88+
- [Visual Studio Code](https://code.visualstudio.com/) with [C# Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp)
89+
- [.NET Core](https://www.microsoft.com/net/core#linuxubuntu)
90+
9391
To clone ImageSharp.Drawing locally, click the "Clone in [YOUR_OS]" button above or run the following git commands:
9492

9593
```bash
@@ -110,11 +108,11 @@ This repository contains [git submodules](https://blog.github.com/2016-02-01-wor
110108
git submodule update --init --recursive
111109
```
112110

113-
### How can you help?
111+
## How can you help?
114112

115113
Please... Spread the word, contribute algorithms, submit performance improvements, unit tests, no input is too little. Make sure to read our [Contribution Guide](https://github.com/SixLabors/ImageSharp.Drawing/blob/master/.github/CONTRIBUTING.md) before opening a PR.
116114

117-
### The ImageSharp Team
115+
## The ImageSharp Team
118116

119117
- [Scott Williams](https://github.com/tocsoft)
120118
- [James Jackson-South](https://github.com/jimbobsquarepants)

0 commit comments

Comments
 (0)