Skip to content

Commit

Permalink
NuGet package (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiidams authored Oct 19, 2023
1 parent 3d22d16 commit 1ebee8f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion NeMoOnnxSharp/NeMoOnnxSharp.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
<Version>$(VersionPrefix)1.3.0</Version>
<RepositoryUrl>https://github.com/kaiidams/NeMoOnnxSharp</RepositoryUrl>
<PackageTags>nemo onnx text-to-speech csharp speech tts speech-synthesis speech-recognition asr</PackageTags>
<Copyright>Copyright (C) 2022 Katsuya Iida. All rights reserved.</Copyright>
<Description>Text-to-speech and speech recognition, VAD with NVIDIA NeMo and ONNX Runtime for .NET Core.</Description>
<PackageProjectUrl>https://github.com/kaiidams/NeMoOnnxSharp</PackageProjectUrl>
<Authors>Katsuya Iida</Authors>
<Company />
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 1ebee8f

Please sign in to comment.