Skip to content

Latest commit

 

History

History
74 lines (47 loc) · 1.71 KB

File metadata and controls

74 lines (47 loc) · 1.71 KB

Roadmap

  • Add explicit menu option to update Parameters.xml
  • SetParameters.xml intellisense

Features that have a checkmark are complete and available for download in the CI build.

Changelog

These are the changes to each version that has been released on the official Visual Studio extension gallery.

2.0

2017-3-5

  • Option to set default parameters to values from web.config or to tokenized values.

1.8

2017-3-4

  • Generate parameters for appSettings
  • Open files in editor window after being generated/updated.

1.7

2017-2-18

  • Skip generating parameters for StringCollections and any other application settings not serialized as strings

1.6

2017-1-10

  • Visual Studio 2017 support

1.5

2016-11-5

  • User configurable options for which parameters to generate

1.4

2016-10-15

  • Generate parameter for compilation debug attribute
  • Generate parameters for mailSettings
  • Generate parameters for session state settings
  • Bug fix for Import Missing Parameters

1.3

2016-9-26

  • Configure project to copy SetParameters.xml files to drop location during build

1.2

2016-09-07

  • Handling missing connectionStrings node in web.config file

1.1

2016-09-02

  • Fix for setParameters element being wrongly named parameters instead when generating SetParameters.xml files

1.0

2016-08-31

  • Initial release
  • Generate Parameters.xml from web.config
  • Generate SetParameters.xml files from web.config
  • Import missing parameters into SetParameters.xml file
  • Nest SetParameters.xml files under Parameters.xml file