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
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