Skip to content

Commit

Permalink
build: bump to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezanet committed Aug 29, 2023
1 parent 23ddec3 commit b94f27b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/.vuepress/configs/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version: string = '0.6.0-Preview5'
export const version: string = '0.6.0'
2 changes: 1 addition & 1 deletion src/Husky/Husky.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<PackageId>Husky</PackageId>
<Version>0.6.0-Preview5</Version>
<Version>0.6.0</Version>
<Title>Husky</Title>
<Authors>AliReza Sabouri</Authors>
<Description>Git hooks made easy, woof!</Description>
Expand Down
2 changes: 1 addition & 1 deletion tests/HuskyTest/HuskyTest.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down

0 comments on commit b94f27b

Please sign in to comment.