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

Commit 5c89743

Browse files
committed
One final readme change and updates to the project nuget packages
1 parent da49869 commit 5c89743

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ using Gfycat.Analytics;
5252
string userTrackingCookie = GfycatAnalyticsClientConfig.GenerateCookie(); // not required
5353
GfycatAnalyticsClient client = new GfycatAnalyticsClient("replace_with_app_name", "replace_with_any_app_identification", replaceWithAppVersion, userTrackingCookie); // the cookie may also be null
5454
```
55-
Session ID will be auto generated, or you can provide one in a GfycatAnalyticsClientConfig
55+
Session cookie will be auto generated, or you can provide one in a GfycatAnalyticsClientConfig

src/Gfycat.Net.Analytics/Gfycat.Net.Analytics.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@
1414
<Authors>ObsidianMinor</Authors>
1515
<Company />
1616
<Description>An unofficial wrapper around the Gfycat analytics API</Description>
17+
<PackageId>Gfycat.Net.Analytics</PackageId>
18+
<PackageProjectUrl>https://github.com/ObsidianMinor/Gfycat.Net</PackageProjectUrl>
19+
<RepositoryType>git</RepositoryType>
20+
<RepositoryUrl>git://github.com/ObsidianMinor/Gfycat.Net</RepositoryUrl>
21+
<PackageTags>gfycat;netstandard;analytics</PackageTags>
22+
<PackageLicenseUrl>http://opensource.org/licenses/MIT</PackageLicenseUrl>
23+
<PackageReleaseNotes></PackageReleaseNotes>
24+
<PackageIconUrl>https://gfycat.com/images/logo-300x300.png</PackageIconUrl>
1725
</PropertyGroup>
1826

1927
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

src/Gfycat.Net/Gfycat.Net.csproj

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<Authors>ObsidianMinor</Authors>
66
<Company>
77
</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>
99
<Copyright></Copyright>
1010
<NeutralLanguage>en-US</NeutralLanguage>
11-
<PackageTags>gfycat</PackageTags>
11+
<PackageTags>gfycat;netstandard</PackageTags>
1212
<PackageReleaseNotes>Initial release. Supports all non-testing endpoints.</PackageReleaseNotes>
13-
<DefineConstants>TRACE;DEBUG;NETSTANDARD1_2;TESTING</DefineConstants>
13+
<DefineConstants>TRACE;DEBUG;NETSTANDARD1_2;</DefineConstants>
1414
<Optimize>False</Optimize>
1515
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1616
<PackageId>Gfycat.Net</PackageId>
@@ -19,7 +19,7 @@
1919
<PackageIconUrl>https://gfycat.com/images/logo-300x300.png</PackageIconUrl>
2020
<PackageProjectUrl>https://github.com/ObsidianMinor/Gfycat.Net</PackageProjectUrl>
2121
<RepositoryType>git</RepositoryType>
22-
<PackageLicenseUrl>https://github.com/ObsidianMinor/Gfycat.Net/LICENSE.txt</PackageLicenseUrl>
22+
<PackageLicenseUrl>http://opensource.org/licenses/MIT</PackageLicenseUrl>
2323
<AssemblyName>Gfycat.Net</AssemblyName>
2424
</PropertyGroup>
2525
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard1.2|AnyCPU'">
@@ -33,8 +33,7 @@
3333
<None Remove="Auth\**" />
3434
</ItemGroup>
3535
<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" />
3837
</ItemGroup>
3938
<ItemGroup>
4039
<None Include="Rest\RestExtensions.cs" />

0 commit comments

Comments
 (0)