Moved NuGet package info into project file.
This commit is contained in:
@@ -1,17 +1,27 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard1.6</TargetFramework>
|
||||
<Description>The simple and easy RavenDB Identity provider for ASP.NET Core. Use Raven to store your users and logins. As simple as services.AddRavenDbIdentity<AppUser>();</Description>
|
||||
<Authors>Judah Gabriel Himango</Authors>
|
||||
<TargetFrameworks>netstandard1.6</TargetFrameworks>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
<AssemblyName>RavenDb.Identity</AssemblyName>
|
||||
<Title>RavenDB Identity for ASP.NET Core</Title>
|
||||
<PackageId>RavenDb.Identity</PackageId>
|
||||
<PackageTags>ravendb;identity;aspnetcore;membership;authentication;nosql;authorization</PackageTags>
|
||||
<PackageProjectUrl>https://github.com/JudahGabriel/RavenDB.Identity</PackageProjectUrl>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<RepositoryUrl>https://github.com/JudahGabriel/RavenDB.Identity</RepositoryUrl>
|
||||
<PackageLicenseUrl>https://github.com/JudahGabriel/RavenDB.Identity/blob/master/LICENSE.md</PackageLicenseUrl>
|
||||
<PackageIconUrl>https://github.com/JudahGabriel/RavenDB.Identity/blob/master/RavenDB.Identity/nuget-icon.png?raw=true</PackageIconUrl>
|
||||
<copyright>Copyright 2017 BitShuva</copyright>
|
||||
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
|
||||
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
|
||||
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
|
||||
<Version>1.0.3</Version>
|
||||
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<NuspecFile>RavenDB.Identity.nuspec</NuspecFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove="Readme.md" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.AspNetCore.Identity" Version="1.1.2" />
|
||||
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="1.1.1" />
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<package >
|
||||
<metadata>
|
||||
<id>RavenDB.Identity</id>
|
||||
<version>1.0.0.0</version>
|
||||
<title>RavenDB Identity for ASP.NET Core</title>
|
||||
<authors>Judah Gabriel Himango</authors>
|
||||
<owners>judahgabriel</owners>
|
||||
<licenseUrl>https://github.com/JudahGabriel/RavenDB.Identity/blob/master/LICENSE.md</licenseUrl>
|
||||
<projectUrl>https://github.com/JudahGabriel/RavenDB.Identity</projectUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>The simple and easy RavenDB Identity provider for ASP.NET Core. Use Raven to store your users and logins. As simple as services.AddRavenDbIdentity<AppUser>();</description>
|
||||
<copyright>Copyright 2017 BitShuva</copyright>
|
||||
<tags>ravendb identity raven nosql aspnet aspnetcore</tags>
|
||||
<iconUrl>https://github.com/JudahGabriel/RavenDB.Identity/blob/master/RavenDB.Identity/nuget-icon.png?raw=true</iconUrl>
|
||||
<dependencies>
|
||||
<dependency id="Microsoft.AspNetCore.Identity" version="1.1.2"></dependency>
|
||||
<dependency id="Microsoft.Extensions.DependencyInjection" version="1.1.1"></dependency>
|
||||
<dependency id="RavenDB.Client" version="3.5.4"></dependency>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="../ReadMe.md" />
|
||||
</files>
|
||||
</package>
|
||||
@@ -1 +1 @@
|
||||
dotnet pack RavenDB.Identity.csproj
|
||||
dotnet pack RavenDB.Identity.csproj --configuration Release
|
||||
Reference in New Issue
Block a user