Skip to content

Releases: ionide/proj-info

v0.36.0

09 Oct 12:43
Compare
Choose a tag to compare

v0.36.0

v0.35.0

09 Oct 12:43
49ddca6
Compare
Choose a tag to compare

v0.35.0

v0.34.0

09 Oct 12:42
2255f4c
Compare
Choose a tag to compare

v0.34.0

v0.33.0

09 Oct 12:42
Compare
Choose a tag to compare

v0.33.0

v0.32.1

09 Oct 12:42
Compare
Choose a tag to compare

v0.32.1

v0.32.0

28 Feb 12:04
Compare
Choose a tag to compare

Upgrade to FSharp.Compiler.Service v27

v0.31.0

10 Feb 22:02
c8527fa
Compare
Choose a tag to compare

Dotnet.ProjInfo

remove usage of Choice in net461 target framework, use Result instead.
Align with the same api targeting netstandard2.0

v0.30.0

10 Feb 21:18
fcba7d1
Compare
Choose a tag to compare

add new libraries to manage the project:

  • Dotnet.ProjInfo.Workspace to gather info about projects
  • Dotnet.ProjInfo.Workspace.FCS to integrate with FSharp.Compiler.Service

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

04 Nov 23:31
1e6d052
Compare
Choose a tag to compare

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

19 Oct 20:39
Compare
Choose a tag to compare
  • #23 add --csc-args to get C# compiler args