From de24fd44e3c8ea833ca73c9ca43d811d6668c455 Mon Sep 17 00:00:00 2001 From: nojaf Date: Wed, 8 Nov 2023 09:40:58 +0100 Subject: [PATCH 1/3] Add missing NuGet properties --- CHANGELOG.md | 5 +++ Directory.Build.props | 2 +- src/Ionide.Analyzers/Ionide.Analyzers.fsproj | 42 +++++++++++++------- 3 files changed, 33 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46bb1ac..b5d0445 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.1.1 - 2023-11-07 + +### Fixed +* Update NuGet properties + ## 0.1.0 - 2023-11-07 ### Added diff --git a/Directory.Build.props b/Directory.Build.props index c4a55fc..39e103c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -15,7 +15,7 @@ true true embedded - Apache-2.0 + MIT README.md https://ionide.io/ionide-analyzers/ https://github.com/ionide/ionide-analyzers/blob/main/CHANGELOG.md diff --git a/src/Ionide.Analyzers/Ionide.Analyzers.fsproj b/src/Ionide.Analyzers/Ionide.Analyzers.fsproj index e14b3eb..91822c3 100644 --- a/src/Ionide.Analyzers/Ionide.Analyzers.fsproj +++ b/src/Ionide.Analyzers/Ionide.Analyzers.fsproj @@ -1,21 +1,33 @@  - - net6.0 - true - true - + + net6.0 + true + true + true + true + true + true + $(TargetsForTfmSpecificContentInPackage);_AddAnalyzersToOutput + false + - - - - - - + + + + + + - - - - + + + + + + + + + + From 07891e8d4ca381b266e9ca677d4f132563c10387 Mon Sep 17 00:00:00 2001 From: nojaf Date: Wed, 8 Nov 2023 09:41:40 +0100 Subject: [PATCH 2/3] Add link to CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5d0445..dec07c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## 0.1.1 - 2023-11-07 ### Fixed -* Update NuGet properties +* Update NuGet properties. [#14](https://github.com/ionide/ionide-analyzers/pull/14) ## 0.1.0 - 2023-11-07 From 20d5eb75ac2a6a00ca14cc8ee88cc98caf98cc40 Mon Sep 17 00:00:00 2001 From: nojaf Date: Wed, 8 Nov 2023 09:48:40 +0100 Subject: [PATCH 3/3] Update permissions --- .github/workflows/ci.yml | 3 ++- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2edcd0..cbbd8c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,9 +16,10 @@ env: DOTNET_ROLL_FORWARD: LatestMajor permissions: - contents: read + contents: write pages: write id-token: write + security-events: write jobs: ci: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ffb6e36..e3fdc73 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ env: DOTNET_ROLL_FORWARD: LatestMajor permissions: - contents: read + contents: write pages: write id-token: write