Skip to content
This repository was archived by the owner on Jan 26, 2021. It is now read-only.

Commit 9c9d566

Browse files
authored
Merge pull request #4 from Reshiru/release/1.0.0
changed package id (reserved on nuget)
2 parents 4c1cfdd + 6ac14cc commit 9c9d566

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Blazor.IndexedDB.Framework/Blazor.IndexedDB.Framework/Blazor.IndexedDB.Framework.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<Copyright>(c) Joel Kessler</Copyright>
1717
<licenseUrl>https://github.com/Reshiru/Blazor.IndexedDB.Framework/blob/master/LICENSE</licenseUrl>
1818
<PackageLicenseExpression>MIT</PackageLicenseExpression>
19+
<PackageId>Reshiru.Blazor.IndexedDB.Framework</PackageId>
1920
</PropertyGroup>
2021

2122
<ItemGroup>

src/Blazor.IndexedDB.Framework/Blazor.IndexedDB.Framework/Blazor.IndexedDB.Framework.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package >
33
<metadata>
4-
<id>Blazor.IndexedDB.Framework</id>
4+
<id>Reshiru.Blazor.IndexedDB.Framework</id>
55
<version>1.0.0</version>
66
<authors>Joel Kessler</authors>
77
<owners>Joel Kessler</owners>

0 commit comments

Comments
 (0)