From 79d6cb500f57cf8d416e399610ed405039b166da Mon Sep 17 00:00:00 2001 From: Konstantin Date: Fri, 20 Jan 2023 20:54:43 +0100 Subject: Version 1.4 --- WhisperNet/Internal/AssemblyInfo.cs | 2 +- WhisperNet/WhisperNet.nuspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'WhisperNet') diff --git a/WhisperNet/Internal/AssemblyInfo.cs b/WhisperNet/Internal/AssemblyInfo.cs index 3fa50ae..15e2546 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.3.0.0" )] +[assembly: AssemblyVersion( "1.4.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 131e524..60bd8b8 100644 --- a/WhisperNet/WhisperNet.nuspec +++ b/WhisperNet/WhisperNet.nuspec @@ -2,12 +2,12 @@ WhisperNet - 1.3 + 1.4 Konstantin, const.me MPL-2.0 https://github.com/Const-me/Whisper High-performance GPGPU inference of OpenAI's Whisper automatic speech recognition (ASR) model - A workaround for the Microsoft’s bug in their MP3 decoder MFT + Two bugfixes, one of them critical. Copyright © const.me, 2022-2023 whisper, gpgpu, speech recognition -- cgit v1.2.3