bump
Some checks failed
Publish application / build (push) Has been cancelled

This commit is contained in:
nicolas.dorier 2021-08-26 13:42:45 +09:00
parent 451e1126f7
commit 0e3e2d0ff0
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
@ -12,7 +12,7 @@
<Description>A library to help you add BIP78 payjoin receiving support in your bitcoin wallet.</Description>
<PackageProjectUrl>https://github.com/BTCPayServer/BTCPayServer.BIP78</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageVersion>0.2.1</PackageVersion>
<PackageVersion>0.2.2</PackageVersion>
<LangVersion>latest</LangVersion>
</PropertyGroup>

View File

@ -11,7 +11,7 @@
<Description>A library to help you add BIP78 payjoin sending support in your bitcoin wallet.</Description>
<PackageProjectUrl>https://github.com/BTCPayServer/BTCPayServer.BIP78</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageVersion>0.2.1</PackageVersion>
<PackageVersion>0.2.2</PackageVersion>
<LangVersion>latest</LangVersion>
</PropertyGroup>