Skip to content

Commit a39fd33

Browse files
committed
Updated to OnTopic 5.0.0 RTM
Updated to the final release version of OnTopic 5.0.0.
1 parent fdbd0c3 commit a39fd33

3 files changed

Lines changed: 6 additions & 6 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: 3 additions & 3 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" />
27+
<PackageReference Include="OnTopic" Version="5.0.0" />
2828
<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" />
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)