Skip to content

Commit

Permalink
Merge pull request #2 from calebjenkins/develop
Browse files Browse the repository at this point in the history
 1.0.0 release
  • Loading branch information
calebjenkins authored Nov 8, 2024
2 parents ddbb49d + dcad739 commit 5c34826
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 5c34826

Please sign in to comment.