Asset Updating
How to Update An Asset?
If the main HardHat project has been updated and your Asset is for an older version, you can simply do two things to update it
Update your local version of HardHat and rebuild it in release with
dotnet build -c Release
Execute
pluginRef.py
from the Asset_Development folderpython 3 ./pluginref.py -HH /HardHatC2/HardHatC2Client/HardHatC2Client.csproj -PF /PathToPlugin/Name_ClientPlugin/PluginName.csproj
then repeat for the team server and server plugin and this will update/add all missing or out of date Nuget package references and references to the main HardHat project.
Last updated