File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 =" \" />
You can’t perform that action at this time.
0 commit comments