harmonize versioning tags and set them to same value.
revert test db connection string
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>netcoreapp3.1;netstandard2.1</TargetFrameworks>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
<!-- Nuget Package properties -->
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
<PackageId>AspNetCore.Identity.MongoDbCore</PackageId>
|
||||
<PackageVersion>3.1.1</PackageVersion>
|
||||
<Authors>Alexandre Spieser</Authors>
|
||||
<PackageTitle>AspNetCore.Identity.MongoDbCore</PackageTitle>
|
||||
<Description>A MongoDb UserStore and RoleStore adapter for Microsoft.Extensions.Identity.Core 3.1.</Description>
|
||||
@@ -14,18 +15,18 @@
|
||||
<PackageReleaseNotes>Release notes are at Release notes are at https://github.com/alexandre-spieser/AspNetCore.Identity.MongoDbCore/releases</PackageReleaseNotes>
|
||||
<Copyright>Copyright 2021 (c) Alexandre Spieser. All rights reserved.</Copyright>
|
||||
<PackageTags>aspnetcore mongo mongodb identity membership</PackageTags>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
<RepositoryUrl>https://github.com/alexandre-spieser/AspNetCore.Identity.MongoDbCore</RepositoryUrl>
|
||||
<RepositoryType>Git</RepositoryType>
|
||||
<Version>3.1.0</Version>
|
||||
<FileVersion>3.1.0</FileVersion>
|
||||
<!-- Versioning -->
|
||||
<PackageVersion>3.1.1</PackageVersion>
|
||||
<Version>3.1.1</Version>
|
||||
<FileVersion>3.1.1</FileVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Extensions.Identity.Core" Version="3.1.12" />
|
||||
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="3.1.12" />
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"MongoDbSettings": {
|
||||
"ConnectionString": "mongodb://localhost:27017",
|
||||
"DatabaseName": "MongoDbTests2"
|
||||
"DatabaseName": "MongoDbTests"
|
||||
},
|
||||
"Logging": {
|
||||
"IncludeScopes": {},
|
||||
|
||||
Reference in New Issue
Block a user