Skip to content

Commit

Permalink
Deploy v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
henkmollema committed Mar 1, 2016
1 parent fdb991d commit 6acdff9
Show file tree
Hide file tree
Showing 15 changed files with 1,471 additions and 1,452 deletions.
Binary file added nuget/Dommel.1.3.4.nupkg
Binary file not shown.
5 changes: 3 additions & 2 deletions src/Dommel/Dommel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@
<DocumentationFile>bin\Release\Dommel.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Dapper">
<HintPath>..\packages\Dapper.1.38\lib\net40\Dapper.dll</HintPath>
<Reference Include="Dapper, Version=1.40.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Dapper.1.42\lib\net40\Dapper.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
Expand Down
4 changes: 2 additions & 2 deletions src/Dommel/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Dommel")]
[assembly: AssemblyCopyright("Copyright © 2014 Henk Mollema")]
[assembly: AssemblyCopyright("Copyright © 2016 Henk Mollema")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -22,4 +22,4 @@
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("6c76538f-9fb2-4789-972c-d72e2f468462")]

[assembly: AssemblyVersion("1.4.0")]
[assembly: AssemblyVersion("1.3.4")]
2 changes: 1 addition & 1 deletion src/Dommel/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Dapper" version="1.38" targetFramework="net40" />
<package id="Dapper" version="1.42" targetFramework="net40" />
</packages>
Binary file removed src/packages/Dapper.1.38/Dapper.1.38.nupkg
Binary file not shown.
Binary file removed src/packages/Dapper.1.38/lib/net35/Dapper.dll
Binary file not shown.
Binary file removed src/packages/Dapper.1.38/lib/net40/Dapper.dll
Binary file not shown.
Binary file removed src/packages/Dapper.1.38/lib/net45/Dapper.dll
Binary file not shown.
Binary file added src/packages/Dapper.1.42/Dapper.1.42.nupkg
Binary file not shown.
Binary file added src/packages/Dapper.1.42/lib/net35/Dapper.dll
Binary file not shown.

Large diffs are not rendered by default.

Binary file added src/packages/Dapper.1.42/lib/net40/Dapper.dll
Binary file not shown.

Large diffs are not rendered by default.

Binary file added src/packages/Dapper.1.42/lib/net45/Dapper.dll
Binary file not shown.

Large diffs are not rendered by default.

0 comments on commit 6acdff9

Please sign in to comment.