diff --git a/Directory.Build.props b/Directory.Build.props index 46d3e22..96b0436 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,8 +1,8 @@ - 1.6.4 - 1.6.1.0 - 1.6.1.0 + 1.6.5 + 1.6.1.1 + 1.6.1.1 https://avionblock.github.io/OpusSharp/index.html https://github.com/AvionBlock/OpusSharp diff --git a/OpusSharp.Core/SafeHandlers/OpusDREDDecoderSafeHandle.cs b/OpusSharp.Core/SafeHandlers/OpusDREDDecoderSafeHandle.cs index 63e12c4..c9a1ad0 100644 --- a/OpusSharp.Core/SafeHandlers/OpusDREDDecoderSafeHandle.cs +++ b/OpusSharp.Core/SafeHandlers/OpusDREDDecoderSafeHandle.cs @@ -32,7 +32,7 @@ protected override bool ReleaseHandle() /// /// Managed wrapper over the OpusDREDDecoder state (statically linked). /// - public class StaticOpusDREDDecoderSafeHandle : OpusDecoderSafeHandle + public class StaticOpusDREDDecoderSafeHandle : OpusDREDDecoderSafeHandle { /// protected override bool ReleaseHandle() diff --git a/OpusSharp.Natives/buildTransitive/OpusSharp.Natives.targets b/OpusSharp.Natives/buildTransitive/OpusSharp.Natives.targets index 8c733c0..dbefc2e 100644 --- a/OpusSharp.Natives/buildTransitive/OpusSharp.Natives.targets +++ b/OpusSharp.Natives/buildTransitive/OpusSharp.Natives.targets @@ -5,7 +5,10 @@ <_OpusSharpIosFramework>$(_OpusSharpNativesRoot)runtimes\ios\native\libopus.xcframework - + Framework False