Skip to content

Commit

Permalink
Bump to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tlil committed Nov 17, 2021
1 parent 8329d9d commit ba856de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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("4.1.0")]
[assembly: AssemblyInformationalVersion("4.1.0")]
[assembly: AssemblyFileVersion("4.2.0")]
[assembly: AssemblyInformationalVersion("4.2.0")]
[assembly: CLSCompliant(false)]

[assembly: InternalsVisibleTo("Tests")]
4 changes: 2 additions & 2 deletions src/GraphQL.Conventions/GraphQL.Conventions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<Description>GraphQL Conventions for .NET</Description>
<VersionPrefix>4.1.0</VersionPrefix>
<PackageVersion>4.1.0</PackageVersion>
<VersionPrefix>4.2.0</VersionPrefix>
<PackageVersion>4.2.0</PackageVersion>
<Authors>Tommy Lillehagen</Authors>
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
<LangVersion>7.1</LangVersion>
Expand Down

0 comments on commit ba856de

Please sign in to comment.