Skip to content

Commit a6534de

Browse files
Merge pull request #19 from TimeWarpEngineering/Cramer/2025-07-31/filename-rule
Disable symbol packages and bump to beta.2
2 parents f5be198 + d53a59a commit a6534de

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)