summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin <const@const.me>2023-01-24 17:49:37 +0100
committerKonstantin <const@const.me>2023-01-24 17:49:37 +0100
commit9ca23c5c6d6cabf1fca873319dff47f68cc36a0d (patch)
treec0015e80a7a703e7bfc8e5612dbaf3e12ed27d25
parente78815de53005336c3746bcd85c2e789a43f1b94 (diff)
Version 1.5
-rw-r--r--Examples/WhisperDesktop/WhisperDesktop.rcbin20384 -> 20384 bytes
-rw-r--r--Whisper/Resource.rcbin5246 -> 5246 bytes
-rw-r--r--WhisperNet/Internal/AssemblyInfo.cs2
-rw-r--r--WhisperNet/WhisperNet.nuspec2
4 files changed, 2 insertions, 2 deletions
diff --git a/Examples/WhisperDesktop/WhisperDesktop.rc b/Examples/WhisperDesktop/WhisperDesktop.rc
index 9d8c656..26e54b1 100644
--- a/Examples/WhisperDesktop/WhisperDesktop.rc
+++ b/Examples/WhisperDesktop/WhisperDesktop.rc
Binary files differ
diff --git a/Whisper/Resource.rc b/Whisper/Resource.rc
index f8f7e05..2267618 100644
--- a/Whisper/Resource.rc
+++ b/Whisper/Resource.rc
Binary files differ
diff --git a/WhisperNet/Internal/AssemblyInfo.cs b/WhisperNet/Internal/AssemblyInfo.cs
index 15e2546..bad5334 100644
--- a/WhisperNet/Internal/AssemblyInfo.cs
+++ b/WhisperNet/Internal/AssemblyInfo.cs
@@ -4,5 +4,5 @@ using System.Runtime.InteropServices;
[assembly: AssemblyCopyright( "Copyright © const.me, 2022" )]
[assembly: ComVisible( false )]
[assembly: Guid( "ced6cdb7-e040-4398-bae8-3417e5fa35f1" )]
-[assembly: AssemblyVersion( "1.4.0.0" )]
+[assembly: AssemblyVersion( "1.5.0.0" )]
[assembly: AssemblyDescription( "DirectCompute port of whisper.cpp library, C# bindings" )] \ No newline at end of file
diff --git a/WhisperNet/WhisperNet.nuspec b/WhisperNet/WhisperNet.nuspec
index 60bd8b8..e08bcf0 100644
--- a/WhisperNet/WhisperNet.nuspec
+++ b/WhisperNet/WhisperNet.nuspec
@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>WhisperNet</id>
- <version>1.4</version>
+ <version>1.5</version>
<authors>Konstantin, const.me</authors>
<license type="expression">MPL-2.0</license>
<projectUrl>https://github.com/Const-me/Whisper</projectUrl>