Skip to content

Commit

Permalink
Merge pull request #2115 from microsoft/release/oteno
Browse files Browse the repository at this point in the history
- bumps version to 0.10.0 for release
  • Loading branch information
baywet authored Jan 4, 2023
2 parents 5c0f390 + a69b32e commit a7dce9b
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 16 deletions.
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.10.0] - 2023-01-04

### Added

- Added support for auto-registration of serializers in Ruby. [#478](https://github.com/microsoft/kiota/issues/478)
- Added support for middleware infrastructure in Ruby. [#1650](https://github.com/microsoft/kiota/issues/1650)
- Added support for query parameters names aliasing in Ruby. [#1664](https://github.com/microsoft/kiota/issues/1664)
Expand Down
2 changes: 1 addition & 1 deletion src/Kiota.Builder/Kiota.Builder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Title>Microsoft.OpenApi.Kiota.Builder</Title>
<PackageId>Microsoft.OpenApi.Kiota.Builder</PackageId>
<PackageOutputPath>./nupkg</PackageOutputPath>
<Version>0.9.0-preview</Version>
<Version>0.10.0-preview</Version>
<PackageReleaseNotes>
https://github.com/microsoft/kiota/releases
</PackageReleaseNotes>
Expand Down
14 changes: 7 additions & 7 deletions src/Kiota.Web/wwwroot/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,22 +195,22 @@
"Dependencies": [
{
"Name": "microsoft_kiota_abstractions",
"Version": "0.2.0"
"Version": "0.12.0"
},
{
"Name": "microsoft_kiota_nethttplibrary",
"Version": "0.1.0"
"Name": "microsoft_kiota_faraday",
"Version": "0.9.0"
},
{
"Name": "microsoft_kiota_serialization",
"Version": "0.1.0"
"Name": "microsoft_kiota_serialization_json",
"Version": "0.7.0"
},
{
"Name": "microsoft_kiota_authentication_oauth",
"Version": "0.1.0"
"Version": "0.5.0"
}
],
"DependencyInstallCommand": "gem \"{0}\", \"{1}\""
"DependencyInstallCommand": "gem install \"{0}\" -v \"{1}\""
},
"Swift": {
"MaturityLevel": "Experimental",
Expand Down
14 changes: 7 additions & 7 deletions src/kiota/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,22 +195,22 @@
"Dependencies": [
{
"Name": "microsoft_kiota_abstractions",
"Version": "0.2.0"
"Version": "0.12.0"
},
{
"Name": "microsoft_kiota_nethttplibrary",
"Version": "0.1.0"
"Name": "microsoft_kiota_faraday",
"Version": "0.9.0"
},
{
"Name": "microsoft_kiota_serialization",
"Version": "0.1.0"
"Name": "microsoft_kiota_serialization_json",
"Version": "0.7.0"
},
{
"Name": "microsoft_kiota_authentication_oauth",
"Version": "0.1.0"
"Version": "0.5.0"
}
],
"DependencyInstallCommand": "gem \"{0}\", \"{1}\""
"DependencyInstallCommand": "gem install \"{0}\" -v \"{1}\""
},
"Swift": {
"MaturityLevel": "Experimental",
Expand Down
2 changes: 1 addition & 1 deletion src/kiota/kiota.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Title>Microsoft.OpenApi.Kiota</Title>
<PackageId>Microsoft.OpenApi.Kiota</PackageId>
<PackageOutputPath>./nupkg</PackageOutputPath>
<Version>0.9.0-preview</Version>
<Version>0.10.0-preview</Version>
<PackageReleaseNotes>
https://github.com/microsoft/kiota/releases
</PackageReleaseNotes>
Expand Down

0 comments on commit a7dce9b

Please sign in to comment.