Skip to content

Commit

Permalink
Merge pull request #66 from aspriddell/update-data-lib
Browse files Browse the repository at this point in the history
update data library
  • Loading branch information
aspriddell authored Dec 16, 2021
2 parents 4e3f303 + b75210d commit db4c8a1
Show file tree
Hide file tree
Showing 77 changed files with 91 additions and 90 deletions.
3 changes: 2 additions & 1 deletion DragonFruit.Link/DragonFruit.Link.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DragonFruit.Common.Data" Version="2021.1130.58-beta"/>
<PackageReference Include="DragonFruit.Data" Version="2021.1216.4-beta"/>
<PackageReference Include="DragonFruit.Data.Serializers.Newtonsoft" Version="2021.1216.4-beta"/>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using DragonFruit.Common.Data;
using DragonFruit.Data;
using DragonFruit.Link.Economy.Objects;
using DragonFruit.Link.Economy.Requests;
using DragonFruit.Link.Economy.Responses;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using DragonFruit.Common.Data;
using DragonFruit.Data;
using DragonFruit.Link.Economy.Objects;
using DragonFruit.Link.Economy.Requests;
using DragonFruit.Link.Economy.Responses;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Threading;
using System.Threading.Tasks;
using DragonFruit.Common.Data;
using DragonFruit.Data;
using DragonFruit.Link.Economy.Requests;
using DragonFruit.Link.Exceptions;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Threading;
using System.Threading.Tasks;
using DragonFruit.Common.Data;
using DragonFruit.Data;
using DragonFruit.Link.Economy.Requests;
using DragonFruit.Link.Economy.Responses;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Threading;
using System.Threading.Tasks;
using DragonFruit.Common.Data;
using DragonFruit.Data;
using DragonFruit.Link.Economy.Requests;
using DragonFruit.Link.Economy.Responses;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Threading;
using System.Threading.Tasks;
using DragonFruit.Common.Data;
using DragonFruit.Data;
using DragonFruit.Link.Economy.Objects;
using DragonFruit.Link.Economy.Requests;
using DragonFruit.Link.Economy.Responses;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Threading;
using System.Threading.Tasks;
using DragonFruit.Common.Data;
using DragonFruit.Data;
using DragonFruit.Link.Economy.Requests;
using DragonFruit.Link.Economy.Responses;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Threading;
using System.Threading.Tasks;
using DragonFruit.Common.Data;
using DragonFruit.Data;
using DragonFruit.Link.Economy.Objects;
using DragonFruit.Link.Economy.Requests;
using DragonFruit.Link.Economy.Responses;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Threading;
using System.Threading.Tasks;
using DragonFruit.Common.Data;
using DragonFruit.Data;
using DragonFruit.Link.Economy.Requests;
using DragonFruit.Link.Economy.Responses;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Collections.Generic;
using System.Linq;
using System.Text;
using DragonFruit.Common.Data.Parameters;
using DragonFruit.Data.Parameters;

namespace DragonFruit.Link.Economy.Requests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// DragonFruit Link Copyright (C) DragonFruit Network <inbox@dragonfruit.network>
// Licensed under MIT. Please refer to the LICENCE file for more info

using DragonFruit.Common.Data.Parameters;
using DragonFruit.Data.Parameters;

namespace DragonFruit.Link.Economy.Requests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// DragonFruit Link Copyright (C) DragonFruit Network <inbox@dragonfruit.network>
// Licensed under MIT. Please refer to the LICENCE file for more info

using DragonFruit.Common.Data;
using DragonFruit.Common.Data.Parameters;
using DragonFruit.Data;
using DragonFruit.Data.Parameters;

namespace DragonFruit.Link.Economy.Requests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// DragonFruit Link Copyright (C) DragonFruit Network <inbox@dragonfruit.network>
// Licensed under MIT. Please refer to the LICENCE file for more info

using DragonFruit.Common.Data;
using DragonFruit.Common.Data.Parameters;
using DragonFruit.Data;
using DragonFruit.Data.Parameters;

namespace DragonFruit.Link.Economy.Requests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under MIT. Please refer to the LICENCE file for more info

using System;
using DragonFruit.Common.Data.Parameters;
using DragonFruit.Data.Parameters;

namespace DragonFruit.Link.Economy.Requests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// DragonFruit Link Copyright (C) DragonFruit Network <inbox@dragonfruit.network>
// Licensed under MIT. Please refer to the LICENCE file for more info

using DragonFruit.Common.Data.Parameters;
using DragonFruit.Data.Parameters;

namespace DragonFruit.Link.Economy.Requests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// DragonFruit Link Copyright (C) DragonFruit Network <inbox@dragonfruit.network>
// Licensed under MIT. Please refer to the LICENCE file for more info

using DragonFruit.Common.Data.Parameters;
using DragonFruit.Data.Parameters;

namespace DragonFruit.Link.Economy.Requests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under MIT. Please refer to the LICENCE file for more info

using System;
using DragonFruit.Common.Data.Parameters;
using DragonFruit.Data.Parameters;

namespace DragonFruit.Link.Economy.Requests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under MIT. Please refer to the LICENCE file for more info

using System;
using DragonFruit.Common.Data.Parameters;
using DragonFruit.Data.Parameters;

namespace DragonFruit.Link.Economy.Requests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// DragonFruit Link Copyright (C) DragonFruit Network <inbox@dragonfruit.network>
// Licensed under MIT. Please refer to the LICENCE file for more info

using DragonFruit.Common.Data.Parameters;
using DragonFruit.Data.Parameters;

namespace DragonFruit.Link.Economy.Requests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Threading;
using System.Threading.Tasks;
using DragonFruit.Common.Data;
using DragonFruit.Data;
using DragonFruit.Link.Game.Requests;
using DragonFruit.Link.Game.Responses;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Threading;
using System.Threading.Tasks;
using DragonFruit.Common.Data;
using DragonFruit.Data;
using DragonFruit.Link.Game.Requests;
using DragonFruit.Link.Game.Responses;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using DragonFruit.Common.Data;
using DragonFruit.Data;
using DragonFruit.Link.Game.Objects;
using DragonFruit.Link.Game.Requests;
using DragonFruit.Link.Game.Responses;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using DragonFruit.Common.Data;
using DragonFruit.Data;
using DragonFruit.Link.Exceptions;
using DragonFruit.Link.Game.Requests;
using Newtonsoft.Json.Linq;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// DragonFruit Link Copyright (C) DragonFruit Network <inbox@dragonfruit.network>
// Licensed under MIT. Please refer to the LICENCE file for more info

using DragonFruit.Common.Data.Parameters;
using DragonFruit.Data.Parameters;

namespace DragonFruit.Link.Game.Requests
{
Expand Down
2 changes: 1 addition & 1 deletion DragonFruit.Link/Game/Requests/SteamGameSchemaRequest.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// DragonFruit Link Copyright (C) DragonFruit Network <inbox@dragonfruit.network>
// Licensed under MIT. Please refer to the LICENCE file for more info

using DragonFruit.Common.Data.Parameters;
using DragonFruit.Data.Parameters;

#nullable enable

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// DragonFruit Link Copyright (C) DragonFruit Network <inbox@dragonfruit.network>
// Licensed under MIT. Please refer to the LICENCE file for more info

using DragonFruit.Common.Data.Parameters;
using DragonFruit.Data.Parameters;

namespace DragonFruit.Link.Game.Requests
{
Expand Down
4 changes: 2 additions & 2 deletions DragonFruit.Link/Game/Requests/SteamGlobalGameStatsRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

using System.Collections.Generic;
using System.Linq;
using DragonFruit.Common.Data;
using DragonFruit.Common.Data.Parameters;
using DragonFruit.Data;
using DragonFruit.Data.Parameters;

namespace DragonFruit.Link.Game.Requests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Threading;
using System.Threading.Tasks;
using DragonFruit.Common.Data;
using DragonFruit.Data;
using DragonFruit.Link.Library.Objects;
using DragonFruit.Link.Library.Requests;
using DragonFruit.Link.Library.Responses;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using DragonFruit.Common.Data;
using DragonFruit.Data;
using DragonFruit.Link.Library.Objects;
using DragonFruit.Link.Library.Requests;
using DragonFruit.Link.Library.Responses;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Threading;
using System.Threading.Tasks;
using DragonFruit.Common.Data;
using DragonFruit.Data;
using DragonFruit.Link.Library.Requests;
using DragonFruit.Link.Library.Responses;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Threading;
using System.Threading.Tasks;
using DragonFruit.Common.Data;
using DragonFruit.Data;
using DragonFruit.Link.Library.Requests;
using DragonFruit.Link.Library.Responses;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using DragonFruit.Common.Data;
using DragonFruit.Data;
using DragonFruit.Link.Library.Objects;
using DragonFruit.Link.Library.Requests;
using DragonFruit.Link.Library.Responses;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using DragonFruit.Common.Data;
using DragonFruit.Data;
using DragonFruit.Link.Library.Objects;
using DragonFruit.Link.Library.Requests;
using DragonFruit.Link.Library.Responses;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// DragonFruit Link Copyright (C) DragonFruit Network <inbox@dragonfruit.network>
// Licensed under MIT. Please refer to the LICENCE file for more info

using DragonFruit.Common.Data.Parameters;
using DragonFruit.Data.Parameters;

namespace DragonFruit.Link.Library.Requests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// DragonFruit Link Copyright (C) DragonFruit Network <inbox@dragonfruit.network>
// Licensed under MIT. Please refer to the LICENCE file for more info

using DragonFruit.Common.Data.Parameters;
using DragonFruit.Data.Parameters;

namespace DragonFruit.Link.Library.Requests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under MIT. Please refer to the LICENCE file for more info

using System;
using DragonFruit.Common.Data.Parameters;
using DragonFruit.Data.Parameters;

#nullable enable

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// DragonFruit Link Copyright (C) DragonFruit Network <inbox@dragonfruit.network>
// Licensed under MIT. Please refer to the LICENCE file for more info

using DragonFruit.Common.Data.Parameters;
using DragonFruit.Data.Parameters;

#nullable enable

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// DragonFruit Link Copyright (C) DragonFruit Network <inbox@dragonfruit.network>
// Licensed under MIT. Please refer to the LICENCE file for more info

using DragonFruit.Common.Data.Parameters;
using DragonFruit.Data.Parameters;

namespace DragonFruit.Link.Library.Requests
{
Expand Down
2 changes: 1 addition & 1 deletion DragonFruit.Link/News/Extensions/SteamNewsExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Threading;
using System.Threading.Tasks;
using DragonFruit.Common.Data;
using DragonFruit.Data;
using DragonFruit.Link.News.Objects;
using DragonFruit.Link.News.Requests;
using DragonFruit.Link.News.Responses;
Expand Down
4 changes: 2 additions & 2 deletions DragonFruit.Link/News/Requests/SteamNewsRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

using System;
using System.Collections.Generic;
using DragonFruit.Common.Data;
using DragonFruit.Common.Data.Parameters;
using DragonFruit.Data;
using DragonFruit.Data.Parameters;

#nullable enable

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Threading;
using System.Threading.Tasks;
using DragonFruit.Common.Data;
using DragonFruit.Data;
using DragonFruit.Link.Servers.Objects;
using DragonFruit.Link.Servers.Requests;
using DragonFruit.Link.Servers.Responses;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Threading;
using System.Threading.Tasks;
using DragonFruit.Common.Data;
using DragonFruit.Data;
using DragonFruit.Link.Servers.Requests;

namespace DragonFruit.Link.Servers.Extensions
Expand Down
Loading

0 comments on commit db4c8a1

Please sign in to comment.