Skip to content

Commit

Permalink
v0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jcparkyn committed Dec 1, 2023
1 parent a056e49 commit 6d067ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [v0.6.0] - Unreleased
# [v0.6.0] - 1 Dec 2023

## Added
- New DocFX site for documentation
Expand Down
2 changes: 1 addition & 1 deletion src/Phetch.Blazor/Phetch.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<VersionPrefix>0.5.1</VersionPrefix>
<VersionPrefix>0.6.0</VersionPrefix>
<Authors>Jcparkyn</Authors>
<RepositoryUrl>https://github.com/Jcparkyn/Phetch</RepositoryUrl>
<PackageTags>blazor;fetch;query;swr</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion src/Phetch.Core/Phetch.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
<VersionPrefix>0.5.1</VersionPrefix>
<VersionPrefix>0.6.0</VersionPrefix>
<Authors>Jcparkyn</Authors>
<RepositoryUrl>https://github.com/Jcparkyn/Phetch</RepositoryUrl>
<PackageTags>blazor;fetch;query;swr</PackageTags>
Expand Down

0 comments on commit 6d067ed

Please sign in to comment.