Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

1.0.0-alpha3

Pre-release
Pre-release
Compare
Choose a tag to compare
@davidfowl davidfowl released this 17 Aug 02:42
· 1716 commits to release since this release

Bugs Fixed

  • Remove support for target frameworks in configurations section (#495)
  • When we run web.cmd from output folder of kpm pack, we get 'The system cannot find the path specified.' (#470)
  • We need a separate pack exclusion from compile exclusion for kpm (#469)
  • "kpm pack" triggers infinite recursion when output dir is in project dir (#454)
  • kpm restore should put SHA file on disk (#439)
  • Fix concurrency issues around writing files to global locations in kpm (#437)
  • Skip loads for resource assemblies (#419)
  • Running musicstore app fails from self host or iisexpress fails on machines that don't have visual studio (#391)
  • KRuntime attempts to read native binaries and crashes (#384)
  • Fix warnings in the build (#381)
  • Always use CoreCLR nuget package (#369)
  • Retain paths to embedded resources (#260)
  • Leaked nuget packages in %userprofile%\AppData\Local\Temp\nuget (#257)
  • kpm restore fails with null reference in GetDependencies (#255)
  • Behavior and expectation mistmatch between KPM and K (#195)
  • Concurrent calls to Load will trigger concurrent compilations (#77)

Features

  • Add support for "--verbose" option in other kpm operations (#505)
  • Add "--verbose|-v" option to "kpm restore" (#492)
  • Support kpm build loading compilers from nuget packages (#474)
  • kpm restore should print out the dependency graph after restore (#447)
  • Flexible packages folder locations for kpm and runtime (#436)
  • KPM pack layout changes (#422)
  • Support KPM on CoreCLR (#411)
  • Changes to KPM (#399)
  • Enable excluding files during publish/kpm pack (#329)
  • Add support for including outputs from other project types (#325)
  • Provide a way to change the alias of a KRE (#320)
  • kvm install should give ability to specify an alias (#314)
  • kpm pack should also nupkg the project dependencies (#80)
  • Figure out debug and release builds (#73)