Skip to content

Commit be1e74f

Browse files
committed
VersionBump : v0.7.1
1 parent b220157 commit be1e74f

File tree

2 files changed

+40
-40
lines changed

2 files changed

+40
-40
lines changed

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

Lines changed: 1 addition & 1 deletion
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.7.0</Version>
11+
<Version>0.7.1</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>
Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<PropertyGroup>
4-
<TargetFramework>net9.0</TargetFramework>
5-
<ImplicitUsings>enable</ImplicitUsings>
6-
<Nullable>enable</Nullable>
7-
8-
<!-- Main package name -->
9-
<PackageId>CodeOfChaos.Testing</PackageId>
10-
<Version>0.7.0</Version>
11-
<Authors>Anna Sas</Authors>
12-
<Description>A small library housing some common frameworks used for testing CodeOfChaos stuff</Description>
13-
<PackageProjectUrl>https://github.com/code-of-chaos/cs_code-of_chaos-testing-tunit</PackageProjectUrl>
14-
<PackageTags>extensions testing</PackageTags>
15-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
16-
<PublishRepositoryUrl>true</PublishRepositoryUrl>
17-
<IncludeSymbols>true</IncludeSymbols>
18-
<DebugType>embedded</DebugType>
19-
<PackageLicenseFile>LICENSE</PackageLicenseFile>
20-
<PackageReadmeFile>README.md</PackageReadmeFile>
21-
<PackageIcon>icon.png</PackageIcon>
22-
</PropertyGroup>
23-
24-
<ItemGroup>
25-
<None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false" />
26-
<None Include="../../README.md" Pack="true" PackagePath="" Visible="false" />
27-
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false" />
28-
</ItemGroup>
29-
30-
<ItemGroup>
31-
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0"/>
32-
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.12.0" />
33-
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.12.0" />
34-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0"/>
35-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.12.0" />
36-
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="4.12.0"/>
37-
</ItemGroup>
38-
39-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>net9.0</TargetFramework>
5+
<ImplicitUsings>enable</ImplicitUsings>
6+
<Nullable>enable</Nullable>
7+
8+
<!-- Main package name -->
9+
<PackageId>CodeOfChaos.Testing</PackageId>
10+
<Version>0.7.1</Version>
11+
<Authors>Anna Sas</Authors>
12+
<Description>A small library housing some common frameworks used for testing CodeOfChaos stuff</Description>
13+
<PackageProjectUrl>https://github.com/code-of-chaos/cs_code-of_chaos-testing-tunit</PackageProjectUrl>
14+
<PackageTags>extensions testing</PackageTags>
15+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
16+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
17+
<IncludeSymbols>true</IncludeSymbols>
18+
<DebugType>embedded</DebugType>
19+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
20+
<PackageReadmeFile>README.md</PackageReadmeFile>
21+
<PackageIcon>icon.png</PackageIcon>
22+
</PropertyGroup>
23+
24+
<ItemGroup>
25+
<None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false" />
26+
<None Include="../../README.md" Pack="true" PackagePath="" Visible="false" />
27+
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false" />
28+
</ItemGroup>
29+
30+
<ItemGroup>
31+
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" />
32+
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.12.0" />
33+
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.12.0" />
34+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0" />
35+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.12.0" />
36+
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="4.12.0" />
37+
</ItemGroup>
38+
39+
</Project>

0 commit comments

Comments
 (0)