From 8e24f47df27645662790cab306836586d60ee791 Mon Sep 17 00:00:00 2001 From: Charley Wu Date: Sun, 2 Apr 2023 16:16:38 +0800 Subject: [PATCH] Build symbol package and publish it to NuGet.org - https://learn.microsoft.com/nuget/create-packages/symbol-packages-snupkg --- CHANGELOG.md | 5 +++++ src/Directory.Build.props | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 094d3db..b82ec93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## 2.6.1 (2023-04-02) + +- [Build symbol package and publish it to NuGet.org](https://learn.microsoft.com/nuget/create-packages/symbol-packages-snupkg) +- [Enabling Central Package Management](https://learn.microsoft.com/nuget/consume-packages/central-package-management) + ## 2.6.0 (2022-08-29) - [Supports sending access token in form-encoded body or query parameter](https://www.rfc-editor.org/rfc/rfc6750#section-2.2) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index e8c1b86..c75ccfe 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -5,12 +5,13 @@ https://github.com/akunzai/GSS.Authorization.OAuth MIT - $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb true true + true + snupkg true enable - 2.6.0 + 2.6.1