Skip to content

Commit 5a57162

Browse files
committed
Update version and add symbol package support
Added `<IncludeSymbols>` and `<SymbolPackageFormat>` properties to `CryptoNet.csproj` to enable symbol file inclusion and specify the `snupkg` format for debugging. Updated versioning in `Directory.Build.Props`: - Bumped `<Version>` to `3.2.1`. - Updated `<FileVersion>` to `3.2.1.0`. - Updated `<AssemblyVersion>` to `3.2.1.0`. These changes introduce minor improvements while maintaining backward compatibility.
1 parent c557ae9 commit 5a57162

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CryptoNet/CryptoNet.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
<Copyright>Copyright © 2020</Copyright>
2727
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2828
<EmbedUntrackedSources>true</EmbedUntrackedSources>
29+
<IncludeSymbols>true</IncludeSymbols>
2930
<DebugType>embedded</DebugType>
31+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
3032
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
3133
<_SkipUpgradeNetAnalyzersNuGetWarning>true</_SkipUpgradeNetAnalyzersNuGetWarning>
3234
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

Directory.Build.Props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<PropertyGroup>
44
<Authors>Maytham Fahmi and Contributors</Authors>
55
<Copyright>All Rights Reserved</Copyright>
6-
<Version>3.2.0</Version>
7-
<FileVersion>3.2.0.0</FileVersion>
8-
<AssemblyVersion>3.2.0.0</AssemblyVersion>
6+
<Version>3.2.1</Version>
7+
<FileVersion>3.2.1.0</FileVersion>
8+
<AssemblyVersion>3.2.1.0</AssemblyVersion>
99
</PropertyGroup>
1010

1111
<PropertyGroup>

0 commit comments

Comments
 (0)