support npub, nprofile imports for nip5

This commit is contained in:
Kukks
2023-03-15 10:11:33 +01:00
parent 2f43abcdf4
commit 43c41b7e08
2 changed files with 36 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
<PropertyGroup>
<Product>Nostr NIP5</Product>
<Description>Allows you to verify your nostr account</Description>
<Version>1.0.2</Version>
<Version>1.0.3</Version>
</PropertyGroup>
<!-- Plugin development properties -->
<PropertyGroup>
@@ -37,4 +37,7 @@
<ItemGroup>
<Folder Include="Resources" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NNostr.Client" Version="0.0.24" />
</ItemGroup>
</Project>