Skip to content

Commit

Permalink
One final readme change and updates to the project nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ObsidianMinor committed Apr 3, 2017
1 parent da49869 commit 5c89743
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ using Gfycat.Analytics;
string userTrackingCookie = GfycatAnalyticsClientConfig.GenerateCookie(); // not required
GfycatAnalyticsClient client = new GfycatAnalyticsClient("replace_with_app_name", "replace_with_any_app_identification", replaceWithAppVersion, userTrackingCookie); // the cookie may also be null
```
Session ID will be auto generated, or you can provide one in a GfycatAnalyticsClientConfig
Session cookie will be auto generated, or you can provide one in a GfycatAnalyticsClientConfig
8 changes: 8 additions & 0 deletions src/Gfycat.Net.Analytics/Gfycat.Net.Analytics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
<Authors>ObsidianMinor</Authors>
<Company />
<Description>An unofficial wrapper around the Gfycat analytics API</Description>
<PackageId>Gfycat.Net.Analytics</PackageId>
<PackageProjectUrl>https://github.com/ObsidianMinor/Gfycat.Net</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>git://github.com/ObsidianMinor/Gfycat.Net</RepositoryUrl>
<PackageTags>gfycat;netstandard;analytics</PackageTags>
<PackageLicenseUrl>http://opensource.org/licenses/MIT</PackageLicenseUrl>
<PackageReleaseNotes></PackageReleaseNotes>
<PackageIconUrl>https://gfycat.com/images/logo-300x300.png</PackageIconUrl>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
11 changes: 5 additions & 6 deletions src/Gfycat.Net/Gfycat.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<Authors>ObsidianMinor</Authors>
<Company>
</Company>
<Description>Gfycat.Net is a complete wrapper around the Gfycat API built for the .NET Standard</Description>
<Description>A complete wrapper around the Gfycat API built for the .NET Standard</Description>
<Copyright></Copyright>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageTags>gfycat</PackageTags>
<PackageTags>gfycat;netstandard</PackageTags>
<PackageReleaseNotes>Initial release. Supports all non-testing endpoints.</PackageReleaseNotes>
<DefineConstants>TRACE;DEBUG;NETSTANDARD1_2;TESTING</DefineConstants>
<DefineConstants>TRACE;DEBUG;NETSTANDARD1_2;</DefineConstants>
<Optimize>False</Optimize>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>Gfycat.Net</PackageId>
Expand All @@ -19,7 +19,7 @@
<PackageIconUrl>https://gfycat.com/images/logo-300x300.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/ObsidianMinor/Gfycat.Net</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseUrl>https://github.com/ObsidianMinor/Gfycat.Net/LICENSE.txt</PackageLicenseUrl>
<PackageLicenseUrl>http://opensource.org/licenses/MIT</PackageLicenseUrl>
<AssemblyName>Gfycat.Net</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard1.2|AnyCPU'">
Expand All @@ -33,8 +33,7 @@
<None Remove="Auth\**" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)'=='netstandard1.2'">
<PackageReference Include="Newtonsoft.Json" Version="10.0.1" />
<PackageReference Include="System.Threading.Timer" Version="4.3.0" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.2" />
</ItemGroup>
<ItemGroup>
<None Include="Rest\RestExtensions.cs" />
Expand Down

0 comments on commit 5c89743

Please sign in to comment.