Skip to content

Commit

Permalink
Fixed repository url
Browse files Browse the repository at this point in the history
  • Loading branch information
codebude authored Dec 9, 2021
1 parent 4c51854 commit 2c78d05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions QRCoder.Xaml/QRCoder.Xaml.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net35;net40;net5.0-windows;net6.0-windows</TargetFrameworks>
Expand All @@ -23,11 +23,11 @@
<PackageOwners>Raffael Herrmann</PackageOwners>
<AssemblyName>QRCoder.Xaml</AssemblyName>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/codebude/QRCoder.Xaml/</PackageProjectUrl>
<PackageProjectUrl>https://github.com/codebude/QRCoder/</PackageProjectUrl>
<PackageIcon>nuget-icon-xaml.png</PackageIcon>
<PackageReadmeFile>nuget-readme-xaml.md</PackageReadmeFile>
<PackageTags>c# csharp qr QRCoder.Xaml qrcode qr-generator qr-code-generator</PackageTags>
<RepositoryUrl>https://github.com/codebude/QRCoder.Xaml.git</RepositoryUrl>
<RepositoryUrl>https://github.com/codebude/QRCoder.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Description>QRCoder.Xaml is the XamlQRCode-extension for the popular QRCoder .NET library.</Description>
</PropertyGroup>
Expand Down

0 comments on commit 2c78d05

Please sign in to comment.