Skip to content

Commit

Permalink
Set version for ILMerge to 6.4.1-zlocal.1
Browse files Browse the repository at this point in the history
If you don't set it specifically, after ILMerge the NuGet libraries
will show up as having Chocolatey's version. This affects the user
agent, and other uses of the library version.

Brought forward from this commit:
chocolatey/nuget-chocolatey@2a0aa36

Co-Authored-By: Rob Reynolds <63502+ferventcoder@users.noreply.github.com>
  • Loading branch information
2 people authored and AdmiringWorm committed Nov 21, 2022
1 parent 69d1030 commit 116bdec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NuGet.Core/NuGet.Common/ClientVersionUtility.cs
Expand Up @@ -9,7 +9,7 @@ namespace NuGet.Common
public static class ClientVersionUtility
{
// Cache the value since it cannot change
private static string _clientVersion;
private static string _clientVersion = "6.4.1-zlocal.1";

/// <summary>
/// Find the current NuGet client version from the assembly info as a string.
Expand Down

0 comments on commit 116bdec

Please sign in to comment.