We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 675e05e commit 047e4b9Copy full SHA for 047e4b9
src/Phetch.Blazor/Phetch.Blazor.csproj
@@ -4,7 +4,7 @@
4
<TargetFramework>net6.0</TargetFramework>
5
<Nullable>enable</Nullable>
6
<ImplicitUsings>enable</ImplicitUsings>
7
- <VersionPrefix>0.7.1</VersionPrefix>
+ <VersionPrefix>1.0.0</VersionPrefix>
8
<Authors>Jcparkyn</Authors>
9
<RepositoryUrl>https://github.com/Jcparkyn/Phetch</RepositoryUrl>
10
<PackageTags>blazor;fetch;query;swr</PackageTags>
src/Phetch.Core/Phetch.Core.csproj
<TargetFramework>netstandard2.1</TargetFramework>
<LangVersion>10.0</LangVersion>
0 commit comments