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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 46bb1ac..dec07c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.1.1 - 2023-11-07 + +### Fixed +* Update NuGet properties. [#14](https://github.com/ionide/ionide-analyzers/pull/14) + ## 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 + - - - - - - + + + + + + - - - - + + + + + + + + + +