Skip to content

Commit cf76826

Browse files
authored
nuget and tests update
1 parent 35ceb44 commit cf76826

File tree

9 files changed

+64
-869
lines changed

9 files changed

+64
-869
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>0.3.6</Version>
3+
<Version>0.3.8</Version>
44
</PropertyGroup>
55
</Project>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Get in touch with me on:
2727

2828
```csharp
2929
//Generate requests from previously stored JSON file:
30-
var content = File.ReadAllText("Assets/getPetById.json");
30+
var content = File.ReadAllText("Assets/GetAllBikes.json");
3131
var httpRequest = JsonConvert.DeserializeObject<IEnumerable<HttpRequest>>(content);
3232

3333
//Create bombardier tests generator
@@ -172,7 +172,7 @@ Let's replace
172172

173173
```csharp
174174
//Generate requests from previously stored JSON file:
175-
var content = File.ReadAllText("Assets/getPetById.json");
175+
var content = File.ReadAllText("Assets/GetAllBikes.json");
176176
var httpRequest = JsonConvert.DeserializeObject<IEnumerable<HttpRequest>>(content);
177177
```
178178

0 commit comments

Comments
 (0)