Skip to content

Commit 4d3e63f

Browse files
committed
Release
1 parent 799cefa commit 4d3e63f

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

BarbezDotEu.String/BarbezDotEu.String.csproj

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Product>BarbezDotEu.String</Product>
88
<PackageId>BarbezDotEu.String</PackageId>
99
<Copyright>©2025 Hannes Barbez</Copyright>
10-
<Version>6.0.0</Version>
10+
<Version>6.0.1</Version>
1111
<Description>Misc. generic logic for operations pertaining to text and strings.</Description>
1212
<PackageTags>regex;constants;text;barbez</PackageTags>
1313
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
@@ -22,6 +22,14 @@
2222
<DebugSymbols>true</DebugSymbols>
2323
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2424
</PropertyGroup>
25+
26+
<!-- only applies when Configuration == Release: -->
27+
<PropertyGroup Condition="'$(Configuration)'=='Release'">
28+
<!-- Turn off generation of a .pdb and strip debug info entirely -->
29+
<DebugType>none</DebugType>
30+
<DebugSymbols>false</DebugSymbols>
31+
<Optimize>true</Optimize>
32+
</PropertyGroup>
2533
<ItemGroup>
2634
<None Include="..\README.md" Pack="true" PackagePath="\" />
2735
<None Include="..\ICON.png" Pack="true" PackagePath="\" />

0 commit comments

Comments
 (0)