Skip to content

Commit f30ca55

Browse files
Bump StyleCop.Analyzers from 1.2.0-beta.435 to 1.2.0-beta.507 (#47)
Bumps [StyleCop.Analyzers](https://github.com/DotNetAnalyzers/StyleCopAnalyzers) from 1.2.0-beta.435 to 1.2.0-beta.507. - [Release notes](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/releases) - [Changelog](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/KnownChanges.md) - [Commits](DotNetAnalyzers/StyleCopAnalyzers@1.2.0-beta.435...1.2.0-beta.507) --- updated-dependencies: - dependency-name: StyleCop.Analyzers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 93de608 commit f30ca55

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

Kattbot.Common/Kattbot.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.435">
8+
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.507">
99
<PrivateAssets>all</PrivateAssets>
1010
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1111
</PackageReference>

Kattbot.Data.Migrations/Kattbot.Data.Migrations.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
2828
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="7.0.0" />
2929
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.4" />
30-
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.435">
30+
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.507">
3131
<PrivateAssets>all</PrivateAssets>
3232
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3333
</PackageReference>

Kattbot.Data/Kattbot.Data.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<ItemGroup>
88
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.4" />
9-
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.435">
9+
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.507">
1010
<PrivateAssets>all</PrivateAssets>
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1212
</PackageReference>

Kattbot.Tests/Kattbot.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
</PackageReference>
1818
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.4" />
19-
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.435">
19+
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.507">
2020
<PrivateAssets>all</PrivateAssets>
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2222
</PackageReference>

Kattbot/Kattbot.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageReference Include="PuppeteerSharp" Version="9.1.0" />
2020
<PackageReference Include="SixLabors.ImageSharp" Version="3.0.1" />
2121
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="1.0.0-beta15" />
22-
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.435">
22+
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.507">
2323
<PrivateAssets>all</PrivateAssets>
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2525
</PackageReference>

0 commit comments

Comments
 (0)