Import des bestehenden Projektstands in Git. - .NET 10 WinForms Anwendung (Multi-Agent / Tool-System) - .gitignore fuer Build-Artefakte, Secrets und Runtime-Daten ergaenzt Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
8 lines
214 B
C#
8 lines
214 B
C#
namespace ClawdDotNet.Tools.FileRW;
|
|
|
|
public static class BuildInfo
|
|
{
|
|
public const int Build = 3;
|
|
public const string Changes = "Workspace-Labels in allen Responses, verbesserte Description, Copy-Aktion";
|
|
}
|