Skip to content

Commit

Permalink
version 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AntyaDev committed Jun 30, 2024
1 parent 513049c commit bb33b1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/NBomber.Contracts/Contracts.fs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ type IBaseContext =
type IScenarioContext =
abstract TestInfo: TestInfo
abstract ScenarioInfo: ScenarioInfo

/// Returns information about the current node, node role, etc.
/// For example, you can use it to get node roles: Coordinator, Agent, or SingleNode.
abstract NodeInfo: NodeInfo
abstract Logger: ILogger

Expand Down
4 changes: 2 additions & 2 deletions src/NBomber.Contracts/NBomber.Contracts.fsproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>netstandard2.1</TargetFramework>
<Authors>Anton Moldovan</Authors>
<Company>NBomber</Company>
<Version>5.5.0-beta.6</Version>
<Version>5.5.0</Version>
<Copyright>NBomber@2024</Copyright>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down

0 comments on commit bb33b1f

Please sign in to comment.