|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 |
|
3 |
| - <PropertyGroup> |
4 |
| - <TargetFrameworks>netstandard2.1;net452;net472;net48;netcoreapp3.1;net5.0;net6.0</TargetFrameworks> |
5 |
| - <RootNamespace>Fortnite_API</RootNamespace> |
6 |
| - <Description>C# wrapper for https://fortnite-api.com</Description> |
7 |
| - <PackageId>Fortnite-API-Wrapper</PackageId> |
8 |
| - <Product>Fortnite-API-Wrapper</Product> |
9 |
| - <PackageProjectUrl>https://fortnite-api.com</PackageProjectUrl> |
10 |
| - <RepositoryUrl>https://github.com/Fortnite-API/csharp-wrapper</RepositoryUrl> |
11 |
| - <NeutralLanguage>en</NeutralLanguage> |
12 |
| - <PackageTags>fortnite, fortniteapi, fortnite-api, fortnite-api.com</PackageTags> |
13 |
| - <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
14 |
| - <PackageLicenseExpression></PackageLicenseExpression> |
15 |
| - <Authors>Fortnite-API, NotOfficer</Authors> |
16 |
| - <PackageLicenseFile>LICENSE</PackageLicenseFile> |
17 |
| - <Version>2.3.1</Version> |
18 |
| - <Company>Fortnite-API</Company> |
19 |
| - <PackageIconUrl></PackageIconUrl> |
20 |
| - <RepositoryType>git</RepositoryType> |
21 |
| - <Copyright>Copyright (c) 2019-2021 Fortnite-API.com</Copyright> |
22 |
| - <AssemblyVersion>2.3.1.0</AssemblyVersion> |
23 |
| - <FileVersion>2.3.1.0</FileVersion> |
24 |
| - <PackageIcon>logo.png</PackageIcon> |
25 |
| - <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
26 |
| - </PropertyGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFrameworks>netstandard2.1;net452;net472;net48;netcoreapp3.1;net5.0;net6.0</TargetFrameworks> |
| 5 | + <RootNamespace>Fortnite_API</RootNamespace> |
| 6 | + <Description>C# wrapper for https://fortnite-api.com</Description> |
| 7 | + <PackageId>Fortnite-API-Wrapper</PackageId> |
| 8 | + <Product>Fortnite-API-Wrapper</Product> |
| 9 | + <PackageProjectUrl>https://fortnite-api.com</PackageProjectUrl> |
| 10 | + <RepositoryUrl>https://github.com/Fortnite-API/csharp-wrapper</RepositoryUrl> |
| 11 | + <NeutralLanguage>en</NeutralLanguage> |
| 12 | + <PackageTags>fortnite, fortniteapi, fortnite-api, fortnite-api.com</PackageTags> |
| 13 | + <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
| 14 | + <PackageLicenseExpression></PackageLicenseExpression> |
| 15 | + <Authors>Fortnite-API, NotOfficer</Authors> |
| 16 | + <PackageLicenseFile>LICENSE</PackageLicenseFile> |
| 17 | + <Version>2.3.2</Version> |
| 18 | + <Company>Fortnite-API</Company> |
| 19 | + <PackageIconUrl></PackageIconUrl> |
| 20 | + <RepositoryType>git</RepositoryType> |
| 21 | + <Copyright>Copyright (c) 2019-2021 Fortnite-API.com</Copyright> |
| 22 | + <AssemblyVersion>2.3.2.0</AssemblyVersion> |
| 23 | + <FileVersion>2.3.2.0</FileVersion> |
| 24 | + <PackageIcon>logo.png</PackageIcon> |
| 25 | + <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
| 26 | + </PropertyGroup> |
27 | 27 |
|
28 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
29 |
| - <DefineConstants>TRACE</DefineConstants> |
30 |
| - <PlatformTarget>AnyCPU</PlatformTarget> |
31 |
| - <DebugType>none</DebugType> |
32 |
| - <DebugSymbols>false</DebugSymbols> |
33 |
| - </PropertyGroup> |
| 28 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
| 29 | + <DefineConstants>TRACE</DefineConstants> |
| 30 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 31 | + <DebugType>none</DebugType> |
| 32 | + <DebugSymbols>false</DebugSymbols> |
| 33 | + </PropertyGroup> |
34 | 34 |
|
35 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
36 |
| - <PlatformTarget>AnyCPU</PlatformTarget> |
37 |
| - <DefineConstants /> |
38 |
| - </PropertyGroup> |
| 35 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
| 36 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 37 | + <DefineConstants /> |
| 38 | + </PropertyGroup> |
39 | 39 |
|
40 | 40 | <ItemGroup>
|
41 | 41 | <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
42 | 42 | <PackageReference Include="RestSharp" Version="106.15.0" />
|
43 | 43 | </ItemGroup>
|
44 | 44 |
|
45 |
| - <ItemGroup> |
46 |
| - <None Include="..\..\logo.png"> |
47 |
| - <Pack>True</Pack> |
48 |
| - <PackagePath></PackagePath> |
49 |
| - </None> |
50 |
| - <None Include="..\..\LICENSE"> |
51 |
| - <Pack>True</Pack> |
52 |
| - <PackagePath></PackagePath> |
53 |
| - </None> |
54 |
| - </ItemGroup> |
| 45 | + <ItemGroup> |
| 46 | + <None Include="..\..\logo.png"> |
| 47 | + <Pack>True</Pack> |
| 48 | + <PackagePath></PackagePath> |
| 49 | + </None> |
| 50 | + <None Include="..\..\LICENSE"> |
| 51 | + <Pack>True</Pack> |
| 52 | + <PackagePath></PackagePath> |
| 53 | + </None> |
| 54 | + </ItemGroup> |
55 | 55 |
|
56 | 56 | </Project>
|
0 commit comments