Skip to content

Commit 558d1d9

Browse files
committed
VersionBump : v0.15.0
1 parent 43c2b21 commit 558d1d9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.14.0</Version>
11+
<Version>0.15.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.14.0</Version>
10+
<Version>0.15.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/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"Version Bump : Minor": {
99
"_readme": "will update the 'patch' section of the semantic version (0.x.0)",
1010
"commandName": "Project",
11-
"commandLineArgs": "git-version-bump --section=\"minor\" --projects=\"%PROJECTS%\" --push --root=\"..\\..\\\""
11+
"commandLineArgs": "git-version-bump --section=\"minor\" --projects=\"%PROJECTS%\" --push --root=\"..\\..\\..\\..\\..\\\""
1212
},
1313
"Version Bump : Patch": {
1414
"_readme": "will update the 'patch' section of the semantic version (0.0.x)",

0 commit comments

Comments
 (0)