Move ReleaseConfig model into Config
This commit is contained in:
Родитель
470bcc9628
Коммит
0bb33ec301
|
@ -2,13 +2,13 @@
|
|||
// The .NET Foundation licenses this file to you under the Apache 2.0 License.
|
||||
// See the LICENSE file in the project root for more information.
|
||||
|
||||
using Steeltoe.InitializrApi.Models.Utilities;
|
||||
using Steeltoe.InitializrApi.Config.Utilities;
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace Steeltoe.InitializrApi.Models
|
||||
namespace Steeltoe.InitializrApi.Config
|
||||
{
|
||||
/// <summary>
|
||||
/// A model of a release range.
|
|
@ -6,7 +6,7 @@ using System;
|
|||
using System.Text.Json;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace Steeltoe.InitializrApi.Models.Utilities
|
||||
namespace Steeltoe.InitializrApi.Config.Utilities
|
||||
{
|
||||
/// <summary>
|
||||
/// Deserializes a <see cref="ReleaseRange"/> in JSON expressions.
|
|
@ -9,7 +9,7 @@ using YamlDotNet.Core;
|
|||
using YamlDotNet.Core.Events;
|
||||
using YamlDotNet.Serialization;
|
||||
|
||||
namespace Steeltoe.InitializrApi.Models.Utilities
|
||||
namespace Steeltoe.InitializrApi.Config.Utilities
|
||||
{
|
||||
/// <summary>
|
||||
/// Deserializes a <see cref="ReleaseRange"/> in YAML expressions.
|
|
@ -5,7 +5,7 @@
|
|||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Microsoft.Extensions.Options;
|
||||
using Steeltoe.InitializrApi.Models;
|
||||
using Steeltoe.InitializrApi.Config;
|
||||
using Steeltoe.InitializrApi.Services;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// The .NET Foundation licenses this file to you under the Apache 2.0 License.
|
||||
// See the LICENSE file in the project root for more information.
|
||||
|
||||
using Steeltoe.InitializrApi.Models.Utilities;
|
||||
using Steeltoe.InitializrApi.Config.Utilities;
|
||||
using System.Text.Json;
|
||||
using YamlDotNet.Serialization;
|
||||
using YamlDotNet.Serialization.NamingConventions;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
using System;
|
||||
using FluentAssertions;
|
||||
using Steeltoe.InitializrApi.Models;
|
||||
using Steeltoe.InitializrApi.Config;
|
||||
using Xunit;
|
||||
|
||||
namespace Steeltoe.InitializrApi.Test.Unit.Models
|
||||
|
|
Загрузка…
Ссылка в новой задаче