Skip to content

Commit

Permalink
update management sdk to the latest preview
Browse files Browse the repository at this point in the history
  • Loading branch information
Sevitas committed Apr 1, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 068dc36 commit 51a585d
Showing 8 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Kentico.Kontent.Delivery.Abstractions;
using Kentico.Kontent.Management;
using Kentico.Kontent.Management.Configuration;

namespace Kentico.Kontent.ModelGenerator.Core.Configuration
{
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Kentico.Kontent.Management" Version="3.0.0-beta6" />
<PackageReference Include="Kentico.Kontent.Management" Version="3.0.0-beta7" />
<PackageReference Include="Kentico.Kontent.Delivery.Abstractions" Version="16.0.0" />
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.1.0" />
</ItemGroup>
2 changes: 1 addition & 1 deletion src/Kentico.Kontent.ModelGenerator/Program.cs
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
using Kentico.Kontent.Delivery;
using Kentico.Kontent.Delivery.Abstractions;
using Kentico.Kontent.Delivery.Extensions;
using Kentico.Kontent.Management;
using Kentico.Kontent.Management.Configuration;
using Kentico.Kontent.ModelGenerator.Core;
using Kentico.Kontent.ModelGenerator.Core.Configuration;

Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Kentico.Kontent.Management;
using Kentico.Kontent.Management.Configuration;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;

2 changes: 1 addition & 1 deletion src/Kentico.Kontent.ModelGenerator/ValidationExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using Kentico.Kontent.Delivery.Abstractions;
using Kentico.Kontent.Delivery.Configuration;
using Kentico.Kontent.Management;
using Kentico.Kontent.Management.Configuration;
using Kentico.Kontent.ModelGenerator.Core.Configuration;

namespace Kentico.Kontent.ModelGenerator
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@
using System.Linq;
using System.Threading.Tasks;
using Kentico.Kontent.Management;
using Kentico.Kontent.Management.Configuration;
using Kentico.Kontent.Management.Models.Shared;
using Kentico.Kontent.Management.Models.Types;
using Kentico.Kontent.Management.Models.Types.Elements;
2 changes: 1 addition & 1 deletion test/Kentico.Kontent.ModelGenerator.Tests/ProgramTests.cs
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Threading.Tasks;
using Kentico.Kontent.Delivery.Abstractions;
using Kentico.Kontent.Management;
using Kentico.Kontent.Management.Configuration;
using Kentico.Kontent.ModelGenerator.Core.Configuration;
using Xunit;

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using Kentico.Kontent.Delivery.Abstractions;
using Kentico.Kontent.Management;
using Kentico.Kontent.Management.Configuration;
using Kentico.Kontent.ModelGenerator.Core.Configuration;
using Xunit;

0 comments on commit 51a585d

Please sign in to comment.