Skip to content

Commit

Permalink
[skip ci] Set release version
Browse files Browse the repository at this point in the history
  • Loading branch information
rabelenda authored and github-actions[bot] committed Mar 13, 2024
1 parent fade51b commit 0ecd233
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Abstracta.JmeterDsl.Azure/Abstracta.JmeterDsl.Azure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AssemblyVersion>0.5.0.0</AssemblyVersion>
<Version>0.5-alpha1</Version>
<Version>0.5</Version>
<FileVersion>0.5</FileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AssemblyVersion>0.5.0.0</AssemblyVersion>
<Version>0.5-alpha1</Version>
<Version>0.5</Version>
<FileVersion>0.5</FileVersion>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Abstracta.JmeterDsl/Abstracta.JmeterDsl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AssemblyVersion>0.5.0.0</AssemblyVersion>
<Version>0.5-alpha1</Version>
<Version>0.5</Version>
<FileVersion>0.5</FileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Please join [discord server](https://discord.gg/WNSn5hqmSd) or create GitHub [is
Add the package to your project:

```powershell
dotnet add package Abstracta.JmeterDsl --version 0.4
dotnet add package Abstracta.JmeterDsl --version 0.5
```

Here is a simple example test using [Nunit](https://nunit.org/)+ with 2 threads/users iterating 10 times each to send HTTP POST requests with a JSON body to `http://my.service`:
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/scale/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
To use [Azure Load Testing](https://azure.microsoft.com/en-us/products/load-testing/) to execute your test plans at scale is as easy as including the following package to your project:

```powershell
dotnet add package Abstracta.JmeterDsl.Azure --version 0.4
dotnet add package Abstracta.JmeterDsl.Azure --version 0.5
```

And using the provided engine like this:
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/scale/blazemeter.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
By including the following package:

```powershell
dotnet add package Abstracta.JmeterDsl.BlazeMeter --version 0.4
dotnet add package Abstracta.JmeterDsl.BlazeMeter --version 0.5
```

You can easily run a JMeter test plan at scale in [BlazeMeter](https://www.blazemeter.com/) like this:
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
To use the DSL just include it in your project:

```powershell
dotnet add package Abstracta.JmeterDsl --version 0.4
dotnet add package Abstracta.JmeterDsl --version 0.5
```

::: tip
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ footerHtml: true
Add the package to your project:

```powershell
dotnet add package Abstracta.JmeterDsl --version 0.4
dotnet add package Abstracta.JmeterDsl --version 0.5
```

Create performance test:
Expand Down

0 comments on commit 0ecd233

Please sign in to comment.