Skip to content

Commit

Permalink
Bump version to 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tlil committed Dec 19, 2019
1 parent 96608f1 commit 345a88d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/GraphQL.Conventions/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
[assembly: AssemblyCopyright("Copyright 2016-2019 Tommy Lillehagen. All rights reserved.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("2.5.1")]
[assembly: AssemblyInformationalVersion("2.5.1")]
[assembly: AssemblyFileVersion("2.5.2")]
[assembly: AssemblyInformationalVersion("2.5.2")]
[assembly: CLSCompliant(false)]

[assembly: InternalsVisibleTo("Tests")]
2 changes: 1 addition & 1 deletion src/GraphQL.Conventions/GraphQL.Conventions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>GraphQL Conventions for .NET</Description>
<VersionPrefix>2.5.1</VersionPrefix>
<VersionPrefix>2.5.2</VersionPrefix>
<Authors>Tommy Lillehagen</Authors>
<TargetFrameworks>net45;netstandard1.6.1</TargetFrameworks>
<DepsFileGenerationMode>old</DepsFileGenerationMode>
Expand Down

0 comments on commit 345a88d

Please sign in to comment.