Skip to content

Commit 2d147bd

Browse files
committed
VersionBump : v0.16.1
1 parent a146c35 commit 2d147bd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.16.0</Version>
11+
<Version>0.16.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</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.16.0</Version>
10+
<Version>0.16.1</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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"Version Bump : Major": {
44
"_readme": "will update the 'patch' section of the semantic version (x.0.0)",
55
"commandName": "Project",
6-
"commandLineArgs": "git-version-bump --section=\"major\" --projects=\"%PROJECTS%\" --push --root=\"..\\..\\\""
6+
"commandLineArgs": "git-version-bump --section=\"major\" --projects=\"%PROJECTS%\" --push --root=\"..\\..\\..\\..\\..\\\""
77
},
88
"Version Bump : Minor": {
99
"_readme": "will update the 'patch' section of the semantic version (0.x.0)",
@@ -13,17 +13,17 @@
1313
"Version Bump : Patch": {
1414
"_readme": "will update the 'patch' section of the semantic version (0.0.x)",
1515
"commandName": "Project",
16-
"commandLineArgs": "git-version-bump --section=\"patch\" --projects=\"%PROJECTS%\" --push --root=\"..\\..\\\""
16+
"commandLineArgs": "git-version-bump --section=\"patch\" --projects=\"%PROJECTS%\" --push --root=\"..\\..\\..\\..\\..\\\""
1717
},
1818
"Version Bump : Preview": {
1919
"_readme": "will update the 'preview' section of the semantic version (0.0.0-preview.x)",
2020
"commandName": "Project",
21-
"commandLineArgs": "git-version-bump --section=\"preview\" --projects=\"%PROJECTS%\" --push --root=\"..\\..\\\""
21+
"commandLineArgs": "git-version-bump --section=\"preview\" --projects=\"%PROJECTS%\" --push --root=\"..\\..\\..\\..\\..\\\""
2222
},
2323
"Version Bump : Manual": {
2424
"_readme": "useful for setting a preview for an upcoming version. Will ask for a prompt of the new version string",
2525
"commandName": "Project",
26-
"commandLineArgs": "git-version-bump --section=\"manual\" --projects=\"%PROJECTS%\" --push --root=\"..\\..\\\""
26+
"commandLineArgs": "git-version-bump --section=\"manual\" --projects=\"%PROJECTS%\" --push --root=\"..\\..\\..\\..\\..\\\""
2727
},
2828
"Download Icon": {
2929
"_readme": "downloads a png to a specific location to then be used by nuget packages as a built in icon",

0 commit comments

Comments
 (0)