-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathRiotGamesApi.nuspec
More file actions
88 lines (77 loc) · 5.92 KB
/
RiotGamesApi.nuspec
File metadata and controls
88 lines (77 loc) · 5.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>RiotGamesApi</id>
<version>1.0.0.1</version>
<title>Riot Games API Library</title>
<authors>Mustafa Salih ASLIM</authors>
<owners>Mustafa Salih ASLIM</owners>
<licenseUrl>https://github.com/msx752/RiotGamesApi/blob/master/LICENSE</licenseUrl>
<projectUrl>https://riotgamesapi.readme.io</projectUrl>
<iconUrl>https://github.com/msx752/RiotGamesApi/blob/master/wfc.png?raw=true</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The goal of this project is to allow C# developers who intend to use the Riot Games v3 Web API to pull data from the server easily
</description>
<summary>LeagueOfLegends API</summary>
<releaseNotes />
<copyright>Copyright 2017</copyright>
<language />
<tags>RiotGamesApi Riot Games League of Legends Web API v3 C# Wrapper Portable AspNet AspNetCore</tags>
<dependencies>
<group targetFramework=".NETStandard1.4">
<dependency id="DeepCloner" version="0.10.1" />
<dependency id="Microsoft.Extensions.Caching.Memory" version="1.1.2" />
<dependency id="Microsoft.Extensions.DependencyInjection" version="1.1.1" />
<dependency id="Newtonsoft.Json" version="10.0.3" />
</group>
<group targetFramework=".NETCoreApp1.1">
<dependency id="Microsoft.NETCore.App" version="1.1.2" />
<dependency id="Microsoft.AspNetCore.Http.Abstractions" version="1.1.2" />
<dependency id="DeepCloner" version="0.10.1" />
<dependency id="Microsoft.Extensions.DependencyInjection" version="1.1.1" />
<dependency id="Microsoft.Extensions.Caching.Memory" version="1.1.2" />
<dependency id="Newtonsoft.Json" version="10.0.3" />
</group>
<group targetFramework=".NETCoreApp2.0">
<dependency id="Microsoft.NETCore.App" version="2.0.0" />
<dependency id="Microsoft.AspNetCore.Http.Abstractions" version="2.0.0" />
<dependency id="DeepCloner" version="0.10.1" />
<dependency id="Microsoft.Extensions.DependencyInjection" version="2.0.0" />
<dependency id="Microsoft.Extensions.Caching.Memory" version="2.0.0" />
<dependency id="Newtonsoft.Json" version="10.0.3" />
</group>
<group targetFramework=".NETFramework4.6.2">
<dependency id="Microsoft.AspNet.Mvc" version="5.2.3" />
<dependency id="Microsoft.Owin" version="3.1.0" />
<dependency id="NETStandard.Library" version="1.6.1" />
<dependency id="DeepCloner" version="0.10.1" />
<dependency id="Microsoft.Extensions.DependencyInjection" version="1.1.1" />
<dependency id="Microsoft.Extensions.Caching.Memory" version="1.1.2" />
<dependency id="Newtonsoft.Json" version="10.0.3" />
</group>
</dependencies>
</metadata>
<files>
<file src="RiotGamesApi\readme.txt" target="" />
<file src="RiotGamesApi\bin\Release\netstandard1.4\RiotGamesApi.dll" target="lib\netstandard1.4\RiotGamesApi.dll" />
<file src="RiotGamesApi\bin\Release\netstandard1.4\RiotGamesApi.xml" target="lib\netstandard1.4\RiotGamesApi.xml" />
<file src="RiotGamesApi\bin\Release\netstandard1.4\RiotGamesApi.deps.json" target="lib\netstandard1.4\RiotGamesApi.deps.json" />
<file src="RiotGamesApi\bin\Release\netstandard1.4\RiotGamesApi.dll" target="lib\net462\RiotGamesApi.dll" />
<file src="RiotGamesApi\bin\Release\netstandard1.4\RiotGamesApi.xml" target="lib\net462\RiotGamesApi.xml" />
<file src="RiotGamesApi\bin\Release\netstandard1.4\RiotGamesApi.deps.json" target="lib\net462\RiotGamesApi.deps.json" />
<file src="RiotGamesApi.AspNet\bin\Release\RiotGamesApi.AspNet.dll" target="lib\net462\RiotGamesApi.AspNet.dll" />
<file src="RiotGamesApi.AspNet\bin\Release\RiotGamesApi.AspNet.xml" target="lib\net462\RiotGamesApi.AspNet.xml" />
<file src="RiotGamesApi\bin\Release\netstandard1.4\RiotGamesApi.dll" target="lib\netcoreapp11\RiotGamesApi.dll" />
<file src="RiotGamesApi\bin\Release\netstandard1.4\RiotGamesApi.xml" target="lib\netcoreapp11\RiotGamesApi.xml" />
<file src="RiotGamesApi\bin\Release\netstandard1.4\RiotGamesApi.deps.json" target="lib\netcoreapp11\RiotGamesApi.deps.json" />
<file src="RiotGamesApi.AspNetCore\bin\Release\netcoreapp1.1\RiotGamesApi.AspNetCore.deps.json" target="lib\netcoreapp11\RiotGamesApi.AspNetCore.deps.json" />
<file src="RiotGamesApi.AspNetCore\bin\Release\netcoreapp1.1\RiotGamesApi.AspNetCore.dll" target="lib\netcoreapp11\RiotGamesApi.AspNetCore.dll" />
<file src="RiotGamesApi.AspNetCore\bin\Release\netcoreapp1.1\RiotGamesApi.AspNetCore.xml" target="lib\netcoreapp11\RiotGamesApi.AspNetCore.xml" />
<file src="RiotGamesApi\bin\Release\netstandard1.4\RiotGamesApi.dll" target="lib\netcoreapp20\RiotGamesApi.dll" />
<file src="RiotGamesApi\bin\Release\netstandard1.4\RiotGamesApi.xml" target="lib\netcoreapp20\RiotGamesApi.xml" />
<file src="RiotGamesApi\bin\Release\netstandard1.4\RiotGamesApi.deps.json" target="lib\netcoreapp20\RiotGamesApi.deps.json" />
<file src="RiotGamesApi.AspNetCore\bin\Release\netcoreapp2.0\RiotGamesApi.AspNetCore.deps.json" target="lib\netcoreapp20\RiotGamesApi.AspNetCore.deps.json" />
<file src="RiotGamesApi.AspNetCore\bin\Release\netcoreapp2.0\RiotGamesApi.AspNetCore.dll" target="lib\netcoreapp20\RiotGamesApi.AspNetCore.dll" />
<file src="RiotGamesApi.AspNetCore\bin\Release\netcoreapp2.0\RiotGamesApi.AspNetCore.xml" target="lib\netcoreapp20\RiotGamesApi.AspNetCore.xml" />
</files>
</package>