Skip to content

Commit

Permalink
Bump IntelliTect.Analyzers from 0.1.8 to 0.2.0 (#35)
Browse files Browse the repository at this point in the history
Bumps [IntelliTect.Analyzers](https://github.com/IntelliTect/CodingGuidelines) from 0.1.8 to 0.2.0.
- [Release notes](https://github.com/IntelliTect/CodingGuidelines/releases)
- [Commits](IntelliTect/CodingGuidelines@v0.1.8...v0.2.0)

---
updated-dependencies:
- dependency-name: IntelliTect.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 25, 2024
1 parent 344f963 commit a9f1519
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ExampleTests/ExampleTests/ExampleTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="IntelliTect.Analyzers" Version="0.1.8">
<PackageReference Include="IntelliTect.Analyzers" Version="0.2.0">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="IntelliTect.TestTools.TestFramework" Version="1.2.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="IntelliTect.Analyzers" Version="0.1.8">
<PackageReference Include="IntelliTect.Analyzers" Version="0.2.0">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="IntelliTect.Analyzers" Version="0.1.8">
<PackageReference Include="IntelliTect.Analyzers" Version="0.2.0">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
Expand Down

0 comments on commit a9f1519

Please sign in to comment.