From b4d216bbf347d6afa722a169e6ad41a8e87854be Mon Sep 17 00:00:00 2001 From: MiguelTapTagshelf Date: Mon, 22 Jul 2024 15:49:36 -0400 Subject: [PATCH 1/6] chore: Version bumped to 0.2.1 --- AlfredApiWrapper/AlfredApiWrapper.csproj | 2 +- AlfredApiWrapperTestApp/AlfredApiWrapperTestApp.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AlfredApiWrapper/AlfredApiWrapper.csproj b/AlfredApiWrapper/AlfredApiWrapper.csproj index 940a3cd..7055a53 100644 --- a/AlfredApiWrapper/AlfredApiWrapper.csproj +++ b/AlfredApiWrapper/AlfredApiWrapper.csproj @@ -5,7 +5,7 @@ disable disable TagShelf.Alfred.ApiWrapper - 0.2.0 + 0.2.1 Raúl Roa (raul@tagshelf.com) Tagshelf A comprehensive .NET library designed to facilitate seamless interactions with the Alfred API. diff --git a/AlfredApiWrapperTestApp/AlfredApiWrapperTestApp.csproj b/AlfredApiWrapperTestApp/AlfredApiWrapperTestApp.csproj index 400f3e9..4cb0901 100644 --- a/AlfredApiWrapperTestApp/AlfredApiWrapperTestApp.csproj +++ b/AlfredApiWrapperTestApp/AlfredApiWrapperTestApp.csproj @@ -6,7 +6,7 @@ enable - + From e0ff4a63957db454a62ec5cfa1afe0c1670414cf Mon Sep 17 00:00:00 2001 From: Mateh Elismar Date: Mon, 22 Jul 2024 17:55:56 -0400 Subject: [PATCH 2/6] chore: update test version lower bound. --- AlfredApiWrapperTestApp/AlfredApiWrapperTestApp.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AlfredApiWrapperTestApp/AlfredApiWrapperTestApp.csproj b/AlfredApiWrapperTestApp/AlfredApiWrapperTestApp.csproj index 4cb0901..5474c3e 100644 --- a/AlfredApiWrapperTestApp/AlfredApiWrapperTestApp.csproj +++ b/AlfredApiWrapperTestApp/AlfredApiWrapperTestApp.csproj @@ -6,7 +6,7 @@ enable - + From a1ca92db77903904bab08bc45951027ce9750309 Mon Sep 17 00:00:00 2001 From: MiguelTapTagshelf Date: Mon, 22 Jul 2024 18:52:07 -0400 Subject: [PATCH 3/6] chore: Version bumped to 0.3.0 --- AlfredApiWrapper/AlfredApiWrapper.csproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/AlfredApiWrapper/AlfredApiWrapper.csproj b/AlfredApiWrapper/AlfredApiWrapper.csproj index 7055a53..195eefa 100644 --- a/AlfredApiWrapper/AlfredApiWrapper.csproj +++ b/AlfredApiWrapper/AlfredApiWrapper.csproj @@ -5,7 +5,7 @@ disable disable TagShelf.Alfred.ApiWrapper - 0.2.1 + 0.3.0 Raúl Roa (raul@tagshelf.com) Tagshelf A comprehensive .NET library designed to facilitate seamless interactions with the Alfred API. @@ -13,10 +13,12 @@ https://github.com/tagshelfsrl/dotnet-alfred-api-wrapper git MIT + README.md Introducing AccountDomain with webhook setup support. See https://github.com/tagshelfsrl/dotnet-alfred-api-wrapper/releases for more details. + From 4256d8e8a3e22aa78ff2a638cd5f079c601a78b2 Mon Sep 17 00:00:00 2001 From: MiguelTapTagshelf Date: Mon, 22 Jul 2024 19:29:23 -0400 Subject: [PATCH 4/6] chore: Version bumped to 0.3.0 --- AlfredApiWrapper/AlfredApiWrapper.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AlfredApiWrapper/AlfredApiWrapper.csproj b/AlfredApiWrapper/AlfredApiWrapper.csproj index 195eefa..098f55f 100644 --- a/AlfredApiWrapper/AlfredApiWrapper.csproj +++ b/AlfredApiWrapper/AlfredApiWrapper.csproj @@ -18,7 +18,7 @@ - + From a21c4af42510b401628d73efa16cb314f7eb9fde Mon Sep 17 00:00:00 2001 From: Mateh Elismar Date: Mon, 22 Jul 2024 19:45:33 -0400 Subject: [PATCH 5/6] build: update readme path in the project configuration. --- AlfredApiWrapper/AlfredApiWrapper.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AlfredApiWrapper/AlfredApiWrapper.csproj b/AlfredApiWrapper/AlfredApiWrapper.csproj index 098f55f..0399a4f 100644 --- a/AlfredApiWrapper/AlfredApiWrapper.csproj +++ b/AlfredApiWrapper/AlfredApiWrapper.csproj @@ -18,7 +18,7 @@ - + From 8895768eb5dacdbc40e47151092e4effc6106386 Mon Sep 17 00:00:00 2001 From: MiguelTapTagshelf Date: Mon, 22 Jul 2024 20:04:17 -0400 Subject: [PATCH 6/6] Add README to test app --- AlfredApiWrapperTestApp/AlfredApiWrapperTestApp.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AlfredApiWrapperTestApp/AlfredApiWrapperTestApp.csproj b/AlfredApiWrapperTestApp/AlfredApiWrapperTestApp.csproj index 5474c3e..9a310d9 100644 --- a/AlfredApiWrapperTestApp/AlfredApiWrapperTestApp.csproj +++ b/AlfredApiWrapperTestApp/AlfredApiWrapperTestApp.csproj @@ -4,9 +4,11 @@ net8.0 enable enable + README.md +