File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
JohnKnoop.MongoRepository/source Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
5- <Version >3.0.0-rc.5 </Version >
5+ <Version >3.0.3 </Version >
66 <Description >An easily configurable repository for MongoDB with support for multi-tenancy</Description >
77 <PackageProjectUrl >https://github.com/johnknoop/MongoRepository</PackageProjectUrl >
88 <PackageTags >repository mongodb multitenant</PackageTags >
99 <Authors >John Knoop</Authors >
1010 <LangVersion >7.1</LangVersion >
11- <PackageReleaseNotes >A few breaking changes from 2.x:
12-
13- - InsertMany now takes an IList of commands rather than an IEnumerable
14- - All Delete operations return a Task< DeleteResult> rather than Task
15- - All Update operations return a Task< UpdateResult> rather than Task< bool>
16- - ReplaceManyAsync returns a Task< BulkWriteResult< TEntity>> rather than a Task
17- - InsertManyAsync(params TEntity[] entities) is removed.
18-
19- New features:
20-
21- - All overloads of UpdateOneAsync now take an UpdateOptions parameter</PackageReleaseNotes >
11+ <PackageReleaseNotes >Add documentation for IncrementCounterAsync</PackageReleaseNotes >
2212 </PropertyGroup >
2313
2414 <ItemGroup >
You can’t perform that action at this time.
0 commit comments