Skip to content

Commit

Permalink
Merge branch 'release/4.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Oct 22, 2024
2 parents 5929514 + b98af68 commit ef27ea3
Show file tree
Hide file tree
Showing 86 changed files with 3,339 additions and 687 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"cake.tool": {
"version": "3.2.0",
"version": "4.0.0",
"commands": [
"dotnet-cake"
]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
os: [windows-latest, macos-13, ubuntu-latest]
steps:
- name: Get the sources
uses: actions/checkout@v3
Expand Down
34 changes: 34 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
### New in 4.1.0 (Released 2024/10/22)

* 4353 Add DotNetListReference alias for dotnet list reference command.
* 4352 Add DotNetRemoveReference alias for dotnet remove reference command .
* 4334 Add DotNetSearchPackage Alias for dotnet package search.
* 4282 Add DotNetAddReference alias for dotnet add reference command.
* 4224 Add DotNetListPackage alias for dotnet list package command.
* 4363 Update System.Reflection.Metadata to 8.0.1.
* 4364 Update Microsoft.Extensions.DependencyInjection to 8.0.1.
* 4362 Update NuGet.* to 6.11.1.
* 4359 Update Microsoft.IdentityModel.JsonWebTokens to 8.1.2.
* 4358 Update Autofac to 8.1.1.
* 4355 Different target argument values depending on specifying --target or --Target.
* 4351 Use NuGet Client built-in Settings Utility to Get Enabled Sources.
* 4349 GitHubActionCommand DownloadArtifact is not using the latest @v4 Version.
* 4343 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.11.0.
* 4342 Update Basic.Reference.Assemblies.* to 1.7.9.
* 4341 Update Autofac to 8.1.0.
* 4340 Update NuGet.* to 6.11.0.
* 4335 Add ReportGenerator missing markdown report types.
* 4331 GitHubActionCommand UploadArtifact is not using the latest @v4 Version.
* 4322 FakeFileSystem throws on linux, when it is created on a Windows FakeEnvironment.
* 4306 Update Autofac to 8.0.0.
* 4305 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.9.2.
* 4304 Update Basic.Reference.Assemblies.* to 1.5.0.
* 4303 Update Microsoft.NET.Test.Sdk to 17.9.0.
* 4302 Update Verify.Xunit to 23.5.2.
* 4301 Update xunit to 2.7.0.
* 4300 Update NuGet.* to 6.9.1.
* 4299 Update NuGet.Packaging to 6.8.1.
* 4278 Update Spectre.Console to 0.49.1.
* 4276 Update NuGet.* to 6.8.0.
* 4274 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.8.0.

### New in 4.0.0 (Released 2023/11/18)

* 4266 Update LatestPotentialBreakingChange to 4.0.0.
Expand Down
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

| Version | Supported |
| --------- | ------------------ |
| 3.x.x | :white_check_mark: |
| 4.x.x | :white_check_mark: |
| 3.x.x | :x: |
| 2.x.x | :x: |
| 1.0.x | :x: |
| 0.38.5 | :x: |
Expand Down
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

// Install .NET Core Global tools.
#tool "dotnet:https://api.nuget.org/v3/index.json?package=GitVersion.Tool&version=5.12.0"
#tool "dotnet:https://api.nuget.org/v3/index.json?package=GitReleaseManager.Tool&version=0.16.0"
#tool "dotnet:https://api.nuget.org/v3/index.json?package=GitReleaseManager.Tool&version=0.18.0"
#tool "dotnet:https://api.nuget.org/v3/index.json?package=sign&version=0.9.1-beta.23530.1&prerelease"

// Load other scripts.
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"src"
],
"sdk": {
"version": "8.0.100",
"version": "8.0.403",
"rollForward": "latestFeature"
}
}
6 changes: 3 additions & 3 deletions src/Cake.Cli/Cake.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Autofac" Version="7.1.0" />
<PackageReference Include="Spectre.Console" Version="0.47.0" />
<PackageReference Include="Spectre.Console.Cli" Version="0.47.0" />
<PackageReference Include="Autofac" />
<PackageReference Include="Spectre.Console" />
<PackageReference Include="Spectre.Console.Cli" />
</ItemGroup>
</Project>
10 changes: 5 additions & 5 deletions src/Cake.Common.Tests/Cake.Common.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
</ItemGroup>
<!-- Global packages -->
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit" Version="2.6.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="xunit" />
<PackageReference Include="xunit.runner.visualstudio">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="Castle.Core" Version="5.1.1" />
<PackageReference Include="NSubstitute" />
<PackageReference Include="Castle.Core" />
</ItemGroup>
<!-- .NET Framework packages -->
<ItemGroup>
Expand Down
Loading

0 comments on commit ef27ea3

Please sign in to comment.