Skip to content

Commit

Permalink
version 4.0.0-beta8
Browse files Browse the repository at this point in the history
  • Loading branch information
AntyaDev committed Dec 16, 2022
1 parent 49643e1 commit 57056d6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 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>Anton Moldovan</Authors>
<Company>NBomber</Company>
<Version>4.0.0-beta7</Version>
<Version>4.0.0-beta8</Version>
<Copyright>NBomber@2022</Copyright>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand All @@ -16,7 +16,9 @@
<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>- added live status update for console</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>- added ClientPool
- fxed bug with wrong data size calculation for GlobalStep info</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.fs" />
Expand Down

0 comments on commit 57056d6

Please sign in to comment.