File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 2.0.0 "
2
+ "." : " 2.0.1 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.0.1] ( https://github.com/microsoft/openapi.net/compare/v2.0.0...v2.0.1 ) (2025-08-18)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * add missing disposable for stream ([ 9318c00] ( https://github.com/microsoft/openapi.net/commit/9318c00c31466bf67d2e9701659a4cda3d82d1dd ) )
9
+ * add missing disposable for stream ([ 0c1ccbd] ( https://github.com/microsoft/openapi.net/commit/0c1ccbdc1ba4c53662ff6c7132366ae435d8fedb ) )
10
+
3
11
## [ 2.0.0] ( https://github.com/microsoft/OpenAPI.NET/compare/v2.0.0-preview.31...v2.0.0 ) (2025-07-10)
4
12
5
13
Original file line number Diff line number Diff line change 12
12
<PackageProjectUrl >https://github.com/Microsoft/OpenAPI.NET</PackageProjectUrl >
13
13
<Copyright >© Microsoft Corporation. All rights reserved.</Copyright >
14
14
<PackageTags >OpenAPI .NET</PackageTags >
15
- <Version >2.0.0 </Version >
15
+ <Version >2.0.1 </Version >
16
16
</PropertyGroup >
17
17
<!-- https://github.com/clairernovotny/DeterministicBuilds#deterministic-builds -->
18
18
<PropertyGroup Condition =" '$(TF_BUILD)' == 'true'" >
You can’t perform that action at this time.
0 commit comments