Skip to content

Commit

Permalink
Refactor validation namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Jan 15, 2021
1 parent abcee25 commit 79f2cc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
next-version: 0.0.1
next-version: 0.2.0
branches:
master:
regex: main
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System.ComponentModel;
using Devlead.Console.Commands.Validate;
using Devlead.Console.Commands.Validation;
using Spectre.Console.Cli;

namespace Devlead.Console.Commands.Setting
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Spectre.Console;
using Spectre.Console.Cli;

namespace Devlead.Console.Commands.Validate
namespace Devlead.Console.Commands.Validation
{
public class ValidateStringAttribute : ParameterValidationAttribute
{
Expand Down

0 comments on commit 79f2cc3

Please sign in to comment.