From a1da22c17fc61a9c57b4bcaa3681825da0c39a38 Mon Sep 17 00:00:00 2001 From: konard Date: Sat, 13 Sep 2025 22:00:20 +0300 Subject: [PATCH 1/3] Initial commit with task details for issue #47 Adding CLAUDE.md with task information for AI processing. This file will be removed when the task is complete. Issue: https://github.com/linksplatform/Data/issues/47 --- CLAUDE.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..c64a368 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,5 @@ +Issue to solve: https://github.com/linksplatform/Data/issues/47 +Your prepared branch: issue-47-2e3a8bd2 +Your prepared working directory: /tmp/gh-issue-solver-1757790015997 + +Proceed. \ No newline at end of file From 29d1bc1a922462bb84a1d908a60f4fcda265766e Mon Sep 17 00:00:00 2001 From: konard Date: Sat, 13 Sep 2025 22:04:34 +0300 Subject: [PATCH 2/3] Remove Sequences-related PackageTags that were moved to separate repository MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Sequences namespace (ISequenceAppender, ISequenceWalker, SequenceWalker, StopableSequenceWalker) was moved to a separate repository in 2021, but the PackageTags in Platform.Data.csproj still referenced these classes. This commit removes those tags and increments the version to 0.16.2. Fixes #47 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- csharp/Platform.Data/Platform.Data.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/csharp/Platform.Data/Platform.Data.csproj b/csharp/Platform.Data/Platform.Data.csproj index 929fb16..eb45779 100644 --- a/csharp/Platform.Data/Platform.Data.csproj +++ b/csharp/Platform.Data/Platform.Data.csproj @@ -4,12 +4,12 @@ LinksPlatform's Platform.Data Class Library konard, FreePhoenix888 Platform.Data - 0.16.1 + 0.16.2 konard, FreePhoenix888 net8 Platform.Data Platform.Data - LinksPlatform;Data;ArgumentLinkDoesNotExistsException;ArgumentLinkHasDependenciesException;LinksLimitReachedException;LinksLimitReachedExceptionBase;LinkWithSameValueAlreadyExistsException;AddressToRawNumberConverter;RawNumberToAddressConverter;ISequenceAppender;ISequenceWalker;SequenceWalker;StopableSequenceWalker;Hybrid;ILinks;ILinksExtensions;ISynchronizedLinks;LinkAddress;LinksConstants;LinksConstantsBase;LinksConstantsExtensions;Point + LinksPlatform;Data;ArgumentLinkDoesNotExistsException;ArgumentLinkHasDependenciesException;LinksLimitReachedException;LinksLimitReachedExceptionBase;LinkWithSameValueAlreadyExistsException;AddressToRawNumberConverter;RawNumberToAddressConverter;Hybrid;ILinks;ILinksExtensions;ISynchronizedLinks;LinkAddress;LinksConstants;LinksConstantsBase;LinksConstantsExtensions;Point https://raw.githubusercontent.com/linksplatform/Documentation/18469f4d033ee9a5b7b84caab9c585acab2ac519/doc/Avatar-rainbow-icon-64x64.png https://linksplatform.github.io/Data Unlicense @@ -23,7 +23,7 @@ true snupkg latest - Update target framework from net7 to net8. + Remove Sequences-related PackageTags that were moved to separate repository. enable From a9dfad078bb737e5c0c46257febd502211009529 Mon Sep 17 00:00:00 2001 From: konard Date: Sat, 13 Sep 2025 22:05:16 +0300 Subject: [PATCH 3/3] Remove CLAUDE.md - Claude command completed --- CLAUDE.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md deleted file mode 100644 index c64a368..0000000 --- a/CLAUDE.md +++ /dev/null @@ -1,5 +0,0 @@ -Issue to solve: https://github.com/linksplatform/Data/issues/47 -Your prepared branch: issue-47-2e3a8bd2 -Your prepared working directory: /tmp/gh-issue-solver-1757790015997 - -Proceed. \ No newline at end of file