Skip to content

Commit

Permalink
version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AntyaDev committed Sep 15, 2022
1 parent 043167b commit b31eacd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/NBomber/NBomber.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Authors>Anton Moldovan</Authors>
<Company>NBomber</Company>
<Version>3.0.1</Version>
<Version>3.1.0</Version>
<Copyright>NBomber@2022</Copyright>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand All @@ -15,6 +15,13 @@
<Description>Modern and flexible load testing framework for Pull and Push scenarios, designed to test any system regardless a protocol (HTTP/WebSockets/AMQP etc) or a semantic model (Pull/Push).</Description>
<ServerGarbageCollection>true</ServerGarbageCollection>
<ConcurrentGarbageCollection>true</ConcurrentGarbageCollection>
<PackageReleaseNotes>- cosmetic changes for console progress bar
- changed default step timeout from 1 sec to 5 sec
- refactored scheduling scenarios to use one single timer
- added functionality to stop test execution when too many fails
- fixed minor console bug with rendering progress bar for warm up
- when it jumped before starting bombing
- fixed #480, added C# API Step.Create overload</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.fs" />
Expand Down

0 comments on commit b31eacd

Please sign in to comment.