Skip to content

Commit cfa7876

Browse files
committed
Added symbol packages for NuGet
1 parent 92845e6 commit cfa7876

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Mastercard.Developer.OAuth1Signer.Core/Mastercard.Developer.OAuth1Signer.Core.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
<AssemblyVersion>1.0.0.0</AssemblyVersion> <!-- Frozen -->
1919
<FileVersion>1.2.5.0</FileVersion> <!-- Same version as the package version -->
2020
<DocumentationFile>Mastercard.Developer.OAuth1Signer.Core.xml</DocumentationFile>
21+
<IncludeSymbols>true</IncludeSymbols>
22+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2123
</PropertyGroup>
2224

2325
<ItemGroup>

Mastercard.Developer.OAuth1Signer.RestSharp/Mastercard.Developer.OAuth1Signer.RestSharp.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
<AssemblyVersion>1.0.0.0</AssemblyVersion> <!-- Frozen -->
1919
<FileVersion>1.2.5.0</FileVersion> <!-- Same version as the package version -->
2020
<DocumentationFile>Mastercard.Developer.OAuth1Signer.RestSharp.xml</DocumentationFile>
21+
<IncludeSymbols>true</IncludeSymbols>
22+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2123
</PropertyGroup>
2224

2325
<ItemGroup>

0 commit comments

Comments
 (0)