Skip to content

Commit

Permalink
Updated to 0.4.2-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
dougrday committed Nov 8, 2018
1 parent 7a645f3 commit 583c671
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Dapper.GraphQL.Test/Dapper.GraphQL.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

<IsPackable>false</IsPackable>

<AssemblyVersion>0.3.10.0</AssemblyVersion>
<AssemblyVersion>0.4.2.0</AssemblyVersion>

<FileVersion>0.3.10.0</FileVersion>
<FileVersion>0.4.2.0</FileVersion>

<Version>0.4.0-beta</Version>
<Version>0.4.2-beta</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
16 changes: 9 additions & 7 deletions Dapper.GraphQL/Dapper.GraphQL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<TargetFramework>netstandard1.3</TargetFramework>
<Version>0.4.0-beta</Version>
<Authors>Doug Day, Kevin Russon, Ben McCallum, Natalya (narbit)</Authors>
<Version>0.4.2-beta</Version>
<Authors>Doug Day, Kevin Russon, Ben McCallum, Natalya Arbit, Per Liedman, John Stovin</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>
<Copyright>Copyright 2018</Copyright>
Expand All @@ -12,11 +12,13 @@
<RepositoryUrl>https://github.com/landmarkhw/Dapper.GraphQL.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>Dapper Dapper.SqlBuilder GraphQL graphql-dotnet core coreclr .NET</PackageTags>
<PackageReleaseNotes>- #22 - Database transaction parameters for context Execute methods enhancement
- #26 - Add mutation example
- #29 - Updated GraphQL to the latest (2.3)</PackageReleaseNotes>
<AssemblyVersion>0.4.0.0</AssemblyVersion>
<FileVersion>0.4.0.0</FileVersion>
<PackageReleaseNotes>Resolved
#15 - Pass commandTimeout to Dapper
#31 - Add non-generic versions of service registration methods
#34 - SqlQueryContext: SplitOn() should call RemoveSingleTableQueryItems()
</PackageReleaseNotes>
<AssemblyVersion>0.4.2.0</AssemblyVersion>
<FileVersion>0.4.2.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 583c671

Please sign in to comment.