File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
CodeOfChaos.Testing.TUnit
Tools.CodeOfChaos.Testing.TUnit Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments