Skip to content

Commit

Permalink
#20 - updated to version 0.3.10-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
dougrday committed Jun 4, 2018
1 parent 9fa4635 commit c365ba4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.2.0.0</AssemblyVersion>
<AssemblyVersion>0.3.10.0</AssemblyVersion>

<FileVersion>0.2.0.0</FileVersion>
<FileVersion>0.3.10.0</FileVersion>

<Version>0.2.0-beta</Version>
<Version>0.3.10-beta</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 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.9-beta</Version>
<Version>0.3.10-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 @@ -16,7 +16,7 @@

IHaveSelectionSet.GetInlineFragment()
EntityMapContext.NextFragment()</PackageReleaseNotes>
<AssemblyVersion>0.3.9.0</AssemblyVersion>
<AssemblyVersion>0.3.10.0</AssemblyVersion>
<FileVersion>0.3.9.0</FileVersion>
</PropertyGroup>

Expand Down

0 comments on commit c365ba4

Please sign in to comment.