Skip to content

Commit

Permalink
updated TUnit
Browse files Browse the repository at this point in the history
added README to TUnit testing extension
  • Loading branch information
BarionLP committed Dec 21, 2024
1 parent 6042bb5 commit 4c8625c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/Ametrin.Optional.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="TUnit" Version="0.4.1" />
<PackageReference Include="TUnit" Version="0.5.22" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 3 additions & 1 deletion testing/TUnit/Ametrin.Optional.Testing.TUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,17 @@
<Authors>Barion</Authors>
<Company>Ametrin Studios</Company>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\LICENSE" Pack="true" PackagePath=""/>
<None Include="README.md" Pack="true" PackagePath=""/>
</ItemGroup>

<ItemGroup>
<PackageReference Include="TUnit.Assertions" Version="0.4.1" />
<PackageReference Include="TUnit.Assertions" Version="0.5.22" />
<PackageReference Include="Ametrin.Optional" Version="0.1.0" />
</ItemGroup>

Expand Down
1 change: 1 addition & 0 deletions testing/TUnit/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
## [Ametrin.Optional](https://github.com/BarionLP/Ametrin.Optional) TUnit Testing Extensions

0 comments on commit 4c8625c

Please sign in to comment.