Skip to content

Commit

Permalink
- v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eben-roux committed Jun 4, 2016
1 parent 2cfc012 commit 65cb84d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Shuttle.Recall.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
[assembly: AssemblyTitle("Shuttle.Recall.Tests for .NET Framework 4.6.1")]
#endif

[assembly: AssemblyVersion("1.7.0.0")]
[assembly: AssemblyVersion("1.7.1.0")]
[assembly: AssemblyCopyright("Copyright © Eben Roux 2010-2015")]
[assembly: AssemblyProduct("Shuttle.Recall")]
[assembly: AssemblyCompany("Shuttle")]
[assembly: AssemblyConfiguration("Release")]
[assembly: AssemblyInformationalVersion("1.7.0")]
[assembly: AssemblyInformationalVersion("1.7.1")]
[assembly: ComVisible(false)]
8 changes: 4 additions & 4 deletions Shuttle.Recall.Tests/Shuttle.Recall.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@
<HintPath>..\packages\NUnit.3.2.1\lib\net40\nunit.framework.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Shuttle.Core.Infrastructure, Version=4.1.12.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Shuttle.Core.Infrastructure.4.1.12\lib\net40-full\Shuttle.Core.Infrastructure.dll</HintPath>
<Reference Include="Shuttle.Core.Infrastructure, Version=4.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Shuttle.Core.Infrastructure.4.2.0\lib\net40-full\Shuttle.Core.Infrastructure.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Shuttle.Recall, Version=3.6.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Shuttle.Recall.3.6.0\lib\net40-full\Shuttle.Recall.dll</HintPath>
<Reference Include="Shuttle.Recall, Version=3.6.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Shuttle.Recall.3.6.2\lib\net40-full\Shuttle.Recall.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
4 changes: 2 additions & 2 deletions Shuttle.Recall.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnit" version="3.2.1" targetFramework="net40" />
<package id="Shuttle.Core.Infrastructure" version="4.1.12" targetFramework="net40" />
<package id="Shuttle.Recall" version="3.6.0" targetFramework="net40" />
<package id="Shuttle.Core.Infrastructure" version="4.2.0" targetFramework="net40" />
<package id="Shuttle.Recall" version="3.6.2" targetFramework="net40" />
</packages>

0 comments on commit 65cb84d

Please sign in to comment.