microsoft/onnxruntime-extensions

Public

mirrored fromhttps://github.com/microsoft/onnxruntime-extensionsAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
79a348d2e840b66c1e4caa6d86546bf22fa72b4d

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

nuget/NativeNuget.nuspec

47lines · modepreview

<?xml version="1.0"?>
<!-- ORT Extensions nuspec -->
<package>
	<metadata>
	<id>Microsoft.ML.OnnxRuntime.Extensions</id>
	<version>0.8.0-alpha</version>
	<authors>Microsoft</authors>
	<owners>Microsoft</owners>
	<description>ONNX Runtime Extensions NuGet Package</description>
	<!-- TODO: Update release notes prior to 0.8.0 release with new features here -->
	<releaseNotes>
		General
		1. New custom operators: Whisper, DrawBoundingBoxes, RobertaTokenizer, ClipTokenizer, EncodeImage, DecodeImage
		2. Optional input/output support
		3. ORT custom operator C++ stub generation tool
		4. Operator implementation and documentation improved.

		Mobile
		1. Android package: Maven
		2. iOS package: CocoaPods
		3. PrePostProcessor tool for mobile model
		4. Super-resolution model pre- / post- processing end-to-end examples
	</releaseNotes>
	<copyright>© Microsoft Corporation. All rights reserved.</copyright>
	<tags>ONNX ONNXRuntime AI Machine Learning</tags>
	<icon>ORT_icon_for_light_bg.png</icon>
	<license type="file">LICENSE.txt</license>
	<readme>README.md</readme>
	<projectUrl>https://github.com/Microsoft/onnxruntime-extensions</projectUrl>
	<repository type="git" url="https://github.com/Microsoft/onnxruntime-extensions.git" commit="COMMIT_ID"/>
	</metadata>
	<!-- assemble files in the /nuget directory and run nuget pack from -->
	<files>
		<file src="LICENSE.txt" target="LICENSE.txt" />
		<file src="README.md" target="README.md" />
		<!-- Windows, Linux, macOS via netstandard -->
		<file src="..\out\Windows\bin\RelWithDebInfo\ortextensions.dll" target="runtimes\win-x64\native" />
		<file src="targets\netstandard\Microsoft.ML.OnnxRuntime.Extensions.props" target="build\native" />
		<file src="targets\netstandard\Microsoft.ML.OnnxRuntime.Extensions.props" target="build\netstandard1.1" />
		<file src="targets\netstandard\Microsoft.ML.OnnxRuntime.Extensions.props" target="build\netstandard2.0" />
		<file src="targets\netstandard\Microsoft.ML.OnnxRuntime.Extensions.targets" target="build\native" />
		<file src="targets\netstandard\Microsoft.ML.OnnxRuntime.Extensions.targets" target="build\netstandard1.1" />
		<file src="targets\netstandard\Microsoft.ML.OnnxRuntime.Extensions.targets" target="build\netstandard2.0" />
		<file src="..\ThirdPartyNotices.txt" target="ThirdPartyNotices.txt" />
		<file src="ORT_icon_for_light_bg.png" target="ORT_icon_for_light_bg.png" />
	</files>
</package>