Skip to content

Commit

Permalink
Merge pull request #5 from LuckyNoS7evin/master
Browse files Browse the repository at this point in the history
Version 1.1.0 final pull
  • Loading branch information
LuckyNoS7evin authored Mar 17, 2018
2 parents 8f7b7d3 + 0837968 commit da98c0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions TwitchLib.Extension.Core/TwitchLib.Extension.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<PackageId>TwitchLib.Extension.Core</PackageId>
<Version>1.0.0</Version>
<Version>1.1.0</Version>
<Description>Extension component of TwitchLib. This component expands the base Extension Library to include a dot net standard (core) Authentication Middleware and Extension Manager</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>luckyNoS7evin</Authors>
Expand All @@ -16,8 +16,8 @@
<RepositoryType>Git</RepositoryType>
<PackageTags>twitch extension api c# csharp nbet standard 2.0 authorization extension mamnager</PackageTags>
<NeutralLanguage>en-US</NeutralLanguage>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<FileVersion>2.1.0.0</FileVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.0.1" />
Expand Down
6 changes: 3 additions & 3 deletions TwitchLib.Extension/TwitchLib.Extension.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net452</TargetFrameworks>
<PackageId>TwitchLib.Extension</PackageId>
<Version>1.0.0</Version>
<Version>1.1.0</Version>
<Description>Extension component of TwitchLib. This component allows you to access Twitch's Extension Api system</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>luckyNoS7evin</Authors>
Expand All @@ -16,8 +16,8 @@
<RepositoryType>Git</RepositoryType>
<PackageTags>twitch extension api c# csharp nbet standard 2.0</PackageTags>
<NeutralLanguage>en-US</NeutralLanguage>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<FileVersion>2.1.0.0</FileVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="5.2.1" />
Expand Down

0 comments on commit da98c0b

Please sign in to comment.