Skip to content

Commit

Permalink
Merging 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm360 committed Sep 17, 2019
2 parents 6f30683 + bdcc596 commit f445aee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/MongoDM/DBContextBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ orderby repository.MigrationInfo.PriorityIndex
IsMigrating = false;
}

public async Task SaveChangesAsync(CancellationToken cancellationToken = default)
public virtual async Task SaveChangesAsync(CancellationToken cancellationToken = default)
{
/*
* Currently at MongoDB 4.0 sessions are only available for Replica Sets.
Expand Down
2 changes: 1 addition & 1 deletion src/MongoDM/MongoDM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<RootNamespace>Digicando.MongoDM</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.18.0</Version>
<Version>0.18.1</Version>
<Authors>Digicando Srl</Authors>
<Description>ODM framework for MongoDB</Description>
</PropertyGroup>
Expand Down

0 comments on commit f445aee

Please sign in to comment.