You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -54,42 +55,39 @@ Please visit https://sixlabors.com/pricing for details.
54
55
-[Detailed documentation](https://sixlabors.github.io/docs/) for the ImageSharp.Drawing API is available. This includes additional conceptual documentation to help you get started.
55
56
- Our [Samples Repository](https://github.com/SixLabors/Samples/tree/master/ImageSharp) is also available containing buildable code samples demonstrating common activities.
56
57
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
58
68
59
69
Install stable releases via Nuget; development releases are available via MyGet.
60
70
61
71
| Package Name | Release (NuGet) | Nightly (MyGet) |
- 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
81
76
82
77
If you prefer, you can compile ImageSharp.Drawing yourself (please do and help!)
83
78
84
-
- Using [Visual Studio 2017](https://visualstudio.microsoft.com/vs/)
79
+
- Using [Visual Studio 2019](https://visualstudio.microsoft.com/vs/)
85
80
- 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
87
82
88
83
Alternatively, you can work from command line and/or with a lightweight editor on **both Linux/Unix and Windows**:
89
84
90
85
-[Visual Studio Code](https://code.visualstudio.com/) with [C# Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp)
To clone ImageSharp.Drawing locally, click the "Clone in [YOUR_OS]" button above or run the following git commands:
94
92
95
93
```bash
@@ -110,11 +108,11 @@ This repository contains [git submodules](https://blog.github.com/2016-02-01-wor
110
108
git submodule update --init --recursive
111
109
```
112
110
113
-
###How can you help?
111
+
## How can you help?
114
112
115
113
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.
0 commit comments