Skip to content

Commit

Permalink
1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
calebjenkins committed Nov 8, 2024
1 parent 4b2e010 commit dcad739
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ Please submit all PRs to the `develop` branch

## Version History
- 0.1.0 - intial version. `.NET 7` Installs as a dotnet global tool or run locally as a console web app.
- 1.0.0 - official release. New features coming soon!
2 changes: 1 addition & 1 deletion src/WebAPI/Calebs.WebAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackAsTool>true</PackAsTool>
<ToolCommandName>Calebs.WebAPI</ToolCommandName>
<PackageOutputPath>../../nupkg</PackageOutputPath>
<Version>0.1.0</Version>
<Version>1.0.0</Version>
<IsPackable>true</IsPackable>
</PropertyGroup>

Expand Down

0 comments on commit dcad739

Please sign in to comment.