Skip to content

Commit

Permalink
Bump to 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tlil authored Nov 11, 2022
1 parent 81106ed commit 62a5cef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/GraphQL.Conventions/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
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>5.3.0</VersionPrefix>
<PackageVersion>5.3.0</PackageVersion>
<VersionPrefix>7.0.0</VersionPrefix>
<PackageVersion>7.0.0</PackageVersion>
<Authors>Tommy Lillehagen</Authors>
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
<LangVersion>9.0</LangVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/GraphQL.Conventions/LICENSE.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 62a5cef

Please sign in to comment.