xamarin-macios/tools/apidiff/README.md

16 строки
800 B
Markdown
Исходник Обычный вид История

2018-05-30 23:33:13 +03:00
# New Releases
Inside `Make.config` update the `APIDIFF_REFERENCES=` line to point to the `bundle.zip` URL of the currently stable version. E.g.
2016-04-21 16:06:16 +03:00
```
APIDIFF_REFERENCES=https://bosstoragemirror.blob.core.windows.net/wrench/jenkins/d15-9/2dc06c712629feeb179ed112a590d9922caac6e7/53/package/bundle.zip
```
2016-04-21 16:06:16 +03:00
2018-05-30 23:33:13 +03:00
# New Revisions
2016-04-21 16:06:16 +03:00
On the bots each revision rebuilds every assemblies. Each of them will be compared to the downloaded stable version from `APIDIFF_REFERENCES`. Any changes (addition/removal) to the public API will be reported in HTML files.
2016-04-21 16:06:16 +03:00
This can be done manually with `make`. The `.\diff\` directory will contain the diffs in HTML format.
2018-05-30 23:33:13 +03:00
The helper `make merge` target creates a single `api-diff.html` file (from all the `diff\*.html` files) that be used for the documentation web site.