Skip to content

Commit 9692825

Browse files
committed
Update ODataV3 references to 5.8.4
1 parent 93f4eb1 commit 9692825

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/GXOdata.Client.All/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<AssemblyVersion>5.2.3.3</AssemblyVersion>
3+
<AssemblyVersion>5.2.3.4</AssemblyVersion>
44
<FileVersion>$(AssemblyVersion)</FileVersion>
55
<InformationalVersion>$([System.DateTime]::UtcNow.ToString("yyyyMMddHHmmss")).$(GITHUB_SHA)</InformationalVersion>
66
<Company>GeneXus</Company>

src/GXOdata.Client.All/GXOData.Client.All.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</PropertyGroup>
2929

3030
<ItemGroup>
31-
<PackageReference Include="Microsoft.Data.OData" Version="[5.8.3, 6.0)" />
31+
<PackageReference Include="Microsoft.Data.OData" Version="5.8.4" />
3232
<PackageReference Include="Microsoft.OData.Core" Version="[7.4.4, 8.0)" />
3333
</ItemGroup>
3434
<ItemGroup Condition="'$(TargetFramework)' == 'net452'">

0 commit comments

Comments
 (0)