Skip to content

Commit

Permalink
- baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
eben-roux committed Nov 25, 2014
1 parent b352153 commit 43a06e8
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
Binary file modified .build/Shuttle.Core.MSBuild.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Shuttle.Core.Data.Tests/Shuttle.Core.Data.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="Shuttle.Core.Infrastructure">
<HintPath>..\packages\shuttle-core-infrastructure.3.1.4\lib\net35-full\Shuttle.Core.Infrastructure.dll</HintPath>
<HintPath>..\packages\shuttle-core-infrastructure.3.1.5\lib\net35-full\Shuttle.Core.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
Expand Down
2 changes: 1 addition & 1 deletion Shuttle.Core.Data.Tests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<packages>
<package id="Moq" version="4.2.1409.1722" targetFramework="net35" />
<package id="NUnit" version="2.6.3" targetFramework="net35" />
<package id="shuttle-core-infrastructure" version="3.1.4" targetFramework="net35" />
<package id="shuttle-core-infrastructure" version="3.1.5" targetFramework="net35" />
</packages>
4 changes: 2 additions & 2 deletions Shuttle.Core.Data/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
[assembly: AssemblyTitle("Shuttle.Core.Data for .NET Framework 4.5.1")]
#endif

[assembly: AssemblyVersion("3.1.4.0")]
[assembly: AssemblyVersion("3.1.5.0")]
[assembly: AssemblyCopyright("Copyright © Eben Roux 2010-2014")]
[assembly: AssemblyProduct("Shuttle.Core")]
[assembly: AssemblyCompany("Shuttle")]
[assembly: AssemblyConfiguration("Release")]
[assembly: AssemblyInformationalVersion("3.1.4")]
[assembly: AssemblyInformationalVersion("3.1.5")]
[assembly: ComVisible(false)]
5 changes: 2 additions & 3 deletions Shuttle.Core.Data/Shuttle.Core.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@
<DefineConstants>$(DefineConstants);NET451FULL</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Reference Include="Shuttle.Core.Infrastructure, Version=3.1.4.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\shuttle-core-infrastructure.3.1.4\lib\net35-full\Shuttle.Core.Infrastructure.dll</HintPath>
<Reference Include="Shuttle.Core.Infrastructure">
<HintPath>..\packages\shuttle-core-infrastructure.3.1.5\lib\net35-full\Shuttle.Core.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />
Expand Down
4 changes: 2 additions & 2 deletions Shuttle.Core.Data/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="shuttle-core-infrastructure" version="3.1.4" targetFramework="net35" />
<package id="shuttle-core-msbuild" version="1.1.1" targetFramework="net35" />
<package id="shuttle-core-infrastructure" version="3.1.5" targetFramework="net35" />
<package id="shuttle-core-msbuild" version="1.1.3" targetFramework="net35" />
</packages>

0 comments on commit 43a06e8

Please sign in to comment.