diff options
| author | Konstantin <const@const.me> | 2023-01-29 16:21:49 +0100 |
|---|---|---|
| committer | Konstantin <const@const.me> | 2023-01-29 16:21:49 +0100 |
| commit | 2ae4b5a1265435d62a3f7afe1e074ce7fa280372 (patch) | |
| tree | b34923999a9b804fc5672dd3f6639971e6d11af6 /WhisperNet | |
| parent | 1be5537b92ffe8502739dfd6d349c9f3e80c9ac7 (diff) | |
Version 1.6
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 bad5334..1698d14 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.5.0.0" )] +[assembly: AssemblyVersion( "1.6.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 391092a..e9e109f 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.5</version> + <version>1.6</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>Performance improvements</releaseNotes> + <releaseNotes>Diarize feature, experimental</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" /> |
