From d4e0009bebac6be1f8c3a66df1a3a3a5c7e5241b Mon Sep 17 00:00:00 2001 From: Luqmaan Date: Wed, 24 Apr 2024 16:18:22 -0500 Subject: [PATCH 01/14] create nuspec --- .../Plugin.Maui.Apptentive.nuspec | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.nuspec diff --git a/Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.nuspec b/Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.nuspec new file mode 100644 index 0000000..2c5b387 --- /dev/null +++ b/Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.nuspec @@ -0,0 +1,26 @@ + + + + Plugin.Maui.Apptentive + 6.7.0 + ApptentiveKit plugin for Maui + Apptentive + Apptentive + false + Maui Plugin for Apptentive SDK + Copyright © Apptentive + https://github.com/apptentive/apptentive-maui + BSD-3-Clause + images\icon.png + Apptentive Alchemer + + + + + + + + + + + \ No newline at end of file From 85c3158c75d7ce6b0bb869e4f0f2d16479349738 Mon Sep 17 00:00:00 2001 From: Frank Schmitt Date: Wed, 24 Apr 2024 14:33:02 -0700 Subject: [PATCH 02/14] Add iOS resources --- Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.nuspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.nuspec b/Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.nuspec index 2c5b387..619cac8 100644 --- a/Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.nuspec +++ b/Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.nuspec @@ -14,12 +14,13 @@ images\icon.png Apptentive Alchemer - + + From 8495f62a08f4754a65d1132a2be22644c03f001a Mon Sep 17 00:00:00 2001 From: Luqmaan Date: Wed, 24 Apr 2024 16:41:47 -0500 Subject: [PATCH 03/14] update iOS nuspec --- ApptentiveKit.iOS/ApptentiveKit.iOS.nuspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ApptentiveKit.iOS/ApptentiveKit.iOS.nuspec b/ApptentiveKit.iOS/ApptentiveKit.iOS.nuspec index 75241d1..3e85e0a 100644 --- a/ApptentiveKit.iOS/ApptentiveKit.iOS.nuspec +++ b/ApptentiveKit.iOS/ApptentiveKit.iOS.nuspec @@ -2,7 +2,7 @@ Apptentive.iOS - 6.7.0 + 6.7.1 ApptentiveKit iOS wrapper for Maui plugin Apptentive Apptentive @@ -18,6 +18,7 @@ + \ No newline at end of file From 8e030d759a36bba125be566ba1f5f6104b0cc008 Mon Sep 17 00:00:00 2001 From: Luqmaan Date: Wed, 24 Apr 2024 18:40:00 -0500 Subject: [PATCH 04/14] update nuspec --- Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.nuspec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.nuspec b/Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.nuspec index 619cac8..3dd5302 100644 --- a/Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.nuspec +++ b/Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.nuspec @@ -2,7 +2,7 @@ Plugin.Maui.Apptentive - 6.7.0 + 6.7.1 ApptentiveKit plugin for Maui Apptentive Apptentive @@ -14,7 +14,12 @@ images\icon.png Apptentive Alchemer - + + + + + + From c0b7beaafa67dcad21c799e888a318a411d288a8 Mon Sep 17 00:00:00 2001 From: Luqmaan Date: Wed, 24 Apr 2024 18:41:04 -0500 Subject: [PATCH 05/14] update ios package --- Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.csproj b/Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.csproj index b840dfc..3d686d0 100644 --- a/Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.csproj +++ b/Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.csproj @@ -49,7 +49,7 @@ - + From 078d821f76c386eb764788f858c029a45fd8b5cb Mon Sep 17 00:00:00 2001 From: Poornima Nagarajan Date: Thu, 25 Apr 2024 14:50:18 -0700 Subject: [PATCH 06/14] updated nuspec with 6.7.1 --- .../ApptentiveCore/ApptentiveCore.nuspec | 4 +++- .../ApptentiveCoreUI/ApptentiveCoreUI.nuspec | 8 +++++-- .../ApptentiveEnjoymentDialog.nuspec | 8 +++++-- .../ApptentiveFeedback.nuspec | 22 ++++++++++--------- .../ApptentiveInAppReview.nuspec | 8 +++++-- .../ApptentiveMessageCenter.nuspec | 8 +++++-- .../ApptentiveNavigateToLink.nuspec | 4 +++- .../ApptentiveNotes/ApptentiveNotes.nuspec | 4 +++- .../ApptentiveRatings.nuspec | 4 +++- .../ApptentiveSurvey/ApptentiveSurvey.nuspec | 4 +++- 10 files changed, 51 insertions(+), 23 deletions(-) diff --git a/ApptentiveKit.Android/ApptentiveCore/ApptentiveCore/ApptentiveCore.nuspec b/ApptentiveKit.Android/ApptentiveCore/ApptentiveCore/ApptentiveCore.nuspec index d37c693..f6c1ad0 100644 --- a/ApptentiveKit.Android/ApptentiveCore/ApptentiveCore/ApptentiveCore.nuspec +++ b/ApptentiveKit.Android/ApptentiveCore/ApptentiveCore/ApptentiveCore.nuspec @@ -2,7 +2,7 @@ ApptentiveCore ApptentiveCore for Maui Android - 6.7.0 + 6.7.1 Apptentive Apptentive false @@ -17,5 +17,7 @@ + + \ No newline at end of file diff --git a/ApptentiveKit.Android/ApptentiveCoreUI/ApptentiveCoreUI/ApptentiveCoreUI.nuspec b/ApptentiveKit.Android/ApptentiveCoreUI/ApptentiveCoreUI/ApptentiveCoreUI.nuspec index 942638a..2562ca2 100644 --- a/ApptentiveKit.Android/ApptentiveCoreUI/ApptentiveCoreUI/ApptentiveCoreUI.nuspec +++ b/ApptentiveKit.Android/ApptentiveCoreUI/ApptentiveCoreUI/ApptentiveCoreUI.nuspec @@ -2,7 +2,7 @@ ApptentiveCoreUI ApptentiveCoreUI for Maui Android - 6.7.0 + 6.7.1 Apptentive Apptentive false @@ -12,10 +12,14 @@ BSD-3-Clause https://raw.githubusercontent.com/apptentive/apptentive-maui/main/icon.png - + + + + + \ No newline at end of file diff --git a/ApptentiveKit.Android/ApptentiveEnjoymentDialog/ApptentiveEnjoymentDialog/ApptentiveEnjoymentDialog.nuspec b/ApptentiveKit.Android/ApptentiveEnjoymentDialog/ApptentiveEnjoymentDialog/ApptentiveEnjoymentDialog.nuspec index ea77468..719b354 100644 --- a/ApptentiveKit.Android/ApptentiveEnjoymentDialog/ApptentiveEnjoymentDialog/ApptentiveEnjoymentDialog.nuspec +++ b/ApptentiveKit.Android/ApptentiveEnjoymentDialog/ApptentiveEnjoymentDialog/ApptentiveEnjoymentDialog.nuspec @@ -2,7 +2,7 @@ ApptentiveEnjoymentDialog ApptentiveEnjoymentDialog for Maui Android - 6.7.0 + 6.7.1 Apptentive Apptentive false @@ -12,10 +12,14 @@ BSD-3-Clause https://raw.githubusercontent.com/apptentive/apptentive-maui/main/icon.png - + + + + + \ No newline at end of file diff --git a/ApptentiveKit.Android/ApptentiveFeedback/ApptentiveFeedback/ApptentiveFeedback.nuspec b/ApptentiveKit.Android/ApptentiveFeedback/ApptentiveFeedback/ApptentiveFeedback.nuspec index e1f3d7c..42f4e27 100644 --- a/ApptentiveKit.Android/ApptentiveFeedback/ApptentiveFeedback/ApptentiveFeedback.nuspec +++ b/ApptentiveKit.Android/ApptentiveFeedback/ApptentiveFeedback/ApptentiveFeedback.nuspec @@ -2,7 +2,7 @@ ApptentiveFeedback ApptentiveFeedback for Maui Android - 6.7.0 + 6.7.1 Apptentive Apptentive false @@ -26,20 +26,22 @@ - - - - - - - - - + + + + + + + + + + + diff --git a/ApptentiveKit.Android/ApptentiveInAppReview/ApptentiveInAppReview/ApptentiveInAppReview.nuspec b/ApptentiveKit.Android/ApptentiveInAppReview/ApptentiveInAppReview/ApptentiveInAppReview.nuspec index 2c19ea9..7f891d9 100644 --- a/ApptentiveKit.Android/ApptentiveInAppReview/ApptentiveInAppReview/ApptentiveInAppReview.nuspec +++ b/ApptentiveKit.Android/ApptentiveInAppReview/ApptentiveInAppReview/ApptentiveInAppReview.nuspec @@ -2,7 +2,7 @@ ApptentiveInAppReview ApptentiveInAppReview for Maui Android - 6.7.0 + 6.7.1 Apptentive Apptentive false @@ -12,10 +12,14 @@ BSD-3-Clause https://raw.githubusercontent.com/apptentive/apptentive-maui/main/icon.png - + + + + + \ No newline at end of file diff --git a/ApptentiveKit.Android/ApptentiveMessageCenter/ApptentiveMessageCenter/ApptentiveMessageCenter.nuspec b/ApptentiveKit.Android/ApptentiveMessageCenter/ApptentiveMessageCenter/ApptentiveMessageCenter.nuspec index 1819638..e7084f8 100644 --- a/ApptentiveKit.Android/ApptentiveMessageCenter/ApptentiveMessageCenter/ApptentiveMessageCenter.nuspec +++ b/ApptentiveKit.Android/ApptentiveMessageCenter/ApptentiveMessageCenter/ApptentiveMessageCenter.nuspec @@ -2,7 +2,7 @@ ApptentiveMessageCenter ApptentiveMessageCenter for Maui Android - 6.7.0 + 6.7.1 Apptentive Apptentive false @@ -12,10 +12,14 @@ BSD-3-Clause https://raw.githubusercontent.com/apptentive/apptentive-maui/main/icon.png - + + + + + \ No newline at end of file diff --git a/ApptentiveKit.Android/ApptentiveNavigateToLink/ApptentiveNavigateToLink/ApptentiveNavigateToLink.nuspec b/ApptentiveKit.Android/ApptentiveNavigateToLink/ApptentiveNavigateToLink/ApptentiveNavigateToLink.nuspec index be342df..72eb5c0 100644 --- a/ApptentiveKit.Android/ApptentiveNavigateToLink/ApptentiveNavigateToLink/ApptentiveNavigateToLink.nuspec +++ b/ApptentiveKit.Android/ApptentiveNavigateToLink/ApptentiveNavigateToLink/ApptentiveNavigateToLink.nuspec @@ -2,7 +2,7 @@ ApptentiveNavigateToLink ApptentiveNavigateToLink for Maui Android - 6.7.0 + 6.7.1 Apptentive Apptentive false @@ -17,5 +17,7 @@ + + \ No newline at end of file diff --git a/ApptentiveKit.Android/ApptentiveNotes/ApptentiveNotes/ApptentiveNotes.nuspec b/ApptentiveKit.Android/ApptentiveNotes/ApptentiveNotes/ApptentiveNotes.nuspec index 154a4d0..bf49971 100644 --- a/ApptentiveKit.Android/ApptentiveNotes/ApptentiveNotes/ApptentiveNotes.nuspec +++ b/ApptentiveKit.Android/ApptentiveNotes/ApptentiveNotes/ApptentiveNotes.nuspec @@ -2,7 +2,7 @@ ApptentiveNotes ApptentiveNotes for Maui Android - 6.7.0 + 6.7.1 Apptentive Apptentive false @@ -19,5 +19,7 @@ + + \ No newline at end of file diff --git a/ApptentiveKit.Android/ApptentiveRatings/ApptentiveRatings/ApptentiveRatings.nuspec b/ApptentiveKit.Android/ApptentiveRatings/ApptentiveRatings/ApptentiveRatings.nuspec index f87607d..671cc29 100644 --- a/ApptentiveKit.Android/ApptentiveRatings/ApptentiveRatings/ApptentiveRatings.nuspec +++ b/ApptentiveKit.Android/ApptentiveRatings/ApptentiveRatings/ApptentiveRatings.nuspec @@ -2,7 +2,7 @@ ApptentiveRatings ApptentiveRatings for Maui Android - 6.7.0 + 6.7.1 Apptentive Apptentive false @@ -19,5 +19,7 @@ + + \ No newline at end of file diff --git a/ApptentiveKit.Android/ApptentiveSurvey/ApptentiveSurvey/ApptentiveSurvey.nuspec b/ApptentiveKit.Android/ApptentiveSurvey/ApptentiveSurvey/ApptentiveSurvey.nuspec index 4fa6056..6334db8 100644 --- a/ApptentiveKit.Android/ApptentiveSurvey/ApptentiveSurvey/ApptentiveSurvey.nuspec +++ b/ApptentiveKit.Android/ApptentiveSurvey/ApptentiveSurvey/ApptentiveSurvey.nuspec @@ -2,7 +2,7 @@ ApptentiveSurvey ApptentiveSurvey for Maui Android - 6.7.0 + 6.7.1 Apptentive Apptentive false @@ -19,5 +19,7 @@ + + \ No newline at end of file From e59c9ea4b5194d547cdf5fa47f4b0f6e1ab0bce5 Mon Sep 17 00:00:00 2001 From: Luqmaan Date: Thu, 25 Apr 2024 18:22:02 -0500 Subject: [PATCH 07/14] wip --- .../ApptentiveFeedback.nuspec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ApptentiveKit.Android/ApptentiveFeedback/ApptentiveFeedback/ApptentiveFeedback.nuspec b/ApptentiveKit.Android/ApptentiveFeedback/ApptentiveFeedback/ApptentiveFeedback.nuspec index 42f4e27..86cfbdd 100644 --- a/ApptentiveKit.Android/ApptentiveFeedback/ApptentiveFeedback/ApptentiveFeedback.nuspec +++ b/ApptentiveKit.Android/ApptentiveFeedback/ApptentiveFeedback/ApptentiveFeedback.nuspec @@ -26,6 +26,15 @@ + + + + + + + + + @@ -33,15 +42,6 @@ - - - - - - - - - From a79465c532f712c4198ae115e1f0ef10d27b4157 Mon Sep 17 00:00:00 2001 From: Luqmaan Date: Thu, 25 Apr 2024 18:49:42 -0500 Subject: [PATCH 08/14] add package dependencies to apptentivefeedback --- .../ApptentiveFeedback.csproj | 40 +++++-------------- 1 file changed, 10 insertions(+), 30 deletions(-) diff --git a/ApptentiveKit.Android/ApptentiveFeedback/ApptentiveFeedback/ApptentiveFeedback.csproj b/ApptentiveKit.Android/ApptentiveFeedback/ApptentiveFeedback/ApptentiveFeedback.csproj index 7776c33..85a3a34 100644 --- a/ApptentiveKit.Android/ApptentiveFeedback/ApptentiveFeedback/ApptentiveFeedback.csproj +++ b/ApptentiveKit.Android/ApptentiveFeedback/ApptentiveFeedback/ApptentiveFeedback.csproj @@ -24,7 +24,16 @@ - + + + + + + + + + + @@ -32,33 +41,4 @@ true - - - ..\..\ApptentiveCore\ApptentiveCore\bin\Release\net8.0-android\ApptentiveCore.dll - - - ..\..\ApptentiveCoreUI\ApptentiveCoreUI\bin\Release\net8.0-android\ApptentiveCoreUI.dll - - - ..\..\ApptentiveEnjoymentDialog\ApptentiveEnjoymentDialog\bin\Release\net8.0-android\ApptentiveEnjoymentDialog.dll - - - ..\..\ApptentiveInAppReview\ApptentiveInAppReview\bin\Release\net8.0-android\ApptentiveInAppReview.dll - - - ..\..\ApptentiveMessageCenter\ApptentiveMessageCenter\bin\Release\net8.0-android\ApptentiveMessageCenter.dll - - - ..\..\ApptentiveNavigateToLink\ApptentiveNavigateToLink\bin\Release\net8.0-android\ApptentiveNavigateToLink.dll - - - ..\..\ApptentiveNotes\ApptentiveNotes\bin\Release\net8.0-android\ApptentiveNotes.dll - - - ..\..\ApptentiveRatings\ApptentiveRatings\bin\Release\net8.0-android\ApptentiveRatings.dll - - - ..\..\ApptentiveSurvey\ApptentiveSurvey\bin\Release\net8.0-android\ApptentiveSurvey.dll - - \ No newline at end of file From 04ff60ab011629df1a795e89e2ebf211a66dcbeb Mon Sep 17 00:00:00 2001 From: Luqmaan Date: Thu, 25 Apr 2024 18:54:03 -0500 Subject: [PATCH 09/14] add version to apptentive feedback --- .../ApptentiveFeedback/ApptentiveFeedback.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/ApptentiveKit.Android/ApptentiveFeedback/ApptentiveFeedback/ApptentiveFeedback.csproj b/ApptentiveKit.Android/ApptentiveFeedback/ApptentiveFeedback/ApptentiveFeedback.csproj index 85a3a34..479675d 100644 --- a/ApptentiveKit.Android/ApptentiveFeedback/ApptentiveFeedback/ApptentiveFeedback.csproj +++ b/ApptentiveKit.Android/ApptentiveFeedback/ApptentiveFeedback/ApptentiveFeedback.csproj @@ -4,6 +4,7 @@ 21 enable enable + 6.7.1 From c19c03172b0a6304a38176f42c953f931f082499 Mon Sep 17 00:00:00 2001 From: Frank Schmitt Date: Thu, 25 Apr 2024 17:34:16 -0700 Subject: [PATCH 10/14] Changes to make iOS work --- ApptentiveKit.iOS/ApptentiveKit.iOS.csproj | 7 ++++++- ApptentiveKit.iOS/ApptentiveKit.iOS.nuspec | 5 +++-- ApptentiveKit.iOS/ApptentiveKit.iOS.targets | 14 ++++++++++++++ .../Plugin.Maui.Apptentive.nuspec | 6 ++---- 4 files changed, 25 insertions(+), 7 deletions(-) create mode 100644 ApptentiveKit.iOS/ApptentiveKit.iOS.targets diff --git a/ApptentiveKit.iOS/ApptentiveKit.iOS.csproj b/ApptentiveKit.iOS/ApptentiveKit.iOS.csproj index e10e3b2..2e27605 100644 --- a/ApptentiveKit.iOS/ApptentiveKit.iOS.csproj +++ b/ApptentiveKit.iOS/ApptentiveKit.iOS.csproj @@ -32,7 +32,12 @@ Framework False - True + + + + PreserveNewest + + \ No newline at end of file diff --git a/ApptentiveKit.iOS/ApptentiveKit.iOS.nuspec b/ApptentiveKit.iOS/ApptentiveKit.iOS.nuspec index 3e85e0a..a342c1b 100644 --- a/ApptentiveKit.iOS/ApptentiveKit.iOS.nuspec +++ b/ApptentiveKit.iOS/ApptentiveKit.iOS.nuspec @@ -13,12 +13,13 @@ BSD-3-Clause images\icon.png - + - + + \ No newline at end of file diff --git a/ApptentiveKit.iOS/ApptentiveKit.iOS.targets b/ApptentiveKit.iOS/ApptentiveKit.iOS.targets new file mode 100644 index 0000000..7661b96 --- /dev/null +++ b/ApptentiveKit.iOS/ApptentiveKit.iOS.targets @@ -0,0 +1,14 @@ + + + + + + + + + Framework + False + + + + \ No newline at end of file diff --git a/Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.nuspec b/Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.nuspec index 3dd5302..c930ceb 100644 --- a/Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.nuspec +++ b/Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.nuspec @@ -17,15 +17,13 @@ - + - - - + From b013ec314c96394b2999e32e15c0d61852bafad3 Mon Sep 17 00:00:00 2001 From: Frank Schmitt Date: Thu, 25 Apr 2024 17:47:51 -0700 Subject: [PATCH 11/14] Update versions to 6.7.2 as needed --- ApptentiveKit.iOS/ApptentiveKit.iOS.nuspec | 2 +- Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.csproj | 6 +----- Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.nuspec | 4 ++-- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/ApptentiveKit.iOS/ApptentiveKit.iOS.nuspec b/ApptentiveKit.iOS/ApptentiveKit.iOS.nuspec index a342c1b..b1686ac 100644 --- a/ApptentiveKit.iOS/ApptentiveKit.iOS.nuspec +++ b/ApptentiveKit.iOS/ApptentiveKit.iOS.nuspec @@ -2,7 +2,7 @@ Apptentive.iOS - 6.7.1 + 6.7.2 ApptentiveKit iOS wrapper for Maui plugin Apptentive Apptentive diff --git a/Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.csproj b/Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.csproj index 3d686d0..e9e421a 100644 --- a/Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.csproj +++ b/Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.csproj @@ -35,10 +35,6 @@ - - - - @@ -49,7 +45,7 @@ - + diff --git a/Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.nuspec b/Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.nuspec index c930ceb..7d97019 100644 --- a/Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.nuspec +++ b/Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.nuspec @@ -2,7 +2,7 @@ Plugin.Maui.Apptentive - 6.7.1 + 6.7.2 ApptentiveKit plugin for Maui Apptentive Apptentive @@ -17,7 +17,7 @@ - + From a377fa80974cd8e7a9f5af418177c390ea19ecee Mon Sep 17 00:00:00 2001 From: Luqmaan Date: Fri, 26 Apr 2024 11:03:29 -0500 Subject: [PATCH 12/14] update plugin with latest ApptentiveFeedback --- Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.csproj | 2 +- Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.nuspec | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.csproj b/Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.csproj index e9e421a..86f333a 100644 --- a/Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.csproj +++ b/Plugin.Maui.Apptentive/Plugin.Maui.Apptentive.csproj @@ -51,7 +51,7 @@ - +