diff options
| author | Konstantin <const@const.me> | 2023-01-16 21:11:07 +0100 |
|---|---|---|
| committer | Konstantin <const@const.me> | 2023-01-16 21:11:07 +0100 |
| commit | f65ef2ee00e88c74384f7b5eb7f29632b1fea433 (patch) | |
| tree | fb3decc4e3143253678fdf891a95a0946945d20e | |
| parent | 75d245dbdb9ef016ee5e35c328500f85111c4ed2 (diff) | |
DLL version 1.1
| -rw-r--r-- | Whisper/Resource.rc | bin | 5246 -> 5246 bytes | |||
| -rw-r--r-- | WhisperNet/Internal/AssemblyInfo.cs | 2 | ||||
| -rw-r--r-- | WhisperNet/WhisperNet.nuspec | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/Whisper/Resource.rc b/Whisper/Resource.rc Binary files differindex cb93b99..022abb7 100644 --- a/Whisper/Resource.rc +++ b/Whisper/Resource.rc diff --git a/WhisperNet/Internal/AssemblyInfo.cs b/WhisperNet/Internal/AssemblyInfo.cs index 29ec638..a06a8c8 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.0.0.0" )] +[assembly: AssemblyVersion( "1.1.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 f4f6cff..4e02122 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.0</version> + <version>1.1</version> <authors>Konstantin, const.me</authors> <license type="expression">MPL-2.0</license> <projectUrl>https://github.com/Const-me/Whisper</projectUrl> |
