Skip to content

Commit 9813867

Browse files
committed
VersionBump : v0.14.0
1 parent b30c6fb commit 9813867

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.13.0</Version>
11+
<Version>0.14.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</PackageProjectUrl>

src/CodeOfChaos.Testing/CodeOfChaos.Testing.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<!-- Main package name -->
99
<PackageId>CodeOfChaos.Testing</PackageId>
10-
<Version>0.13.0</Version>
10+
<Version>0.14.0</Version>
1111
<Authors>Anna Sas</Authors>
1212
<Description>A small library housing some common frameworks used for testing CodeOfChaos stuff</Description>
1313
<PackageProjectUrl>https://github.com/code-of-chaos/cs_code-of_chaos-testing</PackageProjectUrl>

src/Tools.CodeOfChaos.Testing.TUnit/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ public static async Task Main(string[] args) {
2020
// Sometimes CLI params are not the answer.
2121
// Code is the true savior
2222
string projects = string.Join(";",
23-
"InfiniLore.Lucide",
24-
"InfiniLore.Lucide.SourceGenerators"
23+
"CodeOfChaos.Testing",
24+
"CodeOfChaos.Testing.TUnit"
2525
);
2626

2727
// Finally, start executing

0 commit comments

Comments
 (0)