Skip to content

Commit 24aa740

Browse files
authored
Merge pull request #658 from microsoft/release-please--branches--main--components--Microsoft.OpenApi.OData
chore(main): release 2.0.0-preview9
2 parents 5005122 + 25e1e71 commit 24aa740

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0-preview8"
2+
".": "2.0.0-preview9"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.0.0-preview9](https://github.com/microsoft/OpenAPI.NET.OData/compare/v2.0.0-preview8...v2.0.0-preview9) (2025-02-25)
4+
5+
6+
### Bug Fixes
7+
8+
* removes duplicated package reference ([4f7c5aa](https://github.com/microsoft/OpenAPI.NET.OData/commit/4f7c5aadd950964d7a0d23a49a5edf2fd89da7fe))
9+
* removes duplicated package reference ([42957e3](https://github.com/microsoft/OpenAPI.NET.OData/commit/42957e3091dce37c610f5ea1ec49d3ae2d2c8690))
10+
311
## [2.0.0-preview8](https://github.com/microsoft/openapi.net.odata/compare/v2.0.0-preview7...v2.0.0-preview8) (2025-02-11)
412

513

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageProjectUrl>https://github.com/Microsoft/OpenAPI.NET.OData</PackageProjectUrl>
1414
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
1515
<PackageTags>Microsoft OpenApi OData EDM</PackageTags>
16-
<Version>2.0.0-preview8</Version>
16+
<Version>2.0.0-preview9</Version>
1717
</PropertyGroup>
1818
<!-- https://github.com/clairernovotny/DeterministicBuilds#deterministic-builds -->
1919
<PropertyGroup Condition="'$(TF_BUILD)' == 'true'">

0 commit comments

Comments
 (0)