mirror of
https://github.com/PepperDash/EssentialsPluginTemplate.git
synced 2026-01-11 19:44:38 +00:00
nuspec-TEMPLATE
fix: #17 changes nuspec to nuspec-TEMPALTE feature: adds brief configuration instructions for nuspec file to readme
This commit is contained in:
12
README.md
12
README.md
@@ -40,3 +40,15 @@ If you need a different version of PepperDash Core, use the command `nuget insta
|
|||||||
See the Task List in Visual Studio for a guide on how to start using the templage. There is extensive inline documentation and examples as well.
|
See the Task List in Visual Studio for a guide on how to start using the templage. There is extensive inline documentation and examples as well.
|
||||||
|
|
||||||
For renaming instructions in particular, see the XML `remarks` tags on class definitions
|
For renaming instructions in particular, see the XML `remarks` tags on class definitions
|
||||||
|
|
||||||
|
## Build Instructions (PepperDash Internal)
|
||||||
|
|
||||||
|
## Generating Nuget Package
|
||||||
|
|
||||||
|
In the solution folder is a file named "PDT.EssentialsPluginTemplate.nuspec-TEMPLATE"
|
||||||
|
|
||||||
|
1. Remove the -TEMPLATE so that the extention is .nuspec.
|
||||||
|
2. Rename the file to match your plugin solution name
|
||||||
|
3. Edit the file to include your project specifics including
|
||||||
|
1. <id>PepperDash.Essentials.Plugin.MakeModel</id> Convention is to use the prefix "PepperDash.Essentials.Plugin" and include the MakeModel of the device.
|
||||||
|
2. <projectUrl>https://github.com/PepperDash/EssentialsPluginTemplate</projectUrl> Change to your url to the project repo
|
||||||
Reference in New Issue
Block a user