|
8 | 8 |
|
9 | 9 | <!-- Main package name --> |
10 | 10 | <PackageId>CodeOfChaos.Testing.TUnit</PackageId> |
11 | | - <Version>0.4.0</Version> |
| 11 | + <Version>0.5.0</Version> |
12 | 12 | <Authors>Anna Sas</Authors> |
13 | 13 | <Description>A small library housing extensions to the TUnit framework</Description> |
14 | 14 | <PackageProjectUrl>https://github.com/code-of-chaos/cs_code-of_chaos-testing-tunit</PackageProjectUrl> |
|
23 | 23 | </PropertyGroup> |
24 | 24 |
|
25 | 25 | <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" /> |
29 | 29 | </ItemGroup> |
30 | 30 |
|
31 | 31 | <ItemGroup> |
32 | | - <PackageReference Include="JetBrains.Annotations" Version="2024.3.0"/> |
33 | | - <PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0"/> |
34 | | - <PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.12.0"/> |
35 | | - <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0"/> |
36 | | - <PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.12.0"/> |
37 | | - <PackageReference Include="TUnit.Assertions" Version="0.10.19"/> |
38 | | - <PackageReference Include="TUnit.Core" Version="0.10.19"/> |
| 32 | + <PackageReference Include="JetBrains.Annotations" Version="2024.3.0" /> |
| 33 | + <PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" /> |
| 34 | + <PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.12.0" /> |
| 35 | + <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0" /> |
| 36 | + <PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.12.0" /> |
| 37 | + <PackageReference Include="TUnit.Assertions" Version="0.10.19" /> |
| 38 | + <PackageReference Include="TUnit.Core" Version="0.10.19" /> |
39 | 39 | </ItemGroup> |
40 | 40 |
|
41 | 41 | </Project> |
0 commit comments