Skip to content

Commit 42a8e6f

Browse files
ANcpLuaclaude
andcommitted
docs: update README version and fix stale CLAUDE.md structure
README: 1.6.21 → 2.25.7 CLAUDE.md: remove ghost eng/ dir, expand Config/ and Sdk/ subdirs, add missing AnalyzersPack.targets to import chain. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 348d978 commit 42a8e6f

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CLAUDE.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Sdk.props
4040
Sdk.targets
4141
|
4242
+-> Microsoft.NET.Sdk[.Web] # Base SDK targets
43+
+-> AnalyzersPack.targets # Analyzer nupkg layout (conditional)
4344
+-> ItemMetadata.targets # Auto-apply item metadata
4445
+-> Deduplication.targets # Remove duplicate items
4546
+-> ArtifactStaging.targets # Output organization
@@ -177,12 +178,17 @@ src/
177178
Common/ # Core props/targets
178179
Enforcement/ # Policy enforcement
179180
Packaging/ # NuGet packaging
180-
Config/ # EditorConfig, BannedSymbols
181+
Config/
182+
Analyzers/ # Analyzer configuration
183+
BannedSymbols/ # BannedApiAnalyzers txt files
184+
Style/ # EditorConfig and code style
181185
Sdk/ # SDK entry points per variant
186+
ANcpLua.NET.Sdk/
187+
ANcpLua.NET.Sdk.Test/
188+
ANcpLua.NET.Sdk.Web/
182189
tests/
183190
ANcpLua.Sdk.Tests/ # SDK behavior tests
184191
tools/
185192
SdkGenerator/ # Generates Sdk.props/Sdk.targets
186193
ConfigFilesGenerator/ # Generates editorconfig
187-
eng/ # Build infrastructure
188194
```

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Opinionated MSBuild SDK for .NET projects.
1212
// global.json
1313
{
1414
"msbuild-sdks": {
15-
"ANcpLua.NET.Sdk": "1.6.21"
15+
"ANcpLua.NET.Sdk": "2.25.7"
1616
}
1717
}
1818
```

0 commit comments

Comments
 (0)