-
Notifications
You must be signed in to change notification settings - Fork 1
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
R2modman support for staging profile #1
Comments
- Output MSBuild Tasks assembly from Sdk project - Implement PluginInfoType+manifest generation as MSBuild Tasks - Implement MSBuild Tasks for restoring+resolving ThunderDependency plugins - Update README with documentation on ThunderDependency configuration - Sdk: Don't generate .deps.json file when building a project - Sdk: expand configuration of plugin related props - Sdk: support r2modman (fix #1) - Sdk: improve logging/warnings - Sdk: validate generated manifest.json values - Sdk: support disabling release optimizations - Sdk: rename PluginInfoTypeAccessModifier -> PluginInfoTypeModifiers
@Lordfirespeed Support for r2modman is slated for release in version Full details of the changes I've made can be found in the summary of #2.
TL;DR
<Project Sdk="LethalCompany.Plugin.Sdk/1.1.0-rc.3">
...
</Project>
<PropertyGroup>
...
<PluginManager>r2modman</PluginManager>
</PropertyGroup>
|
Awesome! Closed by #2 |
r2modman profiles are kept here:
Edit: I know you can set
PluginStagingDir
manually. It would be nice to not have to.The text was updated successfully, but these errors were encountered: