|
37 | 37 | Changes for One .NET should have neither label for now because they are not yet |
38 | 38 | user-facing. |
39 | 39 |
|
40 | | -PRs that bump Java.Interop, xamarin-android-tools, or monodroid generally don't |
| 40 | +PRs that bump Java.Interop, android-tools, or monodroid generally don't |
41 | 41 | need to be labeled, but Mono bumps that include changes that could affect |
42 | 42 | Android users should be labeled. |
43 | 43 |
|
@@ -123,7 +123,7 @@ Examples: |
123 | 123 | ```markdown |
124 | 124 | ### Build and deployment performance |
125 | 125 |
|
126 | | -- [Java.Interop GitHub PR 596](https://github.com/xamarin/java.interop/pull/596): |
| 126 | +- [Java.Interop GitHub PR 596](https://github.com/dotnet/java-interop/pull/596): |
127 | 127 | Use `File.Exists()` instead of `DirectoryGetFile()` in a few places. This |
128 | 128 | reduced the time for the `LinkAssembliesNoShrink` task from about 710 |
129 | 129 | milliseconds to about 430 milliseconds for a small test Xamarin.Forms app on |
@@ -191,19 +191,19 @@ Example showing multiple release notes sections for a Java.Interop bump: |
191 | 191 | ```markdown |
192 | 192 | ### Build and deployment performance |
193 | 193 |
|
194 | | -- [Java.Interop GitHub PR 440](https://github.com/xamarin/java.interop/pull/440), |
195 | | - [Java.Interop GitHub PR 441](https://github.com/xamarin/java.interop/pull/441), |
196 | | - [Java.Interop GitHub PR 442](https://github.com/xamarin/java.interop/pull/442), |
197 | | - [Java.Interop GitHub PR 448](https://github.com/xamarin/java.interop/pull/448), |
198 | | - [Java.Interop GitHub PR 449](https://github.com/xamarin/java.interop/pull/449), |
199 | | - [Java.Interop GitHub PR 452](https://github.com/xamarin/java.interop/pull/452): |
| 194 | +- [Java.Interop GitHub PR 440](https://github.com/dotnet/java-interop/pull/440), |
| 195 | + [Java.Interop GitHub PR 441](https://github.com/dotnet/java-interop/pull/441), |
| 196 | + [Java.Interop GitHub PR 442](https://github.com/dotnet/java-interop/pull/442), |
| 197 | + [Java.Interop GitHub PR 448](https://github.com/dotnet/java-interop/pull/448), |
| 198 | + [Java.Interop GitHub PR 449](https://github.com/dotnet/java-interop/pull/449), |
| 199 | + [Java.Interop GitHub PR 452](https://github.com/dotnet/java-interop/pull/452): |
200 | 200 | Optimize several of the build steps for bindings projects. For a large |
201 | 201 | binding like _Mono.Android.dll_ itself, this reduced the total build time in a |
202 | 202 | test environment by about 50 seconds. |
203 | 203 |
|
204 | 204 | #### Bindings projects |
205 | 205 |
|
206 | | -- [Java.Interop GitHub PR 458](https://github.com/xamarin/java.interop/pull/458): |
| 206 | +- [Java.Interop GitHub PR 458](https://github.com/dotnet/java-interop/pull/458): |
207 | 207 | Bindings projects did not yet automatically generate event handlers for Java |
208 | 208 | listener interfaces where the _add_ or _set_ method of the interface took two |
209 | 209 | arguments instead of just one. |
@@ -381,8 +381,7 @@ added to `Documentation/release-notes/images/`. |
381 | 381 |
|
382 | 382 | (For versions before 11.2, the milestone had a slightly different format.) |
383 | 383 |
|
384 | | - Complete this step for xamarin-android, Java.Interop, and |
385 | | - xamarin-android-tools. |
| 384 | + Complete this step for xamarin-android, Java.Interop, and android-tools. |
386 | 385 |
|
387 | 386 | See also the [_How to make bulk changes on pull requests and issues_][bulk-change] |
388 | 387 | section for tips on how to complete this step. |
|
0 commit comments