Skip to content

Commit

Permalink
Merge pull request #73 from jehhynes/master
Browse files Browse the repository at this point in the history
Upgrade to Dapper 1.50.2
  • Loading branch information
programcsharp committed Sep 14, 2016
2 parents 8a0dbf4 + d38aca6 commit 7a2d33b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Build/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.5.12")]
[assembly: AssemblyFileVersion("1.5.12")]
[assembly: AssemblyVersion("1.5.13")]
[assembly: AssemblyFileVersion("1.5.13")]
//[assembly: AssemblyInformationalVersion("1.4.5-editlyalpha2")]
2 changes: 1 addition & 1 deletion Build/Griddly.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dependencies>
<group>
<dependency id="CsvHelper" version="2.4.0" />
<dependency id="Dapper" version="1.13.0" />
<dependency id="Dapper" version="1.50.2" />
<dependency id="EPPlus" version="3.1.3.3" />
</group>
</dependencies>
Expand Down
5 changes: 3 additions & 2 deletions Griddly.Mvc/Griddly.Mvc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\CsvHelper.2.4.1\lib\net40-client\CsvHelper.dll</HintPath>
</Reference>
<Reference Include="Dapper">
<HintPath>..\packages\Dapper.1.13\lib\net45\Dapper.dll</HintPath>
<Reference Include="Dapper, Version=1.50.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Dapper.1.50.2\lib\net45\Dapper.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="EPPlus">
<HintPath>..\packages\EPPlus.3.1.3.3\lib\net35\EPPlus.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion Griddly.Mvc/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="CsvHelper" version="2.4.1" targetFramework="net45" />
<package id="Dapper" version="1.13" targetFramework="net45" />
<package id="Dapper" version="1.50.2" targetFramework="net45" />
<package id="EPPlus" version="3.1.3.3" targetFramework="net45" />
<package id="Microsoft.AspNet.Mvc" version="4.0.30506.0" targetFramework="net45" />
<package id="Microsoft.AspNet.Razor" version="2.0.20710.0" targetFramework="net45" />
Expand Down

0 comments on commit 7a2d33b

Please sign in to comment.