Skip to content

Commit f8bf358

Browse files
committed
Release v1.5.0.2
1 parent 350d87d commit f8bf358

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

GeometRi/GeometRi.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88

99
Compatible with .Net Framework 2.0, .Net Standard 1.0, .Net Core 3.1 and .Net 5.</Description>
1010
<Copyright>Copyright (c) 2017 Sergey Tarasov</Copyright>
11-
<AssemblyVersion>1.5.0.1</AssemblyVersion>
11+
<AssemblyVersion>1.5.0.2</AssemblyVersion>
1212
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1313
<Authors>Sergey Tarasov</Authors>
1414
<Company />
1515
<PackageProjectUrl>https://github.com/RiSearcher/GeometRi.CSharp</PackageProjectUrl>
16-
<Version>1.5.0.1</Version>
16+
<Version>1.5.0.2</Version>
1717
<PackageTags>computational geometry math 3D</PackageTags>
1818
<PackageReleaseNotes>Added DistanceSquared() method for primitive objects.</PackageReleaseNotes>
1919
<PackageLicenseUrl></PackageLicenseUrl>
2020
<RepositoryUrl>https://github.com/RiSearcher/GeometRi.CSharp</RepositoryUrl>
2121
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
22-
<FileVersion>1.5.0.1</FileVersion>
22+
<FileVersion>1.5.0.2</FileVersion>
2323
</PropertyGroup>
2424

2525
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

ReleaseNotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GeometRi
22
## Release notes
33

4-
### 1.5.0.1 (29/8/2025)
4+
### 1.5.0.2 (29/8/2025)
55
* Added DistanceSquared() method for primitive objects.
66

77
### 1.5.0 (24/8/2025)

0 commit comments

Comments
 (0)