Skip to content

Commit bbe7464

Browse files
committed
VersionBump : v0.7.0
1 parent 01b9c7f commit bbe7464

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/CodeOfChaos.Testing.TUnit/CodeOfChaos.Testing.TUnit.csproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<!-- Main package name -->
1010
<PackageId>CodeOfChaos.Testing.TUnit</PackageId>
11-
<Version>0.6.1</Version>
11+
<Version>0.7.0</Version>
1212
<Authors>Anna Sas</Authors>
1313
<Description>A small library housing extensions to the TUnit framework</Description>
1414
<PackageProjectUrl>https://github.com/code-of-chaos/cs_code-of_chaos-testing-tunit</PackageProjectUrl>
@@ -23,19 +23,19 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup>
26-
<None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false"/>
27-
<None Include="../../README.md" Pack="true" PackagePath="" Visible="false"/>
28-
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false"/>
26+
<None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false" />
27+
<None Include="../../README.md" Pack="true" PackagePath="" Visible="false" />
28+
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false" />
2929
</ItemGroup>
3030

3131
<ItemGroup>
32-
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0"/>
32+
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" />
3333
<PackageReference Include="TUnit.Assertions" Version="0.13.3" />
3434
<PackageReference Include="TUnit.Core" Version="0.13.3" />
3535
</ItemGroup>
3636

3737
<ItemGroup>
38-
<ProjectReference Include="..\CodeOfChaos.Testing\CodeOfChaos.Testing.csproj"/>
38+
<ProjectReference Include="..\CodeOfChaos.Testing\CodeOfChaos.Testing.csproj" />
3939
</ItemGroup>
4040

4141
</Project>

0 commit comments

Comments
 (0)