Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 018d0ab

Browse files
author
Not Officer
committed
version bump
1 parent 8dfbde6 commit 018d0ab

File tree

1 file changed

+44
-44
lines changed

1 file changed

+44
-44
lines changed
Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,56 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

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>
2727

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>
3434

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>
3939

4040
<ItemGroup>
4141
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
4242
<PackageReference Include="RestSharp" Version="106.15.0" />
4343
</ItemGroup>
4444

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>
5555

5656
</Project>

0 commit comments

Comments
 (0)