ligershark / template-builder

This project will output a NuGet package which can be used to help create Visual Studio Item Templates and Project templates
Other
42 stars 28 forks source link

Wizard For Fixing .xproj Artifacts Output File Path #87

Closed RehanSaeed closed 8 years ago

RehanSaeed commented 8 years ago

See https://github.com/ligershark/side-waffle/issues/326

Appveyor is complaining because I had to add a dependency on Microsoft.Visual Studio.Shell which it can't find. Any ideas on how I can fix this?

sayedihashimi commented 8 years ago

Thanks I will fix build issue and comment/merge tomorrow.

RehanSaeed commented 8 years ago

Sounds great! Thanks, @sayedihashimi.

RehanSaeed commented 8 years ago

I'd like to employ this new feature this weekend. Any idea when the NuGet package will get updated?

sayedihashimi commented 8 years ago

@RehanSaeed I will release it today. I'll reply here when I do. I'm working through getting the build to run in CI.

sayedihashimi commented 8 years ago

@RehanSaeed it's been released as version TemplateBuilder 1.1.4.7-beta. It should be available from nuget.org in a few minutes.

RehanSaeed commented 8 years ago

Cool, thanks!

sayedihashimi commented 8 years ago

@RehanSaeed I think I will rev the assembly version and nuget version independently. If they are always matched then everytime we update the pkg we will need to update .vstemplate files. I'm going to merge your other PR and then update version number to 1.2.0.0 and then only rev that whenever we need to update the number. Let me know if you disagree.

RehanSaeed commented 8 years ago

Sounds good to me. I'll give it a try as soon as I get some time.

RehanSaeed commented 8 years ago

Works fine. I've released a new version of Boilerplate including this change. Will report back if I get people reporting issues.