DeepSpeech/native_client/dotnet/nupkg/deepspeech.nuspec.in
Reuben Morais ae0cf8db6a Revert "Merge branch 'rename-real'"
This reverts commit ae9fdb183e, reversing
changes made to 2eb75b6206.
2020-08-26 11:46:09 +02:00

22 lines
748 B
XML

<?xml version="1.0"?>
<package>
<metadata>
<id>$NUPKG_ID</id>
<version>$NUPKG_VERSION</version>
<title>DeepSpeech</title>
<authors>Mozilla</authors>
<owners>Mozilla</owners>
<license type="expression">MPL-2.0</license>
<projectUrl>http://github.com/mozilla/DeepSpeech</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A library for running inference with a DeepSpeech model</description>
<copyright>Copyright (c) 2019 Mozilla Corporation</copyright>
<tags>native speech speech_recognition</tags>
</metadata>
<files>
<file src="build\**" target="build/"/>
<file src="lib\**" target="lib/"/>
<file src="tools\**" target="tools/"/>
</files>
</package>