File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Remora.Resonite.Sdk
44` Remora.Resonite.Sdk ` is an ` MSBuild ` SDK made to simplify the development of
55various kinds of software targeting Resonite.
66
7- You can access the latest builds on the Remora NuGet feed here on GitHub,
7+ You can find the latest builds on the Remora NuGet feed here on GitHub,
88or the released versions on [ nuget.org] ( https://www.nuget.org/packages/Remora.Resonite.Sdk ) .
99
1010
@@ -41,7 +41,7 @@ Note that you do not need to define the target framework(s); the SDK defaults to
4141the target framework that the chosen version of Resonite uses.
4242Specifying the version in the project file is optional too.
4343Particularly for solutions with multiple projects using the SDK,
44- it's advisable to add a global.json with the following content:
44+ it's advisable to add a ` global.json ` with the following content instead :
4545
4646``` json
4747{
@@ -308,8 +308,7 @@ You can disable this behaviour by setting `ResoniteGenerateReleaseArchive` to `f
308308
309309## Known Issues
310310
311- The BepisLoader integration doesn't currently support automatic installation.
312- We'll gladly accept any PRs for that.
311+ None at the moment! But do report them here, please, if you run into any!
313312
314313
315314## License
Original file line number Diff line number Diff line change 11{
22 "msbuild-sdks" : {
3- "Remora.Resonite.Sdk" : " 2.0.9 "
3+ "Remora.Resonite.Sdk" : " 2.0.10 "
44 }
55}
You can’t perform that action at this time.
0 commit comments