You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.5 KiB

<?xml version="1.0"?>
<package >
<metadata>
<id>Minio</id>
<version>1.0.4</version>
<authors>Minio, Inc.</authors>
<owners>Minio, Inc</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
<projectUrl>https://github.com/minio/minio-dotnet</projectUrl>
<iconUrl>https://www.minio.io/logo/</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Minio .NET SDK for Amazon S3 Compatible Cloud Storage</description>
<releaseNotes>Rewrite of .NET sdk for support of .NetCore and .NET4.5.2 framework</releaseNotes>
<copyright>Copyright 2017</copyright>
<tags>minio cloud storage</tags>
<dependencies>
<group targetFramework="net452">
<dependency id="RestSharp" version="105.2.3" />
<dependency id="Newtonsoft.Json" version="10.0.2" />
<dependency id="System.Reactive" version="3.1.1" />
<dependency id="System.Reactive.Core" version="3.1.1" />
<dependency id="System.Reactive.Interfaces" version="3.1.1" />
<dependency id="System.Reactive.Linq" version="3.1.1" />
<dependency id="System.Reactive.PlatformServices" version="3.1.1" />
<dependency id="System.Reactive.Windows.Threading" version="3.1.1" />
<dependency id="System.Xml.Linq" version="3.5.21022.801" />
</group>
</dependencies>
</metadata>
<files>
<file src="Minio.Net452\bin\Release.Net452\**" target="lib" />
</files>
</package>