new release pushed

This commit is contained in:
Alexandre SPIESER
2020-05-17 18:58:50 +01:00
parent 581a630bc9
commit 4bdaa5faee
8 changed files with 1194 additions and 17 deletions
@@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="AspNetCore.Identity.MongoDbCore" Version="2.1.0" />
<PackageReference Include="AspNetCore.Identity.MongoDbCore" Version="2.1.1" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.13.0-beta1" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="3.1.1" />
+2 -2
View File
@@ -2,7 +2,7 @@
<package >
<metadata>
<id>AspNetCore.Identity.MongoDbCore</id>
<version>2.1.0</version>
<version>2.1.1</version>
<title>AspNetCore.Identity.MongoDbCore</title>
<authors>Alexandre Spieser</authors>
<owners>Alexandre Spieser</owners>
@@ -24,7 +24,7 @@
<dependency id="Microsoft.AspNetCore.Identity" version="2.2" />
<dependency id="Microsoft.Extensions.Identity.Stores" version="3.1.1" />
<dependency id="MongoDB.Driver" version="2.9.3" />
<dependency id="MongoDbGenericRepository" version="1.4.1" />
<dependency id="MongoDbGenericRepository" version="1.4.3" />
</group>
</dependencies>
</metadata>
@@ -11,7 +11,7 @@
"Microsoft.AspNetCore.Identity": "2.2.0",
"Microsoft.Extensions.Identity.Stores": "3.1.1",
"MongoDB.Driver": "2.9.3",
"MongoDbGenericRepository": "1.4.1"
"MongoDbGenericRepository": "1.4.3"
},
"runtime": {
"AspNetCore.Identity.MongoDbCore.dll": {}
@@ -487,7 +487,7 @@
}
}
},
"MongoDbGenericRepository/1.4.1": {
"MongoDbGenericRepository/1.4.3": {
"dependencies": {
"MongoDB.Driver": "2.9.3"
},
@@ -1741,12 +1741,12 @@
"path": "mongodb.driver.core/2.9.3",
"hashPath": "mongodb.driver.core.2.9.3.nupkg.sha512"
},
"MongoDbGenericRepository/1.4.1": {
"MongoDbGenericRepository/1.4.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-TbRnmktTly5L/tZZxTqf6DC4HUHe9G1HVCzvsw0G07kRx2E6VKXGEKbCvG6rKZxqNv5/CcTS81xYST0P/GsCTg==",
"path": "mongodbgenericrepository/1.4.1",
"hashPath": "mongodbgenericrepository.1.4.1.nupkg.sha512"
"sha512": "sha512-SLJp2QnPzhYHUDyBXFekrLwaHWTqwHcCErm9LQlXOQq6VYU1sF5bSmAoQ7Ak0BPD8YTqVbTQc6wbSD8EJYMyAQ==",
"path": "mongodbgenericrepository/1.4.3",
"hashPath": "mongodbgenericrepository.1.4.3.nupkg.sha512"
},
"NETStandard.Library/1.6.1": {
"type": "package",
@@ -12,7 +12,7 @@
"Microsoft.AspNetCore.Identity": "2.2.0",
"Microsoft.Extensions.Identity.Stores": "3.1.1",
"MongoDB.Driver": "2.9.3",
"MongoDbGenericRepository": "1.4.1"
"MongoDbGenericRepository": "1.4.3"
},
"runtime": {
"AspNetCore.Identity.MongoDbCore.dll": {}
@@ -501,7 +501,7 @@
}
}
},
"MongoDbGenericRepository/1.4.1": {
"MongoDbGenericRepository/1.4.3": {
"dependencies": {
"MongoDB.Driver": "2.9.3"
},
@@ -2034,12 +2034,12 @@
"path": "mongodb.driver.core/2.9.3",
"hashPath": "mongodb.driver.core.2.9.3.nupkg.sha512"
},
"MongoDbGenericRepository/1.4.1": {
"MongoDbGenericRepository/1.4.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-TbRnmktTly5L/tZZxTqf6DC4HUHe9G1HVCzvsw0G07kRx2E6VKXGEKbCvG6rKZxqNv5/CcTS81xYST0P/GsCTg==",
"path": "mongodbgenericrepository/1.4.1",
"hashPath": "mongodbgenericrepository.1.4.1.nupkg.sha512"
"sha512": "sha512-SLJp2QnPzhYHUDyBXFekrLwaHWTqwHcCErm9LQlXOQq6VYU1sF5bSmAoQ7Ak0BPD8YTqVbTQc6wbSD8EJYMyAQ==",
"path": "mongodbgenericrepository/1.4.3",
"hashPath": "mongodbgenericrepository.1.4.3.nupkg.sha512"
},
"NETStandard.Library/1.6.1": {
"type": "package",
File diff suppressed because it is too large Load Diff
@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AspNetCore.Identity.MongoDbCore" Version="2.1.0" />
<PackageReference Include="AspNetCore.Identity.MongoDbCore" Version="2.1.1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.2.7" />
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />