From c61c2ba8751b4c868cbf1c657a9e19081f52ac94 Mon Sep 17 00:00:00 2001 From: ikpil Date: Thu, 1 Feb 2024 22:47:12 +0900 Subject: [PATCH] update package description --- src/DotRecast.Core/DotRecast.Core.csproj | 2 +- src/DotRecast.Detour.Crowd/DotRecast.Detour.Crowd.csproj | 2 +- src/DotRecast.Detour.Dynamic/DotRecast.Detour.Dynamic.csproj | 2 +- src/DotRecast.Detour.Extras/DotRecast.Detour.Extras.csproj | 2 +- .../DotRecast.Detour.TileCache.csproj | 2 +- src/DotRecast.Detour/DotRecast.Detour.csproj | 2 +- src/DotRecast.Recast.Demo/DotRecast.Recast.Demo.csproj | 2 +- src/DotRecast.Recast.Toolset/DotRecast.Recast.Toolset.csproj | 2 +- src/DotRecast.Recast/DotRecast.Recast.csproj | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/DotRecast.Core/DotRecast.Core.csproj b/src/DotRecast.Core/DotRecast.Core.csproj index 012bd95..f93e2a7 100644 --- a/src/DotRecast.Core/DotRecast.Core.csproj +++ b/src/DotRecast.Core/DotRecast.Core.csproj @@ -5,7 +5,7 @@ DotRecast.Core README.md ikpil - DotRecast - a port of Recast Detour, navigation mesh toolset for games, Unity3D, servers, C# + DotRecast - a port of Recast Detour, Industry-standard navigation mesh toolset for .NET, C#, Unity3D, games, servers git https://github.com/ikpil/DotRecast https://github.com/ikpil/DotRecast diff --git a/src/DotRecast.Detour.Crowd/DotRecast.Detour.Crowd.csproj b/src/DotRecast.Detour.Crowd/DotRecast.Detour.Crowd.csproj index 649f03d..9f409bf 100644 --- a/src/DotRecast.Detour.Crowd/DotRecast.Detour.Crowd.csproj +++ b/src/DotRecast.Detour.Crowd/DotRecast.Detour.Crowd.csproj @@ -5,7 +5,7 @@ DotRecast.Detour.Crowd README.md ikpil - DotRecast - a port of Recast Detour, navigation mesh toolset for games, Unity3D, servers, C# + DotRecast - a port of Recast Detour, Industry-standard navigation mesh toolset for .NET, C#, Unity3D, games, servers git https://github.com/ikpil/DotRecast https://github.com/ikpil/DotRecast diff --git a/src/DotRecast.Detour.Dynamic/DotRecast.Detour.Dynamic.csproj b/src/DotRecast.Detour.Dynamic/DotRecast.Detour.Dynamic.csproj index e49720c..fa359e7 100644 --- a/src/DotRecast.Detour.Dynamic/DotRecast.Detour.Dynamic.csproj +++ b/src/DotRecast.Detour.Dynamic/DotRecast.Detour.Dynamic.csproj @@ -5,7 +5,7 @@ DotRecast.Detour.Dynamic README.md ikpil - DotRecast - a port of Recast Detour, navigation mesh toolset for games, Unity3D, servers, C# + DotRecast - a port of Recast Detour, Industry-standard navigation mesh toolset for .NET, C#, Unity3D, games, servers git https://github.com/ikpil/DotRecast https://github.com/ikpil/DotRecast diff --git a/src/DotRecast.Detour.Extras/DotRecast.Detour.Extras.csproj b/src/DotRecast.Detour.Extras/DotRecast.Detour.Extras.csproj index 2546659..d00e4b8 100644 --- a/src/DotRecast.Detour.Extras/DotRecast.Detour.Extras.csproj +++ b/src/DotRecast.Detour.Extras/DotRecast.Detour.Extras.csproj @@ -5,7 +5,7 @@ DotRecast.Detour.Extras README.md ikpil - DotRecast - a port of Recast Detour, navigation mesh toolset for games, Unity3D, servers, C# + DotRecast - a port of Recast Detour, Industry-standard navigation mesh toolset for .NET, C#, Unity3D, games, servers git https://github.com/ikpil/DotRecast https://github.com/ikpil/DotRecast diff --git a/src/DotRecast.Detour.TileCache/DotRecast.Detour.TileCache.csproj b/src/DotRecast.Detour.TileCache/DotRecast.Detour.TileCache.csproj index b203325..5b63f82 100644 --- a/src/DotRecast.Detour.TileCache/DotRecast.Detour.TileCache.csproj +++ b/src/DotRecast.Detour.TileCache/DotRecast.Detour.TileCache.csproj @@ -5,7 +5,7 @@ DotRecast.Detour.TileCache README.md ikpil - DotRecast - a port of Recast Detour, navigation mesh toolset for games, Unity3D, servers, C# + DotRecast - a port of Recast Detour, Industry-standard navigation mesh toolset for .NET, C#, Unity3D, games, servers git https://github.com/ikpil/DotRecast https://github.com/ikpil/DotRecast diff --git a/src/DotRecast.Detour/DotRecast.Detour.csproj b/src/DotRecast.Detour/DotRecast.Detour.csproj index 9411469..86d5ea1 100644 --- a/src/DotRecast.Detour/DotRecast.Detour.csproj +++ b/src/DotRecast.Detour/DotRecast.Detour.csproj @@ -5,7 +5,7 @@ DotRecast.Detour README.md ikpil - DotRecast - a port of Recast Detour, navigation mesh toolset for games, Unity3D, servers, C# + DotRecast - a port of Recast Detour, Industry-standard navigation mesh toolset for .NET, C#, Unity3D, games, servers git https://github.com/ikpil/DotRecast https://github.com/ikpil/DotRecast diff --git a/src/DotRecast.Recast.Demo/DotRecast.Recast.Demo.csproj b/src/DotRecast.Recast.Demo/DotRecast.Recast.Demo.csproj index 0982fe5..dcaf901 100644 --- a/src/DotRecast.Recast.Demo/DotRecast.Recast.Demo.csproj +++ b/src/DotRecast.Recast.Demo/DotRecast.Recast.Demo.csproj @@ -7,7 +7,7 @@ DotRecast.Recast.Demo README.md ikpil - DotRecast - a port of Recast Detour, navigation mesh toolset for games, Unity3D, servers, C# + DotRecast - a port of Recast Detour, Industry-standard navigation mesh toolset for .NET, C#, Unity3D, games, servers git https://github.com/ikpil/DotRecast https://github.com/ikpil/DotRecast diff --git a/src/DotRecast.Recast.Toolset/DotRecast.Recast.Toolset.csproj b/src/DotRecast.Recast.Toolset/DotRecast.Recast.Toolset.csproj index 81b782f..e8fcf60 100644 --- a/src/DotRecast.Recast.Toolset/DotRecast.Recast.Toolset.csproj +++ b/src/DotRecast.Recast.Toolset/DotRecast.Recast.Toolset.csproj @@ -5,7 +5,7 @@ DotRecast.Recast.Toolset README.md ikpil - DotRecast - a port of Recast Detour, navigation mesh toolset for games, Unity3D, servers, C# + DotRecast - a port of Recast Detour, Industry-standard navigation mesh toolset for .NET, C#, Unity3D, games, servers git https://github.com/ikpil/DotRecast https://github.com/ikpil/DotRecast diff --git a/src/DotRecast.Recast/DotRecast.Recast.csproj b/src/DotRecast.Recast/DotRecast.Recast.csproj index 1ca159d..b97161a 100644 --- a/src/DotRecast.Recast/DotRecast.Recast.csproj +++ b/src/DotRecast.Recast/DotRecast.Recast.csproj @@ -5,7 +5,7 @@ DotRecast.Recast README.md ikpil - DotRecast - a port of Recast Detour, navigation mesh toolset for games, Unity3D, servers, C# + DotRecast - a port of Recast Detour, Industry-standard navigation mesh toolset for .NET, C#, Unity3D, games, servers git https://github.com/ikpil/DotRecast https://github.com/ikpil/DotRecast