Skip to content

Commit

Permalink
license expression added.
Browse files Browse the repository at this point in the history
  • Loading branch information
turgayozgur committed Jan 15, 2019
1 parent fb196ec commit 83b14a8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Owin.Token.AspNetCore/Owin.Token.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,20 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.0.0</Version>
<Title>Owin.Token.AspNetCore</Title>
<Description>.NET Core library to reading OWIN based OAuth tokens.</Description>
<Copyright>Copyright (c) 2019 Turgay Özgür</Copyright>
<Authors>Turgay Özgür</Authors>
<AssemblyName>Owin.Token.AspNetCore</AssemblyName>
<PackageId>Owin.Token.AspNetCore</PackageId>
<PackageTags>OWIN;core;aspnetcore;token</PackageTags>
<PackageProjectUrl>https://github.com/turgayozgur/Owin.Token.AspNetCore</PackageProjectUrl>
<License>https://opensource.org/licenses/MIT</License>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>git://github.com/turgayozgur/Owin.Token.AspNetCore</RepositoryUrl>
</PropertyGroup>

<PropertyGroup>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

</Project>

0 comments on commit 83b14a8

Please sign in to comment.