Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package Creator to generate a Visual Studio project for a package #59

Open
napernik opened this issue Aug 3, 2017 · 0 comments
Open

Comments

@napernik
Copy link
Contributor

napernik commented Aug 3, 2017

At the moment creating a package is a but tedious work, as one need to

  1. Create a project in Visual Studio
  2. Include source package files
  3. Install 7 zip file manager through NuGet
  4. Make build step that would compress the package files into a zip
  5. Optionally but almost always - add create another project for the dll for the package, and make the [assembly: Guid(....)] attribute match the package id.

Adding an extra action for the package creator will both make the package creation quicker and make it more accessible for the developers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant