Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Commit

Permalink
[nuget] Added Nuget package spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
tritao committed Jul 31, 2017
1 parent 393a0c0 commit def4f8c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Embeddinator-4000.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>Embeddinator-4000</id>
<version>$version$</version>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<title>Embeddinator-4000</title>
<summary>Tools to turn .NET libraries into native libraries that can be consumed on Android, iOS, Mac, Linux and other platforms.</summary>
<description>Embeddinator-4000 is a tool to turn existing .NET libraries into libraries that can be consumed by other languages.
It is a tool that takes a .NET assembly and generates the necessary glue to surface the .NET API as a native API. The goal is to surface .NET libraries to all ecosystems where Mono/Xamarin run, and for each platform we provide an interface that is native to that platform as well as the tools needed to turn a .NET library into something that can be consumed on that platform.</description>
<licenseUrl>https://raw.githubusercontent.com/mono/Embeddinator-4000/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/mono/Embeddinator-4000</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>Microsoft 2017</copyright>
<tags>Embeddinator, Microsoft, Mono, Xamarin</tags>
</metadata>
</package>

0 comments on commit def4f8c

Please sign in to comment.