From 600b44501a5f880fad6d22c354499e1c8edf95ca Mon Sep 17 00:00:00 2001 From: Petre Chitashvili Date: Mon, 4 Aug 2025 21:07:55 +0400 Subject: [PATCH] feat: Bundle BankIntegrationTypes DLL in NuGet package v1.1.0 - Add MSBuild target to include BankIntegrationTypes.dll in the package - Fix issue where the dependency DLL was not bundled with the main package - Bump version to 1.1.0 *Collaboration by Claude* --- .../AppifySheets.TBC.IntegrationService.Client.csproj | 11 +++++++++++ VERSION | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/AppifySheets.TBC.IntegrationService.Client/AppifySheets.TBC.IntegrationService.Client.csproj b/AppifySheets.TBC.IntegrationService.Client/AppifySheets.TBC.IntegrationService.Client.csproj index df24b56..244bf62 100644 --- a/AppifySheets.TBC.IntegrationService.Client/AppifySheets.TBC.IntegrationService.Client.csproj +++ b/AppifySheets.TBC.IntegrationService.Client/AppifySheets.TBC.IntegrationService.Client.csproj @@ -14,9 +14,12 @@ README.md true + + $(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage + @@ -31,4 +34,12 @@ + + + + + + + + diff --git a/VERSION b/VERSION index e4c0d46..1cc5f65 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.3 \ No newline at end of file +1.1.0 \ No newline at end of file