This repository has been archived by the owner on Dec 18, 2017. It is now read-only.
1.0.0-alpha4
Pre-release
Pre-release
danroth27
released this
05 Oct 03:36
·
1610 commits
to release
since this release
Features
- Make kpm support multiple kinds of local repositories as package sources (#590)
- Add an environment variable to pass in the --appbase value to mono KRE (#580)
- Upgrade Newtonsoft.Json to 6.0.4 version (#579)
- Add "--quiet" option to hide HTTP requests during "kpm restore" (#577)
- KPM pack should pack an applications wwwroot folder as the wwwroot in the output (#543)
- Improve edit and refresh performance (#498)
- Implement kpm install (#201)
- IApplicationEnvironment.TargetFramework should be RuntimeFramework (#149)
- Add new ASP.NET target platform (#106)
Bugs Fixed
- Rename APP_BASE to KRE_APPBASE in the k.ini (#617)
- Improve output for local package feeds (#606)
- Rename KRE packages (#598)
- "kpm install" throws null reference exception (#592)
- Designtime host throws a Nullreference exception when trying to build a project with reference not resolved (#584)
- Casing behavior between KPM and KRE is different (#581)
- Version not behaving consistently between different formats (#573)
- "kpm pack" should also pack source files outside of project root dir (#570)
- Remove --check from kpm build (#564)
- Forward slashes in project.json paths don't work when trying to include files in a sibling folder (#559)
- When new files are added, diagnostics data from design time host is not getting refreshed properly (#552)
- regression - kpm restore is no longer showing http timings (#546)
- Kpm -v restore does not print the dependency tree when restore fails (#545)
- "kpm pack" exits without error when dependencies are missing (#544)
- kpm pack should only create the "public/wwwroot" folder if --appfolder is specified or project.json has wwwroot property (#541)
- Always show stack traces (#539)
- Recent commit uses a Socket constructor not available on mono (causes a crash) (#526)
- K fails on most command line options (#520)
- Wrong EntityFramework is being loaded at runtime on mono (#511)
- "kpm restore global.json" should only restore the dependencies in global.json (#501)
- Mono's net45 is really net451 (#374)
- ignore comments from json file while parsing json file at runtime (#120)