File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
- name : Package
28
28
run : dotnet pack /p:Version="${{ steps.get_version.outputs.VERSION }}" --configuration Release --no-restore src/BlazorDB/BlazorDB.csproj
29
29
- name : Publish NuGet
30
- run : dotnet nuget push ${{ github.workspace }}/src/BlazorDB/bin/Release/BlazorDB .${{ steps.get_version.outputs.VERSION }}.nupkg -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json
30
+ run : dotnet nuget push ${{ github.workspace }}/src/BlazorDB/bin/Release/BlazorIndexedDB .${{ steps.get_version.outputs.VERSION }}.nupkg -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json
31
31
- name : Create Release
32
32
id : create_release
33
33
uses : actions/create-release@latest
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Forked from (https://github.com/Reshiru/Blazor.IndexedDB.Framework)[https://gith
5
5
An easy, fast way to use IndexedDB in a Blazor application.
6
6
7
7
### How to Use (WASM)
8
- - Install ` dotnet add package BlazorDB `
8
+ - Install ` dotnet add package BlazorIndexedDB `
9
9
- Add ` .js ` files to ` index.html `
10
10
``` js
11
11
< script src= " _content/BlazorDB/dexie.min.js" >< / script>
Original file line number Diff line number Diff line change 16
16
<Copyright >Nathan Westfall</Copyright >
17
17
<licenseUrl >https://github.com/nwestfall/BlazorDB/blob/master/LICENSE</licenseUrl >
18
18
<PackageLicenseExpression >MIT</PackageLicenseExpression >
19
- <PackageId >BlazorDB </PackageId >
19
+ <PackageId >BlazorIndexedDB </PackageId >
20
20
<PackageIconUrl >https://github.com/nwestfall/BlazorDB/blob/master/logo.png?raw=true</PackageIconUrl >
21
21
</PropertyGroup >
22
22
You can’t perform that action at this time.
0 commit comments