Skip to content

Commit

Permalink
version 5.5.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AntyaDev committed Jun 20, 2024
1 parent 22be354 commit 4626733
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/NBomber.Contracts/Contracts.fs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ type IScenarioContext =
abstract Data: Dictionary<string,obj>
abstract ScenarioInstanceData: Dictionary<string,obj>

/// Scenario Cancellation Token - indicates that scenario execution is finished or canceled.
/// Indicates that scenario execution is finished or canceled.
/// You can listen to changes via ScenarioCancellationToken.IsCancellationRequested.
abstract ScenarioCancellationToken: CancellationToken

Expand Down
2 changes: 1 addition & 1 deletion src/NBomber.Contracts/NBomber.Contracts.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Authors>Anton Moldovan</Authors>
<Company>NBomber</Company>
<Version>5.5.0-beta.4</Version>
<Version>5.5.0-beta.5</Version>
<Copyright>NBomber@2024</Copyright>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down

0 comments on commit 4626733

Please sign in to comment.