Skip to content

Commit

Permalink
* Version bump to 1.2.0 for Testing.Assertions.
Browse files Browse the repository at this point in the history
  • Loading branch information
nightowl286 committed Jun 4, 2024
1 parent a3714c4 commit e010273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ methods, as well as making it extremely easy to create new test framework adapte
In C# and for the MSTest adapter, that would look like this:
```csproj
<ItemGroup>
<PackageReference Include="OwlDomain.Testing.Assertions" Version="1.1.0" />
<PackageReference Include="OwlDomain.Testing.Assertions" Version="1.2.0" />
<PackageReference Include="OwlDomain.Testing.MSTest" Version="1.0.0" />
</ItemGroup>
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</Description>
<PackageTags>owldomain, testing, assertions</PackageTags>

<Version>1.1.0</Version>
<Version>1.2.0</Version>

<Authors>Owl Domain, Nightowl</Authors>
<Company>OwlDomain</Company>
Expand Down

0 comments on commit e010273

Please sign in to comment.