diff options
| author | Konstantin <const@const.me> | 2023-01-18 21:46:54 +0100 |
|---|---|---|
| committer | Konstantin <const@const.me> | 2023-01-18 21:46:54 +0100 |
| commit | fba1780f42cab75334cb28b7ba1dc95037db3d5c (patch) | |
| tree | 0dd4d24d24937797e5420412f49a89ff35ef7c39 /WhisperNet | |
| parent | e953396d59283b061cfdf4574b164755886f520e (diff) | |
Version 1.2
Diffstat (limited to 'WhisperNet')
| -rw-r--r-- | WhisperNet/Internal/AssemblyInfo.cs | 2 | ||||
| -rw-r--r-- | WhisperNet/WhisperNet.nuspec | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/WhisperNet/Internal/AssemblyInfo.cs b/WhisperNet/Internal/AssemblyInfo.cs index a06a8c8..5bd65b2 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.1.0.0" )] +[assembly: AssemblyVersion( "1.2.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 095c08a..ca0fbff 100644 --- a/WhisperNet/WhisperNet.nuspec +++ b/WhisperNet/WhisperNet.nuspec @@ -2,12 +2,12 @@ <package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> <metadata> <id>WhisperNet</id> - <version>1.1</version> + <version>1.2</version> <authors>Konstantin, const.me</authors> <license type="expression">MPL-2.0</license> <projectUrl>https://github.com/Const-me/Whisper</projectUrl> <description>High-performance GPGPU inference of OpenAI's Whisper automatic speech recognition (ASR) model</description> - <releaseNotes>Fixed a minor bug in the in-app performance profiler</releaseNotes> + <releaseNotes>Implemented a flag to select between versions of the compute shaders</releaseNotes> <copyright>Copyright © const.me, 2022-2023</copyright> <tags>whisper, gpgpu, speech recognition</tags> <repository type="git" url="https://github.com/Const-me/Whisper.git" /> |
