Skip to content

Commit 0f9b620

Browse files
authored
Fix versioning for beta builds (#245)
1 parent ddf3306 commit 0f9b620

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/GraphQL.Conventions/GraphQL.Conventions.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
<PropertyGroup>
44
<Description>GraphQL Conventions for .NET</Description>
5-
<VersionPrefix>7.2.0</VersionPrefix>
6-
<PackageVersion>7.2.0</PackageVersion>
5+
<VersionPrefix>7.2.0-preview</VersionPrefix>
76
<Authors>Tommy Lillehagen</Authors>
87
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
98
<LangVersion>9.0</LangVersion>

0 commit comments

Comments
 (0)