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
|CI / Last commit|[](https://codecov.io/gh/codebude/QRCoder)|[](https://github.com/codebude/QRCoder/actions/workflows/wf-build-release-ci.yml)|[](https://github.com/codebude/qrcoder/packages)|
7
+
8
+
9
+
## Info
4
10
5
11
QRCoder is a simple library, written in C#.NET, which enables you to create QR codes. It hasn't any dependencies to other libraries and is available as .NET Framework and .NET Core PCL version on NuGet.
6
12
7
13
Feel free to grab-up/fork the project and make it better!
8
14
9
15
For more information see:
10
16
[**QRCode Wiki**](https://github.com/codebude/QRCoder/wiki) | [Creator's blog (english)](http://en.code-bude.net/2013/10/17/qrcoder-an-open-source-qr-code-generator-implementation-in-csharp/) | [Creator's blog (german)](http://code-bude.net/2013/10/17/qrcoder-eine-open-source-qr-code-implementierung-in-csharp/)
11
-
17
+
12
18
13
19
## Legal information and credits
14
20
15
-
QRCoder is project by [Raffael Herrmann](http://raffaelherrmann.de) and was first released
16
-
in 10/2013. It's licensed under the MIT license.
21
+
QRCoder is a project by [Raffael Herrmann](https://raffaelherrmann.de) and was first released in 10/2013. It's licensed under the [MIT license](https://github.com/codebude/QRCoder/blob/master/LICENSE.txt).
17
22
18
23
19
24
* * *
@@ -26,12 +31,9 @@ Either checkout this Github repository or install QRCoder via NuGet Package Mana
26
31
PM> Install-Package QRCoder
27
32
```
28
33
29
-
*Note: The NuGet feed contains only **stable** releases. If you wan't the latest build add one of the following urls to the "Package Sources" of Visual Studio's NuGet Package Manager options.*
30
-
31
-
*NuGet V3 feed URL (Visual Studio 2015+):*`https://www.myget.org/F/qrcoder/api/v3/index.json`
32
-
33
-
*NuGet V2 feed URL (Visual Studio 2012+):*`https://www.myget.org/F/qrcoder/api/v2`
34
-
34
+
#### CI builds
35
+
The NuGet feed contains only **major/stable** releases. If you want the latest functions and features, you can use the CI builds [via Github packages](https://github.com/codebude/qrcoder/packages).
36
+
_(More information on how to use Github Packages in Nuget Package Manager can be [found here](http://webcache.googleusercontent.com/search?q=cache:i_gL6oIwpr8J:www.catiawidgets.net/2021/04/20/creating-github-packages-and-accessing-them-in-nuget/+&cd=1&hl=de&ct=clnk&gl=de).)_
0 commit comments