Skip to content

Commit

Permalink
Bump StyleCop.Analyzers from 1.2.0-beta.507 to 1.2.0-beta.556
Browse files Browse the repository at this point in the history
Bumps [StyleCop.Analyzers](https://github.com/DotNetAnalyzers/StyleCopAnalyzers) from 1.2.0-beta.507 to 1.2.0-beta.556.
- [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.507...1.2.0-beta.556)

---
updated-dependencies:
- dependency-name: StyleCop.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 92186d0 commit 5bf90fc
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
66 changes: 33 additions & 33 deletions FluentRandomPicker.Benchmarks/FluentRandomPicker.Benchmarks.csproj
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<OutputType>Exe</OutputType>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<RootNamespace>FluentRandomPicker.Benchmarks</RootNamespace>
<Description>A benchmarks project for FluentRandomPicker</Description>
<SynchReleaseVersion>true</SynchReleaseVersion>
<ReleaseVersion>3.5.0</ReleaseVersion> <!-- change version in solution options! -->
<LibraryVersion>$(ReleaseVersion)</LibraryVersion>
<VersionPrefix>$(ReleaseVersion)</VersionPrefix>
<AssemblyVersion>$(ReleaseVersion)</AssemblyVersion>
<FileVersion>$(ReleaseVersion)</FileVersion>
<AnalysisLevel>latest</AnalysisLevel>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>

<!-- XML comment analysis is disabled due to project configuration -->
<NoWarn>SA0001</NoWarn>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.10" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.507">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\FluentRandomPicker\FluentRandomPicker.csproj" />
</ItemGroup>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<OutputType>Exe</OutputType>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<RootNamespace>FluentRandomPicker.Benchmarks</RootNamespace>
<Description>A benchmarks project for FluentRandomPicker</Description>
<SynchReleaseVersion>true</SynchReleaseVersion>
<ReleaseVersion>3.5.0</ReleaseVersion> <!-- change version in solution options! -->
<LibraryVersion>$(ReleaseVersion)</LibraryVersion>
<VersionPrefix>$(ReleaseVersion)</VersionPrefix>
<AssemblyVersion>$(ReleaseVersion)</AssemblyVersion>
<FileVersion>$(ReleaseVersion)</FileVersion>
<AnalysisLevel>latest</AnalysisLevel>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>

<!-- XML comment analysis is disabled due to project configuration -->
<NoWarn>SA0001</NoWarn>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.10" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\FluentRandomPicker\FluentRandomPicker.csproj" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion FluentRandomPicker/FluentRandomPicker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<PackageReference Include="NuGet.Build.Tasks.Pack" Version="6.8.0"><IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.507">
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit 5bf90fc

Please sign in to comment.