Skip to content

Commit c2d5124

Browse files
Bump the nuget group in /GitHubIssueFormsParser with 2 updates (#194)
Bumps the nuget group in /GitHubIssueFormsParser with 2 updates: [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) and [YamlDotNet](https://github.com/aaubry/YamlDotNet). Updates `Meziantou.Analyzer` from 2.0.160 to 2.0.161 - [Release notes](https://github.com/meziantou/Meziantou.Analyzer/releases) - [Commits](meziantou/Meziantou.Analyzer@2.0.160...2.0.161) Updates `YamlDotNet` from 15.3.0 to 16.0.0 - [Release notes](https://github.com/aaubry/YamlDotNet/releases) - [Commits](aaubry/YamlDotNet@v15.3.0...v16.0.0) --- updated-dependencies: - dependency-name: Meziantou.Analyzer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: YamlDotNet dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 56ada80 commit c2d5124

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GitHubIssueFormsParser/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</PropertyGroup>
4242

4343
<ItemGroup>
44-
<PackageReference Include="Meziantou.Analyzer" Version="2.0.160">
44+
<PackageReference Include="Meziantou.Analyzer" Version="2.0.161">
4545
<PrivateAssets>all</PrivateAssets>
4646
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4747
</PackageReference>

GitHubIssueFormsParser/src/GitHubIssuesParserCli/GitHubIssuesParserCli.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ItemGroup>
99
<PackageReference Include="CliFx" Version="2.3.5" />
1010
<PackageReference Include="SlugGenerator" Version="2.0.2" />
11-
<PackageReference Include="YamlDotNet" Version="15.3.0" />
11+
<PackageReference Include="YamlDotNet" Version="16.0.0" />
1212
</ItemGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)