Skip to content

Commit

Permalink
update version to 0.1.1-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
vendyp committed Aug 13, 2023
1 parent b590317 commit ef05970
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file.

## 0.1.1-alpha

- add default setting for testing
- add API for todoset
- add API for todolists
- add flagging on/off validating account id
- refactoring

## 0.1.0-alpha

- Remove exceptions, use tuple instead
Expand Down
2 changes: 1 addition & 1 deletion src/Basecamp3Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>Basecamp3Api</RootNamespace>
<PackageVersion>0.1.0-alpha</PackageVersion>
<PackageVersion>0.1.1-alpha</PackageVersion>
<Authors>Dwi Vendy Pratama</Authors>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/vendyp/basecamp3api.net</RepositoryUrl>
Expand Down

0 comments on commit ef05970

Please sign in to comment.