|
5 | 5 | <Authors>ObsidianMinor</Authors> |
6 | 6 | <Company> |
7 | 7 | </Company> |
8 | | - <Description>Gfycat.Net is a complete wrapper around the Gfycat API built for the .NET Standard</Description> |
| 8 | + <Description>A complete wrapper around the Gfycat API built for the .NET Standard</Description> |
9 | 9 | <Copyright></Copyright> |
10 | 10 | <NeutralLanguage>en-US</NeutralLanguage> |
11 | | - <PackageTags>gfycat</PackageTags> |
| 11 | + <PackageTags>gfycat;netstandard</PackageTags> |
12 | 12 | <PackageReleaseNotes>Initial release. Supports all non-testing endpoints.</PackageReleaseNotes> |
13 | | - <DefineConstants>TRACE;DEBUG;NETSTANDARD1_2;TESTING</DefineConstants> |
| 13 | + <DefineConstants>TRACE;DEBUG;NETSTANDARD1_2;</DefineConstants> |
14 | 14 | <Optimize>False</Optimize> |
15 | 15 | <GeneratePackageOnBuild>True</GeneratePackageOnBuild> |
16 | 16 | <PackageId>Gfycat.Net</PackageId> |
|
19 | 19 | <PackageIconUrl>https://gfycat.com/images/logo-300x300.png</PackageIconUrl> |
20 | 20 | <PackageProjectUrl>https://github.com/ObsidianMinor/Gfycat.Net</PackageProjectUrl> |
21 | 21 | <RepositoryType>git</RepositoryType> |
22 | | - <PackageLicenseUrl>https://github.com/ObsidianMinor/Gfycat.Net/LICENSE.txt</PackageLicenseUrl> |
| 22 | + <PackageLicenseUrl>http://opensource.org/licenses/MIT</PackageLicenseUrl> |
23 | 23 | <AssemblyName>Gfycat.Net</AssemblyName> |
24 | 24 | </PropertyGroup> |
25 | 25 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard1.2|AnyCPU'"> |
|
33 | 33 | <None Remove="Auth\**" /> |
34 | 34 | </ItemGroup> |
35 | 35 | <ItemGroup Condition="'$(TargetFramework)'=='netstandard1.2'"> |
36 | | - <PackageReference Include="Newtonsoft.Json" Version="10.0.1" /> |
37 | | - <PackageReference Include="System.Threading.Timer" Version="4.3.0" /> |
| 36 | + <PackageReference Include="Newtonsoft.Json" Version="10.0.2" /> |
38 | 37 | </ItemGroup> |
39 | 38 | <ItemGroup> |
40 | 39 | <None Include="Rest\RestExtensions.cs" /> |
|
0 commit comments