From 13bac9db23bb594f0497864828b23d1a4c493047 Mon Sep 17 00:00:00 2001
From: abubachir122 <225525001+lil-jon-crunk@users.noreply.github.com>
Date: Wed, 1 Apr 2026 21:14:40 +0300
Subject: [PATCH 1/3] Remove nuspec files
---
OpusSharp.Core/OpusSharp.Core.nuspec | 39 ----------------------
OpusSharp.Natives/OpusSharp.Natives.nuspec | 38 ---------------------
OpusSharp/OpusSharp.nuspec | 25 --------------
3 files changed, 102 deletions(-)
delete mode 100644 OpusSharp.Core/OpusSharp.Core.nuspec
delete mode 100644 OpusSharp.Natives/OpusSharp.Natives.nuspec
delete mode 100644 OpusSharp/OpusSharp.nuspec
diff --git a/OpusSharp.Core/OpusSharp.Core.nuspec b/OpusSharp.Core/OpusSharp.Core.nuspec
deleted file mode 100644
index 5b13928..0000000
--- a/OpusSharp.Core/OpusSharp.Core.nuspec
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
- OpusSharp.Core
- 1.6.0.2
- SineVector241
- Standard library for OpusSharp.
- false
- Copyright MIT
- LICENSE.txt
- docs/README.md
-
- https://avionblock.github.io/OpusSharp/index.html
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/OpusSharp.Natives/OpusSharp.Natives.nuspec b/OpusSharp.Natives/OpusSharp.Natives.nuspec
deleted file mode 100644
index 482dfc2..0000000
--- a/OpusSharp.Natives/OpusSharp.Natives.nuspec
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
- OpusSharp.Natives
- 1.6.0.2
- The Opus Authors.
- Contains native binaries for OpusSharp.
- false
- docs/README.md
-
- https://avionblock.github.io/OpusSharp/index.html
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/OpusSharp/OpusSharp.nuspec b/OpusSharp/OpusSharp.nuspec
deleted file mode 100644
index e018d70..0000000
--- a/OpusSharp/OpusSharp.nuspec
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
- OpusSharp
- 1.6.0.2
- SineVector241
- OpusSharp library.
- false
- Copyright MIT
- LICENSE.txt
- docs/README.md
-
- https://avionblock.github.io/OpusSharp/index.html
-
-
-
-
-
-
-
-
-
-
-
-
From 6cc967ac6b3ee27660d2d0dd2dee58e636ac92fa Mon Sep 17 00:00:00 2001
From: abubachir122 <225525001+lil-jon-crunk@users.noreply.github.com>
Date: Thu, 2 Apr 2026 01:16:00 +0300
Subject: [PATCH 2/3] Some fixes
---
OpusSharp.Core/SafeHandlers/OpusDREDDecoderSafeHandle.cs | 2 +-
OpusSharp.Natives/buildTransitive/OpusSharp.Natives.targets | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
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
From 6afaeb77fe577c5f00fa97ac97dff905b4179581 Mon Sep 17 00:00:00 2001
From: SineVector241
Date: Thu, 2 Apr 2026 09:45:25 +1100
Subject: [PATCH 3/3] Update Versions.
---
Directory.Build.props | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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