From 59f60540d252d0c0e0d1fee32385549b8ebcd585 Mon Sep 17 00:00:00 2001 From: Petre Chitashvili Date: Mon, 4 Aug 2025 17:21:29 +0400 Subject: [PATCH 1/2] chore: Bump version to 1.0.2 - Preparing for new release with package icon support *Collaboration by Claude* --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 7f20734..e6d5cb8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.1 \ No newline at end of file +1.0.2 \ No newline at end of file From 72978a469e5ff1d4dc56de1056a2b2585db41b6b Mon Sep 17 00:00:00 2001 From: Petre Chitashvili Date: Mon, 4 Aug 2025 17:24:03 +0400 Subject: [PATCH 2/2] fix: Remove BankIntegrationTypes as separate NuGet package - BankIntegrationTypes is now included as part of the main TBC.IntegrationService.Client package - Updated Nuke build to only pack the main client project - Set IsPackable=false for BankIntegrationTypes project *Collaboration by Claude* --- .github/nuke/build/Build.cs | 5 ++--- ...heets.Immutable.BankIntegrationTypes.csproj | 18 ++---------------- 2 files changed, 4 insertions(+), 19 deletions(-) diff --git a/.github/nuke/build/Build.cs b/.github/nuke/build/Build.cs index 9c4cb7a..48404a2 100644 --- a/.github/nuke/build/Build.cs +++ b/.github/nuke/build/Build.cs @@ -199,11 +199,10 @@ string GetVersion() PackagesDirectory.CreateOrCleanDirectory(); - // Pack projects that are marked as packable + // Pack only the main client project var packableProjects = new[] { - RootDirectory / "AppifySheets.TBC.IntegrationService.Client" / "AppifySheets.TBC.IntegrationService.Client.csproj", - RootDirectory / "AppifySheets.Immutable.BankIntegrationTypes" / "AppifySheets.Immutable.BankIntegrationTypes.csproj" + RootDirectory / "AppifySheets.TBC.IntegrationService.Client" / "AppifySheets.TBC.IntegrationService.Client.csproj" }; DotNetPack(s => s diff --git a/AppifySheets.Immutable.BankIntegrationTypes/AppifySheets.Immutable.BankIntegrationTypes.csproj b/AppifySheets.Immutable.BankIntegrationTypes/AppifySheets.Immutable.BankIntegrationTypes.csproj index 8577354..c55ec7d 100644 --- a/AppifySheets.Immutable.BankIntegrationTypes/AppifySheets.Immutable.BankIntegrationTypes.csproj +++ b/AppifySheets.Immutable.BankIntegrationTypes/AppifySheets.Immutable.BankIntegrationTypes.csproj @@ -3,18 +3,8 @@ net8.0 enable - - AppifySheets.Immutable.BankIntegrationTypes - - Immutable bank integration types and value objects for TBC IntegrationService Client. Provides strongly-typed, immutable data structures for bank accounts, currencies, and periods. - TBC;Bank;Immutable;Types;ValueObjects;Banking - - - MIT - README.md - - - true + + false @@ -22,8 +12,4 @@ - - - - \ No newline at end of file