update nostr lib

This commit is contained in:
Kukks
2024-05-13 15:25:40 +02:00
parent 99330c931e
commit 62e5548e13
2 changed files with 4 additions and 4 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.4</Version>
<Version>1.1.5</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.43" />
<PackageReference Include="NNostr.Client" Version="0.0.44" />
</ItemGroup>
<ItemGroup>
<Folder Include="Resources" />