Skip to content

Commit 3eb0a30

Browse files
committed
Update to OnTopic Data Transfer 1.1.0
After fixing major bugs exposed by final integration testing, the `OnTopic-Data-Transfer` library has finally been released as 1.1.0. This should allow us to finalize functionality for the `import-export` feature branch and, shortly, release a new version of the OnTopic Editor.
1 parent 1fbac86 commit 3eb0a30

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3232
</PackageReference>
3333
<PackageReference Include="OnTopic" Version="4.1.0" />
34-
<PackageReference Include="OnTopic.Data.Transfer" Version="1.1.0-alpha.18" />
34+
<PackageReference Include="OnTopic.Data.Transfer" Version="1.1.0" />
3535
<PackageReference Include="OnTopic.ViewModels" Version="4.1.0" />
3636
<PackageReference Include="OnTopic.AspNetCore.Mvc" Version="4.1.0" />
3737
</ItemGroup>

OnTopic.Editor.Models/OnTopic.Editor.Models.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2929
</PackageReference>
3030
<PackageReference Include="OnTopic" Version="4.1.0" />
31-
<PackageReference Include="OnTopic.Data.Transfer" Version="1.1.0-alpha.18" />
31+
<PackageReference Include="OnTopic.Data.Transfer" Version="1.1.0" />
3232
<PackageReference Include="OnTopic.ViewModels" Version="4.1.0" />
3333
<PackageReference Include="System.Text.Json" Version="4.6.0" />
3434
</ItemGroup>

0 commit comments

Comments
 (0)