Skip to content

Commit 99e069e

Browse files
committed
Update to version 3.0.2, add serialization
1 parent e0a8c22 commit 99e069e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Roy-T.AStar/Roy-T.AStar.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<RootNamespace>Roy_T.AStar</RootNamespace>
66
<PackageId>RoyT.AStar</PackageId>
7-
<Version>3.0.1</Version>
7+
<Version>3.0.2</Version>
88
<Authors>Roy Triesscheijn</Authors>
99
<Company />
1010
<Description>A fast 2D path finding library based on the A* algorithm. Works with both grids and graphs. Supports .NETStandard 2.0 and higher. This library has no external dependencies.</Description>
1111
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1212
<PackageProjectUrl>https://github.com/roy-t/AStar/</PackageProjectUrl>
1313
<RepositoryUrl>https://github.com/roy-t/AStar/</RepositoryUrl>
1414
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
15-
<AssemblyVersion>3.0.1.0</AssemblyVersion>
16-
<FileVersion>3.0.1.0</FileVersion>
15+
<AssemblyVersion>3.0.2.0</AssemblyVersion>
16+
<FileVersion>3.0.2.0</FileVersion>
1717
</PropertyGroup>
1818

1919
<ItemGroup>

0 commit comments

Comments
 (0)