Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- Updated to version 0.3.9-beta
  • Loading branch information
dougrday committed May 24, 2018
1 parent ba81e32 commit e1ceb3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dapper.GraphQL/Dapper.GraphQL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard1.3</TargetFramework>
<Version>0.3.8-beta</Version>
<Version>0.3.9-beta</Version>
<Authors>Doug Day, Kevin Russon, Ben McCallum</Authors>
<Company>Landmark Home Warranty</Company>
<Description>A library designed to integrate the Dapper and graphql-dotnet projects with ease-of-use in mind and performance as the primary concern.</Description>
Expand All @@ -19,8 +19,8 @@ See https://github.com/landmarkhw/Dapper.GraphQL/blob/master/Dapper.GraphQL.Test
Also, the Execute() method for queries has changed to require the selection set for GraphQL, to facilitate proper object mapping after the query is executed. See https://github.com/landmarkhw/Dapper.GraphQL/blob/master/Dapper.GraphQL.Test/InsertTests.cs#L98 for an example.

Also note that IEntityMapperFactory was removed. Entity mappers can now be created directly (e.g. new PersonEntityMapper()), or if special feature are required, using a wrapping mapper (e.g. new DeduplicatingEntityMapper&lt;Person&gt;).</PackageReleaseNotes>
<AssemblyVersion>0.3.8.0</AssemblyVersion>
<FileVersion>0.3.8.0</FileVersion>
<AssemblyVersion>0.3.9.0</AssemblyVersion>
<FileVersion>0.3.9.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit e1ceb3c

Please sign in to comment.