Skip to content

Commit

Permalink
Version 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Const-me committed Mar 10, 2023
1 parent 1608dba commit ff201b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Binary file modified Examples/WhisperDesktop/WhisperDesktop.rc
Binary file not shown.
Binary file modified Whisper/Resource.rc
Binary file not shown.
4 changes: 2 additions & 2 deletions WhisperNet/Internal/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle( "WhisperNet" )]
[assembly: AssemblyCopyright( "Copyright © const.me, 2022" )]
[assembly: AssemblyCopyright( "Copyright © const.me, 2022-2023" )]
[assembly: ComVisible( false )]
[assembly: Guid( "ced6cdb7-e040-4398-bae8-3417e5fa35f1" )]
[assembly: AssemblyVersion( "1.7.0.0" )]
[assembly: AssemblyVersion( "1.8.0.0" )]
[assembly: AssemblyDescription( "DirectCompute port of whisper.cpp library, C# bindings" )]
3 changes: 2 additions & 1 deletion WhisperNet/WhisperNet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>WhisperNet</id>
<version>1.7</version>
<version>1.8</version>
<authors>Konstantin, const.me</authors>
<license type="expression">MPL-2.0</license>
<projectUrl>https://github.com/Const-me/Whisper</projectUrl>
Expand All @@ -24,6 +24,7 @@
<file src="bin/Release/WhisperNet.xml" target="lib/net6.0/" />
<!-- The C++ DLL -->
<file src="../x64/Release/Whisper.dll" target="runtimes/win-x64/native/" />
<!-- Readme for the nuget package -->
<file src="Readme.md" target="docs/" />
</files>
</package>

0 comments on commit ff201b8

Please sign in to comment.