Skip to content

Commit

Permalink
version: 3.0.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Pragmaticflow2021 committed Jun 16, 2022
1 parent 6f33d4c commit 9693875
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 3.0.0-beta9-{build}
version: 3.0.0-beta.10-{build}
image: Visual Studio 2019

branches:
Expand Down
4 changes: 2 additions & 2 deletions src/NBomber.Sinks.InfluxDB/NBomber.Sinks.InfluxDB.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>3.0.0-beta9</Version>
<Version>3.0.0-beta.10</Version>
<Authors>PragmaticFlow</Authors>
<Copyright>PragmaticFlow@2021</Copyright>
<PackageTags>load-testing, performance-testing, integration-testing, influxdb, fsharp</PackageTags>
Expand All @@ -24,7 +24,7 @@

<ItemGroup>
<PackageReference Include="InfluxDB.Client" Version="3.1.0" />
<PackageReference Include="NBomber" Version="3.0.0-beta9" />
<PackageReference Include="NBomber" Version="3.0.0-beta.10" />
<PackageReference Update="FSharp.Core" Version="6.0.3" />
</ItemGroup>

Expand Down

0 comments on commit 9693875

Please sign in to comment.