Skip to content

Commit

Permalink
Update version prefix to 4.2.0 in csproj
Browse files Browse the repository at this point in the history
The VersionPrefix in the csproj file was increased from 4.1.0 to 4.2.0. This was required to make the project align with the new updates and changes made in the project, indicating its progression.
  • Loading branch information
olsh committed Dec 13, 2023
1 parent 04866c5 commit 533b980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DotNet.Consolidate/DotNet.Consolidate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<PackAsTool>true</PackAsTool>
<ToolCommandName>dotnet-consolidate</ToolCommandName>
<VersionPrefix>4.1.0</VersionPrefix>
<VersionPrefix>4.2.0</VersionPrefix>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 533b980

Please sign in to comment.