Skip to content
This repository has been archived by the owner on May 10, 2020. It is now read-only.

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chanan committed May 7, 2018
1 parent 5bc58da commit 67aaa9d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/BlazorDB/BlazorDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
<IsPackable>true</IsPackable>
<BlazorLinkOnBuild>false</BlazorLinkOnBuild>
<LangVersion>7.3</LangVersion>
<PackageId>BlazorDB</PackageId>
<Version>0.0.1</Version>
<Authors>Chanan Braunstein</Authors>
<Title>Blazor localStorage Database</Title>
<Description>In memory, persisted to localstorage, database for .net Blazor browser framework</Description>
<PackageTags>blazor;database;linq;localstorage</PackageTags>
<RepositoryUrl>https://github.com/chanan/BlazorDB</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/Sample/Pages/Index.cshtml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@page "/"
@using Sample.Models
@inject Context Context
@using BlazorDB

<h1>BlazorDB Demo Site</h1>

Expand Down

0 comments on commit 67aaa9d

Please sign in to comment.