Device.Net Nuspec File
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<package | |
xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | |
<metadata> | |
<id>Device.Net</id> | |
<title>Device.Net</title> | |
<description>Cross-platform .NET framework for talking to connected devices in a uniform way through dependency injection. | |
Alpha version. Please use 3.x for a stable release</description> | |
<summary>Cross-platform .NET framework for talking to connected devices in a uniform way through dependency injection.</summary> | |
<version>4.0.5-alpha </version> | |
<authors>Christian Findlay</authors> | |
<projectUrl>https://github.com/MelbourneDeveloper/Device.Net</projectUrl> | |
<releaseNotes>Alpha version. Please use 3.x for a stable release</releaseNotes> | |
<copyright>Copyright (c) 2020 Christian Findlay</copyright> | |
<tags>Hid USB Android UWP Windows C# MacOS Linux</tags> | |
<repository type="git" url="https://github.com/MelbourneDeveloper/Device.Net" commit="38b74bf1bc73735a161642b496c8b04b342c8d28" /> | |
<owners>Christian Findlay</owners> | |
<icon>images/Icon.png</icon> | |
<requireLicenseAcceptance>true</requireLicenseAcceptance> | |
<license type="expression">MIT</license> | |
<dependencies> | |
<group targetFramework=".NETFramework4.5" /> | |
<group targetFramework=".NETStandard2.0"> | |
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="3.1.7" exclude="Build,Analyzers" /> | |
</group> | |
<group targetFramework="UAP10.0.16299"> | |
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="3.1.7" exclude="Build,Analyzers" /> | |
</group> | |
</dependencies> | |
</metadata> | |
<files> | |
<file src="../Icon.png" target="images\" /> | |
<file src="..\..\src\Device.Net\bin\Release\netstandard2.0\Device.Net.dll" target="lib/netstandard2.0"/> | |
<file src="..\..\src\Device.Net\bin\Release\netstandard2.0\Device.Net.xml" target="lib/netstandard2.0"/> | |
<file src="..\..\src\Device.Net\bin\Release\net45\Device.Net.dll" target="lib/net45"/> | |
<file src="..\..\src\Device.Net\bin\Release\net45\Device.Net.xml" target="lib/net45"/> | |
<file src="..\..\src\Device.Net.UWP\bin\Release\Device.Net.dll" target="lib/uap10.0.16299"/> | |
<file src="..\..\src\Device.Net.UWP\bin\Release\Device.Net.xml" target="lib/uap10.0.16299"/> | |
<file src="..\..\src\Device.Net.UWP\bin\Release\Device.Net.UWP.dll" target="lib/uap10.0.16299"/> | |
<file src="..\..\src\Device.Net.UWP\bin\Release\Device.Net.UWP.xml" target="lib/uap10.0.16299"/> | |
</files> | |
</package> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment