Skip to content

Commit

Permalink
Merge pull request #47 from system-verification/skip-exception
Browse files Browse the repository at this point in the history
Definition of SkipScenarioException for scenario skip functionality
  • Loading branch information
chadlwilson authored Oct 2, 2024
2 parents 6d9f3a9 + 22ce98f commit 1efbe80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gauge.CSharp.Lib/Gauge.CSharp.Lib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<Description>CSharp bindings for Gauge. Write CSharp step implementation for Gauge specs. https://gauge.org</Description>
<ImplicitUsings>enable</ImplicitUsings>
<Version>0.11.2</Version>
<AssemblyVersion>0.11.2.0</AssemblyVersion>
<FileVersion>0.11.2.0</FileVersion>
<Version>0.11.3</Version>
<AssemblyVersion>0.11.3.0</AssemblyVersion>
<FileVersion>0.11.3.0</FileVersion>
<Authors>getgauge</Authors>
<Company>ThoughtWorks Inc.</Company>
<Copyright>Copyright © ThoughtWorks Inc. 2018</Copyright>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1efbe80

Please sign in to comment.