Skip to content

Commit d53a59a

Browse files
StevenTCramerclaude
andcommitted
Disable symbol package generation and bump to beta.2
- Set IncludeSymbols to false to prevent .snupkg generation - Remove SymbolPackageFormat property as it's no longer needed - Bump version to 1.0.0-beta.2 This fixes the NuGet push error where empty symbol packages were being rejected by NuGet.org. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent b58333e commit d53a59a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Directory.Build.props

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Authors>Steven T. Cramer</Authors>
66
<Product>TimeWarp.SourceGenerators</Product>
77
<PackageId>TimeWarp.SourceGenerators</PackageId>
8-
<PackageVersion>1.0.0-beta.1</PackageVersion>
8+
<PackageVersion>1.0.0-beta.2</PackageVersion>
99
<PackageProjectUrl>https://timewarpengineering.github.io/timewarp-source-generators/</PackageProjectUrl>
1010
<PackageTags>TimeWarp; Source Generator;SourceGenerators; Delegate</PackageTags>
1111
<PackageIcon>logo.png</PackageIcon>
@@ -46,8 +46,7 @@
4646

4747
<PropertyGroup>
4848
<PublishRepositoryUrl>true</PublishRepositoryUrl>
49-
<IncludeSymbols>true</IncludeSymbols>
50-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
49+
<IncludeSymbols>false</IncludeSymbols>
5150
<DebugType>portable</DebugType>
5251
</PropertyGroup>
5352

0 commit comments

Comments
 (0)