Skip to content

Commit 2ca4d96

Browse files
committed
Merge branch 'maintenance/OnTopic-5.0.0-release' into develop
Previously, the OnTopic Data Transfer library has been operating off of preview releases of OnTopic 5.0.0. With the final release version now available, we're able to update to the RTM version.
2 parents eaee47c + 1afe071 commit 2ca4d96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OnTopic.Data.Transfer.Tests/OnTopic.Data.Transfer.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" />
1717
<PackageReference Include="MSTest.TestAdapter" Version="2.2.1" />
1818
<PackageReference Include="MSTest.TestFramework" Version="2.2.1" />
19-
<PackageReference Include="OnTopic" Version="5.0.0-beta.4" />
19+
<PackageReference Include="OnTopic" Version="5.0.0" />
2020
</ItemGroup>
2121

2222
<ItemGroup>

OnTopic.Data.Transfer/OnTopic.Data.Transfer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PrivateAssets>all</PrivateAssets>
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2626
</PackageReference>
27-
<PackageReference Include="OnTopic" Version="5.0.0-beta.4" />
27+
<PackageReference Include="OnTopic" Version="5.0.0" />
2828
<PackageReference Include="System.ObjectModel" Version="4.3.0" />
2929
<PackageReference Include="System.Text.Json" Version="5.0.0" />
3030
</ItemGroup>

0 commit comments

Comments
 (0)