Skip to content

Commit 13e6192

Browse files
committed
Updated OnTopic Library to 5.2.0 Release
With OnTopic 5.2.0 (finally!) released, we can update to the release version and finalize OnTopic Editor 5.2.0.
1 parent 97b9087 commit 13e6192

4 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.2.0-revert-AttributeValueDictionary.260" />
28+
<PackageReference Include="OnTopic" Version="5.2.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.2.0-alpha.255" />
15-
<PackageReference Include="OnTopic.Data.Sql" Version="5.2.0-alpha.255" />
14+
<PackageReference Include="OnTopic.Data.Caching" Version="5.2.0" />
15+
<PackageReference Include="OnTopic.Data.Sql" Version="5.2.0" />
1616
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="6.0.6" />
1717
</ItemGroup>
1818

OnTopic.Editor.AspNetCore.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.29326.143
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.0.31912.275
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OnTopic.Editor.AspNetCore", "OnTopic.Editor.AspNetCore\OnTopic.Editor.AspNetCore.csproj", "{77022C14-28B2-4182-9F11-796E8B3C73F7}"
77
EndProject

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
<PrivateAssets>all</PrivateAssets>
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2626
</PackageReference>
27-
<PackageReference Include="OnTopic" Version="5.2.0-revert-AttributeValueDictionary.260" />
27+
<PackageReference Include="OnTopic" Version="5.2.0" />
2828
<PackageReference Include="OnTopic.Data.Transfer" Version="2.0.0" />
29-
<PackageReference Include="OnTopic.AspNetCore.Mvc" Version="5.2.0-alpha.234" />
29+
<PackageReference Include="OnTopic.AspNetCore.Mvc" Version="5.2.0" />
3030
</ItemGroup>
3131

3232
</Project>

0 commit comments

Comments
 (0)