diff --git a/Gauge.CSharp.Lib/Gauge.CSharp.Lib.csproj b/Gauge.CSharp.Lib/Gauge.CSharp.Lib.csproj index 4dc2fa3..336713a 100644 --- a/Gauge.CSharp.Lib/Gauge.CSharp.Lib.csproj +++ b/Gauge.CSharp.Lib/Gauge.CSharp.Lib.csproj @@ -4,9 +4,9 @@ net6.0;net7.0;net8.0 CSharp bindings for Gauge. Write CSharp step implementation for Gauge specs. https://gauge.org enable - 0.11.2 - 0.11.2.0 - 0.11.2.0 + 0.11.3 + 0.11.3.0 + 0.11.3.0 getgauge ThoughtWorks Inc. Copyright © ThoughtWorks Inc. 2018 diff --git a/Gauge.CSharp.Lib/Attribute/Exceptions.cs b/Gauge.CSharp.Lib/SkipScenarioException.cs similarity index 94% rename from Gauge.CSharp.Lib/Attribute/Exceptions.cs rename to Gauge.CSharp.Lib/SkipScenarioException.cs index e189ad1..416eb26 100644 --- a/Gauge.CSharp.Lib/Attribute/Exceptions.cs +++ b/Gauge.CSharp.Lib/SkipScenarioException.cs @@ -3,7 +3,7 @@ * Licensed under the Apache License, Version 2.0 * See LICENSE.txt in the project root for license information. *----------------------------------------------------------------*/ -namespace Gauge.CSharp.Lib.Attribute; +namespace Gauge.CSharp.Lib; [Serializable] public class SkipScenarioException : Exception