Skip to content

Commit

Permalink
Update ODataLibPackageDependency to [7.21.6, 8.0.0) (#1350)
Browse files Browse the repository at this point in the history
* Update ODataLibPackageDependency version

* Bump version to 8.2.7
  • Loading branch information
WanjohiSammy authored Nov 19, 2024
1 parent 14bd2b2 commit 8547df7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tool/builder.versions.settings.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<PropertyGroup>
<VersionMajor Condition="'$(VersionMajor)' == ''">8</VersionMajor>
<VersionMinor Condition="'$(VersionMinor)' == ''">2</VersionMinor>
<VersionBuild Condition="'$(VersionBuild)' == ''">6</VersionBuild>
<VersionBuild Condition="'$(VersionBuild)' == ''">7</VersionBuild>
<VersionRelease Condition="'$(VersionRelease)' == ''"></VersionRelease>
</PropertyGroup>

<!-- For NuGet Package Dependencies -->
<PropertyGroup>
<ODataLibPackageDependency>[7.20.0, 8.0.0)</ODataLibPackageDependency>
<ODataLibPackageDependency>[7.21.6, 8.0.0)</ODataLibPackageDependency>
<ODataModelBuilderPackageDependency>[1.0.9, 2.0.0)</ODataModelBuilderPackageDependency>
</PropertyGroup>

Expand Down

0 comments on commit 8547df7

Please sign in to comment.