Skip to content

Commit 5a83e6b

Browse files
committed
update the version to 1.0.5
1 parent f98b9ce commit 5a83e6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tool/versioning.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
<PropertyGroup>
1515
<VersionMajor Condition="'$(VersionMajor)' == ''">1</VersionMajor>
1616
<VersionMinor Condition="'$(VersionMinor)' == ''">0</VersionMinor>
17-
<VersionBuild Condition="'$(VersionBuild)' == ''">4</VersionBuild>
17+
<VersionBuild Condition="'$(VersionBuild)' == ''">5</VersionBuild>
1818
<VersionRelease Condition="'$(VersionRelease)' == ''"></VersionRelease>
1919
</PropertyGroup>
2020

2121
<!-- For NuGet Package Dependencies -->
2222
<PropertyGroup>
23-
<OpenApiCorePackageDependency>[1.1.4, 2.0.0)</OpenApiCorePackageDependency>
23+
<OpenApiCorePackageDependency>[1.2.2, 2.0.0)</OpenApiCorePackageDependency>
2424
<ODataEdmPackageDependency>[7.6.1, 8.0.0)</ODataEdmPackageDependency>
2525
</PropertyGroup>
2626

0 commit comments

Comments
 (0)