Skip to content

Commit

Permalink
Update Castle.Core to version 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stakx committed Jun 9, 2018
1 parent d4aea9c commit 515e563
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1

* **Breaking change:** All `ReturnsAsync` and `ThrowsAsync` setup methods now consistently return a new `Task` on each invocation (@snrnats, #595)
* Speed up `Mock.Of<T>()` by approx. one order of magnitude (@informatorius, #598)
* Update package reference to `Castle.Core` (DynamicProxy) from version 4.2.1 to 4.3.0 (@stakx, #624)

#### Fixed

Expand Down
2 changes: 1 addition & 1 deletion Moq.Tests/Moq.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Castle.Core" Version="4.2.1" />
<PackageReference Include="Castle.Core" Version="4.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
<PackageReference Include="System.ValueTuple" Version="4.4.0" />
<PackageReference Include="xunit" Version="2.3.1" />
Expand Down
4 changes: 2 additions & 2 deletions Moq.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
<releaseNotes>A changelog is available at https://github.com/moq/moq4/blob/master/CHANGELOG.md.</releaseNotes>
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="Castle.Core" version="4.2.1" />
<dependency id="Castle.Core" version="4.3.0" />
<dependency id="System.Threading.Tasks.Extensions" version="4.3.0" />
<dependency id="System.ValueTuple" version="4.4.0" />
</group>
<group targetFramework=".NETStandard1.3">
<dependency id="NETStandard.Library" version="1.6.1" />
<dependency id="System.Linq.Queryable" version="4.3.0" />
<dependency id="System.Reflection.TypeExtensions" version="4.3.0" />
<dependency id="Castle.Core" version="4.2.1" />
<dependency id="Castle.Core" version="4.3.0" />
<dependency id="System.Threading.Tasks.Extensions" version="4.3.0" />
<dependency id="System.ValueTuple" version="4.4.0" />
</group>
Expand Down
2 changes: 1 addition & 1 deletion Source/Moq.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Castle.Core" Version="4.2.1" />
<PackageReference Include="Castle.Core" Version="4.3.0" />
<PackageReference Include="GitInfo" Version="2.0.8" />
<PackageReference Include="IFluentInterface" Version="2.0.4" />
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.7.3" PrivateAssets="All" />
Expand Down

0 comments on commit 515e563

Please sign in to comment.