Skip to content

Commit f6e37fd

Browse files
author
Raul Hidalgo Caballero
committed
v1.0.1
1 parent 585c09a commit f6e37fd

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.vs/
22
bin/
3-
obj/
3+
obj/
4+
*.user

root.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<RepositoryType>git</RepositoryType>
1818
<RepositoryUrl>https://github.com/graphql-dotnet/graphql-client.git</RepositoryUrl>
1919
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
20+
<Version>1.0.1</Version>
2021
<WarningLevel>4</WarningLevel>
2122
</PropertyGroup>
2223

src/GraphQL.Client/GraphQL.Client.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
<PropertyGroup>
77
<Description>A GraphQL Client</Description>
8-
<Version>1.0.1</Version>
98
</PropertyGroup>
109

1110
<PropertyGroup>

src/GraphQL.Common/GraphQL.Common.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
<PropertyGroup>
77
<Description>Common GraphQL classes</Description>
8-
<Version>1.0.0</Version>
98
</PropertyGroup>
109

1110
<PropertyGroup>

0 commit comments

Comments
 (0)