From d1426294faf3d43a03b80ce0d5fd5c9a21df4656 Mon Sep 17 00:00:00 2001 From: Jonathan Pryor Date: Wed, 25 Sep 2024 12:10:25 -0400 Subject: [PATCH] [build] `main` *conceptually* targets .NET 9 `Java.Interop.dll` assembly version is now 9.0. Update PublicAPI accordingly. --- GitInfo.txt | 2 +- src/Java.Interop/PublicAPI.Shipped.txt | 2 ++ src/Java.Interop/PublicAPI.Unshipped.txt | 2 -- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GitInfo.txt b/GitInfo.txt index 4fedf1d20..dd98ee6cb 100644 --- a/GitInfo.txt +++ b/GitInfo.txt @@ -1 +1 @@ -7.0 +9.0 diff --git a/src/Java.Interop/PublicAPI.Shipped.txt b/src/Java.Interop/PublicAPI.Shipped.txt index de977a1b3..e1a948397 100644 --- a/src/Java.Interop/PublicAPI.Shipped.txt +++ b/src/Java.Interop/PublicAPI.Shipped.txt @@ -623,6 +623,8 @@ static Java.Interop.JavaInt16Array.CreateMarshaledValue(nint handle, System.Type static Java.Interop.JavaInt32Array.CreateMarshaledValue(nint handle, System.Type? targetType) -> object? static Java.Interop.JavaInt64Array.CreateMarshaledValue(nint handle, System.Type? targetType) -> object? static Java.Interop.JavaPeerableExtensions.GetJniTypeName(this Java.Interop.IJavaPeerable! self) -> string? +static Java.Interop.JavaPeerableExtensions.JavaAs(this Java.Interop.IJavaPeerable? self) -> TResult? +static Java.Interop.JavaPeerableExtensions.TryJavaCast(this Java.Interop.IJavaPeerable? self, out TResult? result) -> bool static Java.Interop.JavaSByteArray.CreateMarshaledValue(nint handle, System.Type? targetType) -> object? static Java.Interop.JavaSingleArray.CreateMarshaledValue(nint handle, System.Type? targetType) -> object? static Java.Interop.JniArgumentValue.operator !=(Java.Interop.JniArgumentValue lhs, Java.Interop.JniArgumentValue rhs) -> bool diff --git a/src/Java.Interop/PublicAPI.Unshipped.txt b/src/Java.Interop/PublicAPI.Unshipped.txt index 3d4565551..7dc5c5811 100644 --- a/src/Java.Interop/PublicAPI.Unshipped.txt +++ b/src/Java.Interop/PublicAPI.Unshipped.txt @@ -1,3 +1 @@ #nullable enable -static Java.Interop.JavaPeerableExtensions.TryJavaCast(this Java.Interop.IJavaPeerable? self, out TResult? result) -> bool -static Java.Interop.JavaPeerableExtensions.JavaAs(this Java.Interop.IJavaPeerable? self) -> TResult?