Skip to content

Commit

Permalink
Prepare for release of version 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
basdijkstra committed Aug 16, 2024
1 parent b6cd4ba commit 3ffd72a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Unreleased

Nothing yet.

### [4.3.0] - 2024-08-16

#### Added

- Added support for specifying the `HttpCompletionOption` to use when waiting for the response ([#126](ttps://github.com/basdijkstra/rest-assured-net/issues/119) by [@RothAndrew](https://github.com/RothAndrew))

#### Updated

- Version bumps for HtmlAgilityPack (main project), Microsoft.NET.Test.Sdk, Microsoft.AspNetCore.Mvc.Testing, WireMock.Net (test project)
Expand Down
6 changes: 3 additions & 3 deletions RestAssured.Net.Tests/RestAssured.Net.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.31" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.33" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="coverlet.collector" Version="3.2.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="WireMock.Net" Version="1.5.58" />
<PackageReference Include="WireMock.Net" Version="1.6.0" />
<PackageReference Include="Faker.Net" Version="2.0.163" />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions RestAssured.Net/RestAssured.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>4.2.2</Version>
<Version>4.3.0</Version>
<Authors>Bas Dijkstra</Authors>
<Company>On Test Automation</Company>
<Description>C# port of the popular REST Assured library for writing tests for HTTP APIs.</Description>
Expand All @@ -30,10 +30,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="HtmlAgilityPack" Version="1.11.61" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.63" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NHamcrest" Version="3.4.0" />
<PackageReference Include="NJsonSchema" Version="11.0.0" />
<PackageReference Include="NJsonSchema" Version="11.0.2" />
<PackageReference Include="Stubble.Core" Version="1.10.8" />
<PackageReference Include="System.Text.Encodings.Web" Version="6.0.0" />
</ItemGroup>
Expand Down

0 comments on commit 3ffd72a

Please sign in to comment.