Skip to content

Commit b64d2ff

Browse files
renovate[bot]dependabot[bot]pascalberger
authored
Update Cake.Issues to v3.0.0-beta0002 (#507)
* Bump HtmlAgilityPack from 1.11.46 to 1.11.48 in /src (#504) Bumps [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack) from 1.11.46 to 1.11.48. - [Release notes](https://github.com/zzzprojects/html-agility-pack/releases) - [Commits](zzzprojects/html-agility-pack@v1.11.46...v1.11.48) --- updated-dependencies: - dependency-name: HtmlAgilityPack 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> * Bump Microsoft.CodeAnalysis.NetAnalyzers from 7.0.1 to 7.0.3 in /src (#501) Bumps [Microsoft.CodeAnalysis.NetAnalyzers](https://github.com/dotnet/roslyn-analyzers) from 7.0.1 to 7.0.3. - [Release notes](https://github.com/dotnet/roslyn-analyzers/releases) - [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/main/PostReleaseActivities.md) - [Commits](https://github.com/dotnet/roslyn-analyzers/commits) --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.NetAnalyzers 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> * Bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3 in /src (#505) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.6.2 to 17.6.3. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.6.2...v17.6.3) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk 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> * Configure Renovate (#506) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pascal Berger <pascal.berger@swissgrc.com> * Update Cake.Issues to v3.0.0-beta0002 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pascal Berger <pascal.berger@swissgrc.com>
1 parent 772f8f4 commit b64d2ff

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/Cake.Issues.Reporting.Generic.Tests/Cake.Issues.Reporting.Generic.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
<PrivateAssets>all</PrivateAssets>
2828
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2929
</PackageReference>
30-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
30+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
3131
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
3232
<PackageReference Include="Cake.Testing" Version="3.0.0" />
33-
<PackageReference Include="Cake.Issues.Testing" Version="3.0.0-beta0001" />
34-
<PackageReference Include="HtmlAgilityPack" Version="1.11.46" />
33+
<PackageReference Include="Cake.Issues.Testing" Version="3.0.0-beta0002" />
34+
<PackageReference Include="HtmlAgilityPack" Version="1.11.48" />
3535
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
3636
<PrivateAssets>all</PrivateAssets>
3737
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

src/Cake.Issues.Reporting.Generic/Cake.Issues.Reporting.Generic.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
<PackageReference Include="Gazorator" Version="0.5.2" />
2727
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
2828
<PackageReference Include="Cake.Core" Version="3.0.0" />
29-
<PackageReference Include="Cake.Issues" Version="3.0.0-beta0001" />
30-
<PackageReference Include="Cake.Issues.Reporting" Version="3.0.0-beta0001" />
31-
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.1">
29+
<PackageReference Include="Cake.Issues" Version="3.0.0-beta0002" />
30+
<PackageReference Include="Cake.Issues.Reporting" Version="3.0.0-beta0002" />
31+
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.3">
3232
<PrivateAssets>all</PrivateAssets>
3333
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3434
</PackageReference>

0 commit comments

Comments
 (0)