|
8 | 8 | <Product>Fortnite-API-Wrapper</Product> |
9 | 9 | <PackageProjectUrl>https://fortnite-api.com</PackageProjectUrl> |
10 | 10 | <RepositoryUrl>https://github.com/Fortnite-API/csharp-wrapper</RepositoryUrl> |
11 | | - <NeutralLanguage /> |
| 11 | + <NeutralLanguage>en</NeutralLanguage> |
12 | 12 | <PackageTags>fortnite, fortniteapi, fortnite-api, fortnite-api.com</PackageTags> |
13 | 13 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
14 | 14 | <PackageLicenseExpression></PackageLicenseExpression> |
15 | 15 | <Authors>Fortnite-API, NotOfficer</Authors> |
16 | 16 | <PackageLicenseFile>LICENSE</PackageLicenseFile> |
17 | | - <Version>1.0.5</Version> |
| 17 | + <Version>1.0.6</Version> |
18 | 18 | <Company>Fortnite-API</Company> |
19 | | - <PackageIconUrl>https://fortnite-api.com/logo.png</PackageIconUrl> |
| 19 | + <PackageIconUrl></PackageIconUrl> |
20 | 20 | <RepositoryType>git</RepositoryType> |
21 | | - <Copyright>Copyright (c) 2019 Fortnite-API.com</Copyright> |
22 | | - <AssemblyVersion>1.0.5.0</AssemblyVersion> |
23 | | - <FileVersion>1.0.5.0</FileVersion> |
| 21 | + <Copyright>Copyright (c) 2020 Fortnite-API.com</Copyright> |
| 22 | + <AssemblyVersion>1.0.6.0</AssemblyVersion> |
| 23 | + <FileVersion>1.0.6.0</FileVersion> |
| 24 | + <PackageIcon>logo.png</PackageIcon> |
24 | 25 | </PropertyGroup> |
25 | 26 |
|
26 | 27 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
|
37 | 38 |
|
38 | 39 | <ItemGroup> |
39 | 40 | <PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> |
40 | | - <PackageReference Include="RestSharp" Version="106.6.10" /> |
| 41 | + <PackageReference Include="RestSharp" Version="106.10.1" /> |
41 | 42 | </ItemGroup> |
42 | 43 |
|
43 | 44 | <ItemGroup> |
| 45 | + <None Include="..\..\..\..\..\Pictures\Fortnite-API\gold\logo.png"> |
| 46 | + <Pack>True</Pack> |
| 47 | + <PackagePath></PackagePath> |
| 48 | + </None> |
44 | 49 | <None Include="..\..\LICENSE"> |
45 | 50 | <Pack>True</Pack> |
46 | 51 | <PackagePath></PackagePath> |
|
0 commit comments