Releases: ionide/proj-info
v0.36.0
v0.36.0
v0.35.0
v0.35.0
v0.34.0
v0.34.0
v0.33.0
v0.33.0
v0.32.1
v0.32.1
v0.32.0
Upgrade to FSharp.Compiler.Service
v27
v0.31.0
Dotnet.ProjInfo
remove usage of Choice
in net461
target framework, use Result
instead.
Align with the same api targeting netstandard2.0
v0.30.0
add new libraries to manage the project:
Dotnet.ProjInfo.Workspace
to gather info about projectsDotnet.ProjInfo.Workspace.FCS
to integrate withFSharp.Compiler.Service
v0.20.0 - `dotnet-proj` as .NET Tool
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
v0.12.2 - get C# compiler args
- #23 add
--csc-args
to get C# compiler args