Skip to content

Version 2.5.2.1

Compare
Choose a tag to compare
@tonysneed tonysneed released this 05 Dec 12:50

This release includes fixes for the following issues / pull requests:

  • #85: [VSIX] Create a VSIX installer for Visual Studio 2015
    • Created a VSIX installer using the SDK for Visual Studio 2015.
    • Tested the VS2015 VSIX using Visual Studio 2015 Update 1.
    • Refactored common dependencies with the VS2013 VSIX installer.
    • Resolved related issues concerning NuGet VS integration and the directory placement for Entities projects.
    • Set VSIX version to 2.5.2.1 and updated the release notes.
  • #86: [VS Project Templates] VS Template for Entities Places Project Directory One Level Too High
    • Refactored code in the Child wizard to place the generated Entities in the correct directory level.
  • #87: [VSIX] [VS Templates] Change Use of NuGet for VS2013 and VS2015 VSIX Installers
    • Removed packages.config from project templates for both VS2013 and VS2015 so that the updated NuGet VS Wizard will properly install NuGet packages from the VSIX file.
    • This issue was discussed here: NuGet/Home#598.

Known Issues:

  • #88: [Known Issue] [VSIX] VS2013 Template for Entities Sometimes Fails to Delete Temporary Parent Directory
    • There is a known issue for the VS2013 Entities templates in which a temporary parent directory is not deleted.
    • The workaround is to delete the temporary directory manually.
    • This issue only concerns VS2013. I have not observed the behavior with VS 2015.