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

Commit 4c1cfdd

Browse files
authored
Merge pull request #3 from Reshiru/release/1.0.0
removed beta version tag
2 parents 5ae5e51 + 22ec275 commit 4c1cfdd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<RazorLangVersion>3.0</RazorLangVersion>
88
<LangVersion>7.3</LangVersion>
99
<AssemblyName>Blazor.IndexedDB.Framework</AssemblyName>
10-
<Version>1.0.0-beta</Version>
10+
<Version>1.0.0</Version>
1111
<Authors>Joel Kessler</Authors>
1212
<Description>A Blazor framework for interacting with IndexedDB</Description>
1313
<RepositoryUrl>https://github.com/Reshiru/Blazor.IndexedDB.Framework/</RepositoryUrl>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<package >
33
<metadata>
44
<id>Blazor.IndexedDB.Framework</id>
5-
<version>1.0.0-beta</version>
5+
<version>1.0.0</version>
66
<authors>Joel Kessler</authors>
77
<owners>Joel Kessler</owners>
88
<license type="expression">MIT</license>
99
<repository type="Git" url="https://github.com/Reshiru/Blazor.IndexedDB.Framework/" />
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<description>A Blazor framework for interacting with IndexedDB</description>
12-
<releaseNotes>Release 1.0.0-beta</releaseNotes>
12+
<releaseNotes>Release 1.0.0</releaseNotes>
1313
<copyright>Copyright 2019 Joel Kessler</copyright>
1414
<tags>Microsoft ASP.NET Core Blazor IndexedDB</tags>
1515
<dependencies>

0 commit comments

Comments
 (0)