blob: f93afea98a691533e730fbaaf95acb2a1162ef03 (
plain)
1
2
3
4
5
6
7
8
|
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle( "WhisperNet" )]
[assembly: AssemblyCopyright( "Copyright © const.me, 2022" )]
[assembly: ComVisible( false )]
[assembly: Guid( "ced6cdb7-e040-4398-bae8-3417e5fa35f1" )]
[assembly: AssemblyVersion( "1.7.0.0" )]
[assembly: AssemblyDescription( "DirectCompute port of whisper.cpp library, C# bindings" )]
|