Skip to content

Refactor Release

Compare
Choose a tag to compare
@dbarsam dbarsam released this 18 Mar 22:29
· 19 commits to master since this release

Features:

  • Modularize VSGen with setuptool's entry points; Fixes #11.

Compatibility Notes:

  • A plugin architecture has been adopted starting with 0.3.0. The vsgen package is now a core module and any metadata and code used to generates specific projects should be placed in a plugin module.
  • The former Python Tools for Visual Studio functionality that was embedded in vsgen has been extracted to vsgen-ptvs