forked from auth0/auth0.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommon.props
38 lines (38 loc) · 1.54 KB
/
common.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<Project>
<PropertyGroup>
<Product>Auth0.NET</Product>
<Description>Auth0 .NET SDK</Description>
<Copyright>Auth0® Inc.</Copyright>
<NeutralLanguage>en-US</NeutralLanguage>
<Authors>Auth0</Authors>
<PackageTags>auth0;authentication;openid connect;oidc;oauth2</PackageTags>
<PackageIconUrl>https://secure.gravatar.com/avatar/805765c256ff8617fcad483b5476faf2</PackageIconUrl>
<PackageIcon>Auth0Icon.png</PackageIcon>
<PackageProjectUrl>https://github.com/auth0/auth0.net</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/auth0/auth0.net</RepositoryUrl>
<PackageReleaseNotes>
https://github.com/auth0/auth0.net/blob/master/CHANGELOG.md
</PackageReleaseNotes>
<CLSCompliant>true</CLSCompliant>
<ComVisible>false</ComVisible>
</PropertyGroup>
<PropertyGroup>
<LangVersion>7.1</LangVersion>
<Version>7.26.0</Version>
<Suffix/>
</PropertyGroup>
<PropertyGroup>
<AssemblyVersion>$(Version)</AssemblyVersion>
<AssemblyFileVersion>$(Version)</AssemblyFileVersion>
<InformationalVersion>$(Version)</InformationalVersion>
<PackageVersion>$(Version)</PackageVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<None Include="../../build/Auth0Icon.png" Pack="true" Visible="false" PackagePath=""/>
</ItemGroup>
</Project>