From 266971e266d8906cfdb5735295218a2756fcbe03 Mon Sep 17 00:00:00 2001 From: Marcus Markiewicz Date: Thu, 7 Jul 2022 08:20:11 -0400 Subject: [PATCH 1/2] Up the version to 0.1.6.0 --- GitVersion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitVersion.yml b/GitVersion.yml index bf72507..d9cbb21 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,4 +1,4 @@ -next-version: 0.1.5.0 +next-version: 0.1.6.0 mode: ContinuousDeployment branches: {} ignore: From 9a312142e5297b5458a50970d88706d30a6d0d4f Mon Sep 17 00:00:00 2001 From: Marcus Markiewicz Date: Thu, 7 Jul 2022 08:20:53 -0400 Subject: [PATCH 2/2] Update .gitignore to include wingetcreate manifests --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index dfcfd56..291f56e 100644 --- a/.gitignore +++ b/.gitignore @@ -348,3 +348,6 @@ MigrationBackup/ # Ionide (cross platform F# VS Code tools) working folder .ionide/ + +# wingetcreate manifests +manifests/ \ No newline at end of file