Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
johnknoop committed May 18, 2020
1 parent 1be201c commit 152ad4a
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions JohnKnoop.MongoRepository/source/JohnKnoop.MongoRepository.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,13 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>3.0.0-rc.5</Version>
<Version>3.0.3</Version>
<Description>An easily configurable repository for MongoDB with support for multi-tenancy</Description>
<PackageProjectUrl>https://github.com/johnknoop/MongoRepository</PackageProjectUrl>
<PackageTags>repository mongodb multitenant</PackageTags>
<Authors>John Knoop</Authors>
<LangVersion>7.1</LangVersion>
<PackageReleaseNotes>A few breaking changes from 2.x:

- InsertMany now takes an IList of commands rather than an IEnumerable
- All Delete operations return a Task&lt;DeleteResult&gt; rather than Task
- All Update operations return a Task&lt;UpdateResult&gt; rather than Task&lt;bool&gt;
- ReplaceManyAsync returns a Task&lt;BulkWriteResult&lt;TEntity&gt;&gt; rather than a Task
- InsertManyAsync(params TEntity[] entities) is removed.

New features:

- All overloads of UpdateOneAsync now take an UpdateOptions parameter</PackageReleaseNotes>
<PackageReleaseNotes>Add documentation for IncrementCounterAsync</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 152ad4a

Please sign in to comment.