From c3cf8ccd4bfba5e49c36a71916580ad499fb5326 Mon Sep 17 00:00:00 2001 From: Stepami Date: Tue, 21 Apr 2026 22:40:40 +0300 Subject: [PATCH 1/2] chore(Directory.Package.props): nuget update packages --- Directory.Packages.props | 84 ++++++++++++++++++++-------------------- 1 file changed, 41 insertions(+), 43 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 09ff2421..b4208b94 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,45 +1,43 @@ - - true - true - false - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + true + true + false + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From 3a9b1f72c8779a95cf4b576b54c66f3c6e3d75db Mon Sep 17 00:00:00 2001 From: Stepami Date: Tue, 21 Apr 2026 22:44:17 +0300 Subject: [PATCH 2/2] docs(issue templates): labels updated correct label names Closes #235 --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 44a69987..f64940f3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: "[bug] " -labels: bug +labels: Bug assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index e2fe8138..8355a375 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: "[feature request]" -labels: enhancement +labels: ["Feature", "Language Feature"] assignees: '' ---