From 62a5cef44bb4d3f1873e1de8af267503b018f061 Mon Sep 17 00:00:00 2001 From: Tommy Lillehagen Date: Fri, 11 Nov 2022 08:17:25 +0000 Subject: [PATCH] Bump to 7.0.0 --- src/GraphQL.Conventions/CommonAssemblyInfo.cs | 6 +++--- src/GraphQL.Conventions/GraphQL.Conventions.csproj | 4 ++-- src/GraphQL.Conventions/LICENSE.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/GraphQL.Conventions/CommonAssemblyInfo.cs b/src/GraphQL.Conventions/CommonAssemblyInfo.cs index 10465657..f4bc0111 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 eb26bd1f..0ce86551 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 fd49dd61..50bb00d9 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