You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment creating a package is a but tedious work, as one need to
Create a project in Visual Studio
Include source package files
Install 7 zip file manager through NuGet
Make build step that would compress the package files into a zip
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
The text was updated successfully, but these errors were encountered:
At the moment creating a package is a but tedious work, as one need to
Adding an extra action for the package creator will both make the package creation quicker and make it more accessible for the developers
The text was updated successfully, but these errors were encountered: