Skip to content

Commit

Permalink
Review
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanpaulovich committed Oct 21, 2019
1 parent 560a406 commit dfabbb7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 2019-10-20 - 0.4.4

* #37 Validation for Null Requests added.

## 2019-10-20 - 0.4.3

* #2 Support o Named Pipelines Added.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<PropertyGroup>
<PackageId>FluentMediator.Microsoft.Extensions.DependencyInjection</PackageId>
<Version>0.4.3</Version>
<Version>0.4.4</Version>
<Authors>Ivan Paulovich</Authors>
<Copyright>Ivan Paulovich</Copyright>
<Description>Microsoft Extensions for FluentMediator.</Description>
Expand Down
2 changes: 1 addition & 1 deletion src/FluentMediator/FluentMediator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<PropertyGroup>
<PackageId>FluentMediator</PackageId>
<Version>0.4.3</Version>
<Version>0.4.4</Version>
<Authors>Ivan Paulovich</Authors>
<Copyright>Ivan Paulovich</Copyright>
<Description>FluentMediator is an unobtrusive library that allows developers to build custom pipelines for Commands, Queries and Events.</Description>
Expand Down
2 changes: 1 addition & 1 deletion test/UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Moq" Version="4.13.0"/>
<PackageReference Include="Moq" Version="4.13.1"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit dfabbb7

Please sign in to comment.