Skip to content

Commit

Permalink
Add nuget linkt to README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
kenan-kajkus committed Nov 23, 2023
1 parent 0e4518c commit d02eb1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions GiroCode/GiroCode.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RepositoryUrl>https://github.com/kenan-kajkus/GiroCode</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SkiaSharp" Version="2.88.6" />
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# GiroCode
[![NuGet](https://img.shields.io/nuget/v/GiroCode.svg)](https://www.nuget.org/packages/GiroCode)

This code can generate QR-Codes used to initiate an SEPA-transaction, also known as giro-code.

Example image:
Expand Down

0 comments on commit d02eb1d

Please sign in to comment.