Skip to content

Commit

Permalink
version 3.0.0-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
AntyaDev committed Jul 18, 2022
1 parent e98d477 commit 21b3c9e
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions 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>NBomber</Authors>
<Company>NBomber</Company>
<Version>3.0.0-beta.13</Version>
<Version>3.0.0-rc</Version>
<Copyright>NBomber@2022</Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>nbomber_icon.png</PackageIcon>
Expand All @@ -14,17 +14,10 @@
<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>v3.0.0
- added CustomClientDistribution
- added CustomStepExecControl
- added CustomStepOrder
- added support of TCP ping plugin
- added NodeStats API for easier asserting
- added displaying client factory, data feed info
- reports generation in-memory
- extended Response.ok API
- fixed bug with CancellationToken for the StepContex
- moved NBomber.Contracts into separate project</PackageReleaseNotes>
<PackageReleaseNotes>v3.0.0-rc
- fixed bug with not correct LoadSimulationStats when Agent is overloaded
- removed newtonsoft json
</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.fs" />
Expand Down

0 comments on commit 21b3c9e

Please sign in to comment.