Skip to content

Commit e4ea7bb

Browse files
committed
Merge branch 'maintenance/OnTopic-5.0.0-release' into develop
Previously, the OnTopic Editor has been operating off of preview releases of OnTopic 5.0.0 and OnTopic Data Transfer 2.0.0. With the final release version now available, we're able to update to the RTM versions.
2 parents fdbd0c3 + ab89940 commit e4ea7bb

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

OnTopic.Editor.AspNetCore.Attributes/OnTopic.Editor.AspNetCore.Attributes.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<PrivateAssets>all</PrivateAssets>
2626
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2727
</PackageReference>
28-
<PackageReference Include="OnTopic" Version="5.0.0-rc.1" />
28+
<PackageReference Include="OnTopic" Version="5.0.0" />
2929
</ItemGroup>
3030

3131
<ItemGroup>

OnTopic.Editor.AspNetCore.Host/OnTopic.Editor.AspNetCore.Host.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<PrivateAssets>all</PrivateAssets>
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
</PackageReference>
14-
<PackageReference Include="OnTopic.Data.Caching" Version="5.0.0-rc.1" />
15-
<PackageReference Include="OnTopic.Data.Sql" Version="5.0.0-rc.1" />
14+
<PackageReference Include="OnTopic.Data.Caching" Version="5.0.0" />
15+
<PackageReference Include="OnTopic.Data.Sql" Version="5.0.0" />
1616
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="5.0.3" />
1717
</ItemGroup>
1818

OnTopic.Editor.AspNetCore/OnTopic.Editor.AspNetCore.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
<PrivateAssets>all</PrivateAssets>
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2626
</PackageReference>
27-
<PackageReference Include="OnTopic" Version="5.0.0-rc.1" />
28-
<PackageReference Include="OnTopic.Data.Transfer" Version="2.0.0-beta.4" />
29-
<PackageReference Include="OnTopic.ViewModels" Version="5.0.0-rc.1" />
30-
<PackageReference Include="OnTopic.AspNetCore.Mvc" Version="5.0.0-rc.1" />
27+
<PackageReference Include="OnTopic" Version="5.0.0" />
28+
<PackageReference Include="OnTopic.Data.Transfer" Version="2.0.0" />
29+
<PackageReference Include="OnTopic.ViewModels" Version="5.0.0" />
30+
<PackageReference Include="OnTopic.AspNetCore.Mvc" Version="5.0.0" />
3131
</ItemGroup>
3232

3333
</Project>

0 commit comments

Comments
 (0)