Skip to content

Commit

Permalink
Merge pull request #283 from maxmind/greg/eng-1063
Browse files Browse the repository at this point in the history
Release 5.1.0
  • Loading branch information
horgh authored Feb 10, 2025
2 parents 82aa360 + 9f572dd commit ed30736
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion MaxMind.MinFraud.UnitTest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("MaxMind.MinFraud.UnitTest")]
[assembly: AssemblyCopyright("Copyright © 2015-2024")]
[assembly: AssemblyCopyright("Copyright © 2015-2025")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion MaxMind.MinFraud/MaxMind.MinFraud.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>API for MaxMind minFraud Score and Insights web services</Description>
<VersionPrefix>5.1.0-beta.1</VersionPrefix>
<VersionPrefix>5.1.0</VersionPrefix>
<TargetFrameworks>net9.0;net8.0;netstandard2.1;netstandard2.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyName>MaxMind.MinFraud</AssemblyName>
Expand Down
4 changes: 2 additions & 2 deletions MaxMind.MinFraud/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
// associated with an assembly.

[assembly: AssemblyTitle("MaxMind.MinFraud")]
[assembly: AssemblyDescription("API for MaxMind minFraud Score and Insights web services")]
[assembly: AssemblyDescription("API for MaxMind minFraud web services")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("MaxMind, Inc.")]
[assembly: AssemblyProduct("MaxMind.MinFraud")]
[assembly: AssemblyCopyright("Copyright © 2015-2024")]
[assembly: AssemblyCopyright("Copyright © 2015-2025")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,6 @@ This API uses [Semantic Versioning](https://semver.org/).

## Copyright and License ##

This software is Copyright (c) 2015-2024 by MaxMind, Inc.
This software is Copyright (c) 2015-2025 by MaxMind, Inc.

This is free software, licensed under the Apache License, Version 2.0.
2 changes: 1 addition & 1 deletion releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Release Notes
=============

5.1.0
5.1.0 (2025-02-10)
------------------

* .NET 6.0 and .NET 7.0 have been removed as targets as they have both
Expand Down

0 comments on commit ed30736

Please sign in to comment.