Skip to content

Commit aa97004

Browse files
authored
Merge pull request #7 from Remora/tweak/bepis-readme
Remove bepis known issue
2 parents 5d9130a + c428c47 commit aa97004

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Remora.Resonite.Sdk
44
`Remora.Resonite.Sdk` is an `MSBuild` SDK made to simplify the development of
55
various 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,
88
or 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
4141
the target framework that the chosen version of Resonite uses.
4242
Specifying the version in the project file is optional too.
4343
Particularly 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

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"msbuild-sdks": {
3-
"Remora.Resonite.Sdk": "2.0.9"
3+
"Remora.Resonite.Sdk": "2.0.10"
44
}
55
}

0 commit comments

Comments
 (0)