Skip to content

v0.20.0 - `dotnet-proj` as .NET Tool

Compare
Choose a tag to compare
@enricosada enricosada released this 04 Nov 23:31
1e6d052

New dotnet-proj .NET Tool

Install globally and use it like

dotnet tool install dotnet-proj -g
dotnet proj --help

Same functionalities of dotnet-proj-info but all features can be invoked as different cli subcommands

To install it per repo, use -tool-path arg of dotnet tool install

ref https://github.com/enricosada/dotnet-proj-info/pull/28

Deprecated the dotnet-proj-info .NET Cli Tool

Use the dotnet-proj .NET tool instead.

Dotnet.ProjInfo

Changed the hook (ref https://github.com/enricosada/dotnet-proj-info/pull/29)

Before a temporary msbuild target file was created in obj dir, but that caused issues with incremental build check.
Now the msbuild property CustomAfterMicrosoftCommonTargets is used to import the msbuild target file used as hook