Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Deploy Dapper.FluentMap.Dommel v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
henkmollema committed Mar 1, 2016
1 parent b0ab433 commit 4c8035c
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 31 deletions.
Binary file added nuget/Dapper.FluentMap.Dommel.1.2.1.nupkg
Binary file not shown.
10 changes: 6 additions & 4 deletions src/Dapper.FluentMap.Dommel/Dapper.FluentMap.Dommel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@
<DocumentationFile>bin\Release\Dapper.FluentMap.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="Dommel">
<HintPath>..\packages\Dommel.1.3.3\lib\Dommel.dll</HintPath>
<Reference Include="Dommel, Version=1.3.4.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Dommel.1.3.4\lib\net40\Dommel.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
50 changes: 25 additions & 25 deletions src/Dapper.FluentMap.Dommel/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Dapper.FluentMap.Dommel")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Dapper.FluentMap.Dommel")]
[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("ef9b2624-ef04-4231-8f5a-55c41929b4a1")]

[assembly: AssemblyVersion("1.2.0.0")]
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Dapper.FluentMap.Dommel")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Dapper.FluentMap.Dommel")]
[assembly: AssemblyCopyright("Copyright © 2016 Henk Mollema")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("ef9b2624-ef04-4231-8f5a-55c41929b4a1")]

[assembly: AssemblyVersion("1.2.1.0")]
4 changes: 2 additions & 2 deletions src/Dapper.FluentMap.Dommel/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="Dapper" version="1.38" targetFramework="net40" />
<package id="Dommel" version="1.3.3" targetFramework="net40" />
<package id="Dapper" version="1.42" targetFramework="net40" />
<package id="Dommel" version="1.3.4" targetFramework="net40" />
</packages>

0 comments on commit 4c8035c

Please sign in to comment.