Skip to content

Commit 047e4b9

Browse files
committed
Bump versions to 1.0.0
1 parent 675e05e commit 047e4b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Phetch.Blazor/Phetch.Blazor.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net6.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
7-
<VersionPrefix>0.7.1</VersionPrefix>
7+
<VersionPrefix>1.0.0</VersionPrefix>
88
<Authors>Jcparkyn</Authors>
99
<RepositoryUrl>https://github.com/Jcparkyn/Phetch</RepositoryUrl>
1010
<PackageTags>blazor;fetch;query;swr</PackageTags>

src/Phetch.Core/Phetch.Core.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.1</TargetFramework>
55
<Nullable>enable</Nullable>
66
<LangVersion>10.0</LangVersion>
7-
<VersionPrefix>0.7.1</VersionPrefix>
7+
<VersionPrefix>1.0.0</VersionPrefix>
88
<Authors>Jcparkyn</Authors>
99
<RepositoryUrl>https://github.com/Jcparkyn/Phetch</RepositoryUrl>
1010
<PackageTags>blazor;fetch;query;swr</PackageTags>

0 commit comments

Comments
 (0)