Skip to content

Commit 15b2e7d

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.4.0...v2.0.0) (2025-08-31) ### Bug Fixes * correct naming of Kilometer enum value ([b6b771e](b6b771e)) * Floating-Point Reliability in GeoDDCoordinate Equality Comparison ([64b9928](64b9928)) * improve hash code consistency for equality tolerance ([9b9d715](9b9d715)) ### Code Refactoring * drop support for .NET ≤5.0 ([a46fdcd](a46fdcd)) ### BREAKING CHANGES * renamed DistanceUnit.kilometer to DistanceUnit.Kilometer * Removed support for .NET 5.0, .NET Standard, and .NET Framework. Minimum supported version is now .NET 6.0.
1 parent 716322a commit 15b2e7d

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [2.0.0](https://github.com/TechNobre/PowerUtils.Geolocation/compare/v1.4.0...v2.0.0) (2025-08-31)
2+
3+
4+
### Bug Fixes
5+
6+
* correct naming of Kilometer enum value ([b6b771e](https://github.com/TechNobre/PowerUtils.Geolocation/commit/b6b771e1dfca7f6d9120c2b3462d3221d4264361))
7+
* Floating-Point Reliability in GeoDDCoordinate Equality Comparison ([64b9928](https://github.com/TechNobre/PowerUtils.Geolocation/commit/64b99285d8b0cf9a7b07e10752077f2fb2049ff7))
8+
* improve hash code consistency for equality tolerance ([9b9d715](https://github.com/TechNobre/PowerUtils.Geolocation/commit/9b9d71597ea76280c215eeac7c4ab19423a818e4))
9+
10+
11+
### Code Refactoring
12+
13+
* drop support for .NET ≤5.0 ([a46fdcd](https://github.com/TechNobre/PowerUtils.Geolocation/commit/a46fdcd039f0010dbc20bba4d24f41ae138896a4))
14+
15+
16+
### BREAKING CHANGES
17+
18+
* renamed DistanceUnit.kilometer to DistanceUnit.Kilometer
19+
* Removed support for .NET 5.0, .NET Standard, and .NET Framework. Minimum supported version is now .NET 6.0.
20+
121
# [1.4.0](https://github.com/TechNobre/PowerUtils.Geolocation/compare/v1.3.0...v1.4.0) (2024-11-13)
222

323

src/PowerUtils.Geolocation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<AssemblyName>PowerUtils.Geolocation</AssemblyName>
99
<RootNamespace>PowerUtils.Geolocation</RootNamespace>
1010

11-
<Version>1.4.0</Version>
11+
<Version>2.0.0</Version>
1212

1313
<PackageOutputPath>bin\</PackageOutputPath>
1414
</PropertyGroup>

0 commit comments

Comments
 (0)