Skip to content

Commit 4344478

Browse files
committed
(new-cli deps): Bump Microsoft.CodeAnalysis.Analyzers in /new-cli
Bumps [Microsoft.CodeAnalysis.Analyzers](https://github.com/dotnet/roslyn-analyzers) from 3.3.3 to 3.3.4. - [Release notes](https://github.com/dotnet/roslyn-analyzers/releases) - [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/main/PostReleaseActivities.md) - [Commits](dotnet/roslyn-analyzers@v3.3.3...v3.3.4) --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.Analyzers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 86a73e5 commit 4344478

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

new-cli/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55
<ItemGroup>
66
<PackageVersion Include="LibGit2Sharp" Version="0.27.0-preview-0182" />
7-
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.3" />
7+
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" />
88
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.4.0" />
99
<PackageVersion Include="Microsoft.CSharp" Version="4.7.0" />
1010
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />

new-cli/GitVersion.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ EndProject
1111
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sln", "sln", "{610883EF-A96B-4A86-8A3F-1F1601FFDC7D}"
1212
ProjectSection(SolutionItems) = preProject
1313
Directory.Build.props = Directory.Build.props
14-
..\command.md = ..\command.md
1514
Directory.Packages.props = Directory.Packages.props
1615
.editorconfig = .editorconfig
1716
EndProjectSection
@@ -39,6 +38,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "cmds", "cmds", "{ABF3B56F-C
3938
docs\output-project.rsp = docs\output-project.rsp
4039
docs\output-wix.rsp = docs\output-wix.rsp
4140
docs\version.rsp = docs\version.rsp
41+
command.md = command.md
4242
EndProjectSection
4343
EndProject
4444
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitVersion.Core.Tester", "GitVersion.Core.Tester\GitVersion.Core.Tester.csproj", "{DE951A86-1B65-4C7B-B6BE-7B5A233D7AF1}"

0 commit comments

Comments
 (0)