Skip to content

Commit

Permalink
Merge pull request #1258 from microsoft/release/doubleosixteen
Browse files Browse the repository at this point in the history
- february release
  • Loading branch information
baywet authored Feb 23, 2022
2 parents 877a22a + fee93ec commit bfc9213
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

## [0.0.16] - 2022-02-23

### Added

- Added the ability to configure the underlying transport in Go. #1003
- Added additional date time (date, time, duration) types in the generation process. #1017
- PHP Request Adapter (includes middleware) #1048, #918, #1024, #1025
Expand Down
2 changes: 1 addition & 1 deletion src/kiota/kiota.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PackAsTool>true</PackAsTool>
<ToolCommandName>kiota</ToolCommandName>
<PackageOutputPath>./nupkg</PackageOutputPath>
<Version>0.0.15</Version>
<Version>0.0.16</Version>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<RepositoryUrl>https://github.com/microsoft/kiota</RepositoryUrl>
</PropertyGroup>
Expand Down

0 comments on commit bfc9213

Please sign in to comment.