Skip to content

Commit a431822

Browse files
committed
Merge branch 'release/4.1.0' into develop
2 parents 9f35e1f + b98af68 commit a431822

File tree

3 files changed

+38
-4
lines changed

3 files changed

+38
-4
lines changed

ReleaseNotes.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
### New in 4.1.0 (Released 2024/10/22)
2+
3+
* 4353 Add DotNetListReference alias for dotnet list reference command.
4+
* 4352 Add DotNetRemoveReference alias for dotnet remove reference command .
5+
* 4334 Add DotNetSearchPackage Alias for dotnet package search.
6+
* 4282 Add DotNetAddReference alias for dotnet add reference command.
7+
* 4224 Add DotNetListPackage alias for dotnet list package command.
8+
* 4363 Update System.Reflection.Metadata to 8.0.1.
9+
* 4364 Update Microsoft.Extensions.DependencyInjection to 8.0.1.
10+
* 4362 Update NuGet.* to 6.11.1.
11+
* 4359 Update Microsoft.IdentityModel.JsonWebTokens to 8.1.2.
12+
* 4358 Update Autofac to 8.1.1.
13+
* 4355 Different target argument values depending on specifying --target or --Target.
14+
* 4351 Use NuGet Client built-in Settings Utility to Get Enabled Sources.
15+
* 4349 GitHubActionCommand DownloadArtifact is not using the latest @v4 Version.
16+
* 4343 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.11.0.
17+
* 4342 Update Basic.Reference.Assemblies.* to 1.7.9.
18+
* 4341 Update Autofac to 8.1.0.
19+
* 4340 Update NuGet.* to 6.11.0.
20+
* 4335 Add ReportGenerator missing markdown report types.
21+
* 4331 GitHubActionCommand UploadArtifact is not using the latest @v4 Version.
22+
* 4322 FakeFileSystem throws on linux, when it is created on a Windows FakeEnvironment.
23+
* 4306 Update Autofac to 8.0.0.
24+
* 4305 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.9.2.
25+
* 4304 Update Basic.Reference.Assemblies.* to 1.5.0.
26+
* 4303 Update Microsoft.NET.Test.Sdk to 17.9.0.
27+
* 4302 Update Verify.Xunit to 23.5.2.
28+
* 4301 Update xunit to 2.7.0.
29+
* 4300 Update NuGet.* to 6.9.1.
30+
* 4299 Update NuGet.Packaging to 6.8.1.
31+
* 4278 Update Spectre.Console to 0.49.1.
32+
* 4276 Update NuGet.* to 6.8.0.
33+
* 4274 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.8.0.
34+
135
### New in 4.0.0 (Released 2023/11/18)
236

337
* 4266 Update LatestPotentialBreakingChange to 4.0.0.

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

99
// Load other scripts.

src/SolutionInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
using System.Reflection;
1111

1212
[assembly: AssemblyProduct("Cake")]
13-
[assembly: AssemblyVersion("4.0.0.0")]
14-
[assembly: AssemblyFileVersion("4.0.0.0")]
15-
[assembly: AssemblyInformationalVersion("4.0.0-beta.1+0.Branch.release-4.0.0.Sha.b11eb5fc9f203608d32c280b5e2b914eea3df379")]
13+
[assembly: AssemblyVersion("4.1.0.0")]
14+
[assembly: AssemblyFileVersion("4.1.0.0")]
15+
[assembly: AssemblyInformationalVersion("4.1.0-beta.1+0.Branch.release-4.1.0.Sha.a19ff93e1383ef8bc2fe0a1885a3fc011c60242e")]
1616
[assembly: AssemblyCopyright("Copyright (c) .NET Foundation and Contributors")]

0 commit comments

Comments
 (0)