Skip to content

Commit

Permalink
Merge pull request #46 from Byndyusoft/wip
Browse files Browse the repository at this point in the history
version 2.0.0
  • Loading branch information
govorovvs authored Dec 7, 2022
2 parents 44991e1 + 456fcf5 commit 6588d5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Infrastructure/Dapper/SessionsFactory/Session.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public void Commit()
_transaction?.Commit();
}

public void Dispose()
public virtual void Dispose()
{
_transaction?.Dispose();
_transaction = null;
Expand Down
2 changes: 1 addition & 1 deletion src/Infrastructure/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="..\..\Directory.Build.props" />

<PropertyGroup>
<Version>1.1</Version>
<Version>2.0.0</Version>
<PackageIcon>icon.png</PackageIcon>
<IsPackable>true</IsPackable>
</PropertyGroup>
Expand Down

0 comments on commit 6588d5d

Please sign in to comment.