Skip to content

Releases: conan-io/conan-vs-extension

v1.2.0

25 Jul 08:18
048b215
Compare
Choose a tag to compare

2019-07-22

  • Add all available options for 'build_policy' according to Conan documentation (#142)
  • Validate path to Conan executable (#136)
  • Add configuration option to customize installation directory (#134)
  • Capture any unhandled error during install command (#126)
  • Capture errors from Conan and log them to output window and log file (#125)
  • New version pattern: "major.minor.patch.build" (#122)
  • Remove 'conan-vs-settings.json' feature. (#121)

v1.1.0

27 Jun 17:11
758a734
Compare
Choose a tag to compare

2019-06-27

  • Downgrade dependencies to match 15.0.0 (first VS2017) (#112)
  • Remove visual_studio_multi generator, it is not working for custom configurations (#110)
  • Document example about conan.config.json (#109)
  • Add very basic docs (#106)
  • Update manifest version on each build (will trigger updates) (#101)
  • Look for matching Conan profile in a config file for the running VS configuration (#100)
  • Use Visual Studio 2019 image (#95)
  • Remove unused assemblies (#94)
  • Publish to OpenVSIX gallery (#92)
  • Add .vsconfig to install required dependencies to build the extension (#91)
  • Convert .NET Standard Class libraries to .NET Framework Class libraries (#89)

v1.0

13 Jun 19:38
1e4f8ec
Compare
Choose a tag to compare

2019-03-14

  • Automatically find conanfiles and Conan executable
  • Run conan install and build dependencies as needed
  • Inject .props file into project for dependency information
  • Popup message to refresh project and resolve intellisense