diff --git a/MaxMind.Db/GlobalSuppressions.cs b/MaxMind.Db/GlobalSuppressions.cs index 2ca045f..147d122 100644 --- a/MaxMind.Db/GlobalSuppressions.cs +++ b/MaxMind.Db/GlobalSuppressions.cs @@ -24,4 +24,5 @@ Target = "MaxMind.Db.Reader.#Find`1(System.Net.IPAddress,MaxMind.Db.InjectableValues)")] [assembly: SuppressMessage("Microsoft.Design", "CA1026:DefaultParametersShouldNotBeUsed", Scope = "member", - Target = "MaxMind.Db.ParameterAttribute.#.ctor(System.String,System.Boolean)")] \ No newline at end of file + Target = "MaxMind.Db.ParameterAttribute.#.ctor(System.String,System.Boolean)")] +[assembly: SuppressMessage("Microsoft.Usage", "CA2243:AttributeStringLiteralsShouldParseCorrectly")] \ No newline at end of file diff --git a/MaxMind.Db/Properties/AssemblyInfo.cs b/MaxMind.Db/Properties/AssemblyInfo.cs index 5d31067..0ec5a6d 100644 --- a/MaxMind.Db/Properties/AssemblyInfo.cs +++ b/MaxMind.Db/Properties/AssemblyInfo.cs @@ -42,9 +42,9 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.1")] -[assembly: AssemblyFileVersion("1.2.0")] -[assembly: AssemblyInformationalVersion("1.2.0")] +[assembly: AssemblyVersion("2.0.0")] +[assembly: AssemblyFileVersion("2.0.0")] +[assembly: AssemblyInformationalVersion("2.0.0-beta1")] [assembly: InternalsVisibleTo("MaxMind.Db.Test,PublicKey=" + "0024000004800000940000000602000000240000525341310004000001000100e30b6e4a9425b1" + "617ffc8bdf79801e67a371f9f650db860dc0dfff92cb63258765a0955c6fcde1da78dbaf5bf84d" +