Skip to content

Commit

Permalink
Update release version to 8.0.11 and referenced ODL to 7.12.2 (#665)
Browse files Browse the repository at this point in the history
* Update release version to 8.0.11 and referenced ODL to 7.12.2

* Update ODL dependency range
  • Loading branch information
habbes committed Aug 15, 2022
1 parent 07adec4 commit 9e91f05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.OData.ModelBuilder" Version="1.0.8" />
<PackageReference Include="Microsoft.OData.Core" Version="7.9.4" />
<PackageReference Include="Microsoft.OData.Edm" Version="7.9.4" />
<PackageReference Include="Microsoft.OData.Core" Version="7.12.2" />
<PackageReference Include="Microsoft.OData.Edm" Version="7.12.2" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Spatial" Version="7.9.4" />
<PackageReference Include="Microsoft.Spatial" Version="7.12.2" />
</ItemGroup>

<ItemGroup>
Expand Down
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)' == ''">0</VersionMinor>
<VersionBuild Condition="'$(VersionBuild)' == ''">10</VersionBuild>
<VersionBuild Condition="'$(VersionBuild)' == ''">11</VersionBuild>
<VersionRelease Condition="'$(VersionRelease)' == ''"></VersionRelease>
</PropertyGroup>

<!-- For NuGet Package Dependencies -->
<PropertyGroup>
<ODataLibPackageDependency>[7.9.4, 8.0.0)</ODataLibPackageDependency>
<ODataLibPackageDependency>[7.12.2, 8.0.0)</ODataLibPackageDependency>
<ODataModelBuilderPackageDependency>[1.0.8, 2.0.0)</ODataModelBuilderPackageDependency>
</PropertyGroup>

Expand Down

0 comments on commit 9e91f05

Please sign in to comment.