Skip to content

Commit

Permalink
Update to version 3.0.2, add serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
roy-t committed Aug 2, 2020
1 parent e0a8c22 commit 99e069e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Roy-T.AStar/Roy-T.AStar.csproj
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>Roy_T.AStar</RootNamespace>
<PackageId>RoyT.AStar</PackageId>
<Version>3.0.1</Version>
<Version>3.0.2</Version>
<Authors>Roy Triesscheijn</Authors>
<Company />
<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>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/roy-t/AStar/</PackageProjectUrl>
<RepositoryUrl>https://github.com/roy-t/AStar/</RepositoryUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AssemblyVersion>3.0.1.0</AssemblyVersion>
<FileVersion>3.0.1.0</FileVersion>
<AssemblyVersion>3.0.2.0</AssemblyVersion>
<FileVersion>3.0.2.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 99e069e

Please sign in to comment.