Skip to content

Commit

Permalink
version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AntyaDev committed Dec 9, 2024
1 parent 69fd3be commit 6f94553
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/Demo/Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NBomber" Version="5.8.0" />
<PackageReference Include="NBomber" Version="5.8.2" />
</ItemGroup>

</Project>
8 changes: 4 additions & 4 deletions src/NBomber.WebBrowser/NBomber.WebBrowser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>12.0</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.1.0</Version>
<Version>0.1.1</Version>
<Authors>Andrii Marchenko, Anton Moldovan</Authors>
<Company>NBomber</Company>
<Copyright>NBomber@2024</Copyright>
Expand All @@ -26,9 +26,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Playwright" Version="1.48.0" />
<PackageReference Include="NBomber.Contracts" Version="5.6.0" />
<PackageReference Include="PuppeteerSharp" Version="20.0.3" />
<PackageReference Include="Microsoft.Playwright" Version="1.49.0" />
<PackageReference Include="NBomber.Contracts" Version="5.6.1" />
<PackageReference Include="PuppeteerSharp" Version="20.0.5" />
</ItemGroup>

</Project>

0 comments on commit 6f94553

Please sign in to comment.