Skip to content

Commit 9d99723

Browse files
authored
[build] main *conceptually* targets .NET 9 (#1259)
`Java.Interop.dll` assembly version is now 9.0. Update PublicAPI accordingly.
1 parent f1b270d commit 9d99723

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

GitInfo.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0
1+
9.0

src/Java.Interop/PublicAPI.Shipped.txt

+2
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,8 @@ static Java.Interop.JavaInt16Array.CreateMarshaledValue(nint handle, System.Type
623623
static Java.Interop.JavaInt32Array.CreateMarshaledValue(nint handle, System.Type? targetType) -> object?
624624
static Java.Interop.JavaInt64Array.CreateMarshaledValue(nint handle, System.Type? targetType) -> object?
625625
static Java.Interop.JavaPeerableExtensions.GetJniTypeName(this Java.Interop.IJavaPeerable! self) -> string?
626+
static Java.Interop.JavaPeerableExtensions.JavaAs<TResult>(this Java.Interop.IJavaPeerable? self) -> TResult?
627+
static Java.Interop.JavaPeerableExtensions.TryJavaCast<TResult>(this Java.Interop.IJavaPeerable? self, out TResult? result) -> bool
626628
static Java.Interop.JavaSByteArray.CreateMarshaledValue(nint handle, System.Type? targetType) -> object?
627629
static Java.Interop.JavaSingleArray.CreateMarshaledValue(nint handle, System.Type? targetType) -> object?
628630
static Java.Interop.JniArgumentValue.operator !=(Java.Interop.JniArgumentValue lhs, Java.Interop.JniArgumentValue rhs) -> bool
-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
#nullable enable
2-
static Java.Interop.JavaPeerableExtensions.TryJavaCast<TResult>(this Java.Interop.IJavaPeerable? self, out TResult? result) -> bool
3-
static Java.Interop.JavaPeerableExtensions.JavaAs<TResult>(this Java.Interop.IJavaPeerable? self) -> TResult?

0 commit comments

Comments
 (0)