nostr fixes

This commit is contained in:
Kukks
2024-05-15 09:32:27 +02:00
parent 0af456a851
commit 7836504196
8 changed files with 278 additions and 215 deletions

View File

@@ -11,7 +11,7 @@
<PropertyGroup>
<Product>Nostr</Product>
<Description>NIP5 addresses, Zap support, Nostr Wallet Connect Lightning support</Description>
<Version>1.1.6</Version>
<Version>1.1.7</Version>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
<!-- Plugin development properties -->
@@ -36,7 +36,7 @@
<ProjectReference Include="..\..\submodules\btcpayserver\BTCPayServer\BTCPayServer.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NNostr.Client" Version="0.0.45" />
<PackageReference Include="NNostr.Client" Version="0.0.47" />
</ItemGroup>
<ItemGroup>
<Folder Include="Resources" />