Skip to content

Commit 57056d6

Browse files
committed
version 4.0.0-beta8
1 parent 49643e1 commit 57056d6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/NBomber/NBomber.fsproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>netstandard2.0</TargetFramework>
44
<Authors>Anton Moldovan</Authors>
55
<Company>NBomber</Company>
6-
<Version>4.0.0-beta7</Version>
6+
<Version>4.0.0-beta8</Version>
77
<Copyright>NBomber@2022</Copyright>
88
<IncludeSymbols>true</IncludeSymbols>
99
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
@@ -16,7 +16,9 @@
1616
<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>
1717
<ServerGarbageCollection>true</ServerGarbageCollection>
1818
<ConcurrentGarbageCollection>true</ConcurrentGarbageCollection>
19-
<PackageReleaseNotes>- added live status update for console</PackageReleaseNotes>
19+
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
20+
<PackageReleaseNotes>- added ClientPool
21+
- fxed bug with wrong data size calculation for GlobalStep info</PackageReleaseNotes>
2022
</PropertyGroup>
2123
<ItemGroup>
2224
<Compile Include="AssemblyInfo.fs" />

0 commit comments

Comments
 (0)