mirror of
https://github.com/PepperDash/EssentialsPluginTemplate.git
synced 2026-02-15 12:44:43 +00:00
Update Readme to include instructions section
This commit is contained in:
@@ -25,3 +25,7 @@ To verify that the packages installed correctly, open the plugin solution in you
|
|||||||
### Installing Different versions of PepperDash Core
|
### Installing Different versions of PepperDash Core
|
||||||
|
|
||||||
If you need a different version of PepperDash Core, use the command `nuget install .\packages.config -OutputDirectory .\packages -excludeVersion -Version {versionToGet}`. Omitting the `-Version` option will pull the version indicated in the packages.config file.
|
If you need a different version of PepperDash Core, use the command `nuget install .\packages.config -OutputDirectory .\packages -excludeVersion -Version {versionToGet}`. Omitting the `-Version` option will pull the version indicated in the packages.config file.
|
||||||
|
|
||||||
|
### Instructions for Renaming Solution and Files
|
||||||
|
|
||||||
|
See the Task List in Visual Studio to help identify what needs to be renamed. There is extensive inline documentation adn examples as well.
|
||||||
|
|||||||
Reference in New Issue
Block a user