Skip to content

Commit a9f1519

Browse files
Bump IntelliTect.Analyzers from 0.1.8 to 0.2.0 (#35)
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>
1 parent 344f963 commit a9f1519

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ExampleTests/ExampleTests/ExampleTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="IntelliTect.Analyzers" Version="0.1.8">
14+
<PackageReference Include="IntelliTect.Analyzers" Version="0.2.0">
1515
<PrivateAssets>all</PrivateAssets>
1616
</PackageReference>
1717
<PackageReference Include="IntelliTect.TestTools.TestFramework" Version="1.2.1" />

IntelliTect.TestTools.TestFramework.Tests/IntelliTect.TestTools.TestFramework.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="IntelliTect.Analyzers" Version="0.1.8">
15+
<PackageReference Include="IntelliTect.Analyzers" Version="0.2.0">
1616
<PrivateAssets>all</PrivateAssets>
1717
</PackageReference>
1818
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />

IntelliTect.TestTools.TestFramework/IntelliTect.TestTools.TestFramework.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="IntelliTect.Analyzers" Version="0.1.8">
13+
<PackageReference Include="IntelliTect.Analyzers" Version="0.2.0">
1414
<PrivateAssets>all</PrivateAssets>
1515
</PackageReference>
1616
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />

0 commit comments

Comments
 (0)