add nwc and bump nostr

This commit is contained in:
Kukks
2024-05-08 08:35:27 +02:00
parent 6e95ddb8b1
commit 3db5b5537d
10 changed files with 717 additions and 8 deletions

View File

@@ -11,7 +11,7 @@
<PropertyGroup>
<Product>Nostr </Product>
<Description>Allows you to verify your nostr account with NIP5 and zap like the rest of the crazies</Description>
<Version>1.1.3</Version>
<Version>1.1.4</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.38" />
<PackageReference Include="NNostr.Client" Version="0.0.43" />
</ItemGroup>
<ItemGroup>
<Folder Include="Resources" />