diff --git a/src/GraphQL.Conventions/CommonAssemblyInfo.cs b/src/GraphQL.Conventions/CommonAssemblyInfo.cs index 1046565..f4bc011 100644 --- a/src/GraphQL.Conventions/CommonAssemblyInfo.cs +++ b/src/GraphQL.Conventions/CommonAssemblyInfo.cs @@ -5,11 +5,11 @@ [assembly: AssemblyDescription("GraphQL Conventions for .NET")] [assembly: AssemblyTitle("GraphQL.Conventions")] [assembly: AssemblyProduct("GraphQL.Conventions")] -[assembly: AssemblyCopyright("Copyright 2016-2019 Tommy Lillehagen. All rights reserved.")] +[assembly: AssemblyCopyright("Copyright 2016-2022 Tommy Lillehagen. All rights reserved.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.3.0")] -[assembly: AssemblyInformationalVersion("4.3.0")] +[assembly: AssemblyFileVersion("7.0.0")] +[assembly: AssemblyInformationalVersion("7.0.0")] [assembly: CLSCompliant(false)] [assembly: InternalsVisibleTo("Tests")] diff --git a/src/GraphQL.Conventions/GraphQL.Conventions.csproj b/src/GraphQL.Conventions/GraphQL.Conventions.csproj index eb26bd1..0ce8655 100644 --- a/src/GraphQL.Conventions/GraphQL.Conventions.csproj +++ b/src/GraphQL.Conventions/GraphQL.Conventions.csproj @@ -2,8 +2,8 @@ GraphQL Conventions for .NET - 5.3.0 - 5.3.0 + 7.0.0 + 7.0.0 Tommy Lillehagen net6.0;netstandard2.0 9.0 diff --git a/src/GraphQL.Conventions/LICENSE.md b/src/GraphQL.Conventions/LICENSE.md index fd49dd6..50bb00d 100644 --- a/src/GraphQL.Conventions/LICENSE.md +++ b/src/GraphQL.Conventions/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016-2019 Tommy Lillehagen. +Copyright (c) 2016-2022 Tommy Lillehagen. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal