Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

0.9.1-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@terrajobst terrajobst released this 22 Sep 03:38
· 413 commits to master since this release

For downloads, see links below.

Changes

  • Added support for automatically generating symbol packages. This uses the PDB information to find the source files.
  • Added support for referencing other projects (e.g. .csproj and .vbproj) that will automatically build them and embed the project's outputs in the correct lib folder. This will also declare references to NuGet packages installed into those projects. In addition, can also reference other NuProj projects in order to declare NuGet references to packages that you're building yourself.
  • Tool item group that will add files to the tools folder.
  • MinClientVersion that allows specifying the minimum NuGet client
  • NoPackageAnalysis that allows suppressing NuGet's package analsyis
  • Exposed default values via NuProj.props file
  • Added support for injecting custom before and after targets

Visual Studio Integration

The VS integration is provided on the Visual Studio Gallery.

Build Server Support

The previous release provided a ZIP file for build server binaries. You can now just use the NuProj NuGet package instead.