From 6b033ab05865349f09c84ec243097f78488c84d8 Mon Sep 17 00:00:00 2001 From: ikpil Date: Sat, 3 Feb 2024 22:53:17 +0900 Subject: [PATCH] add release note url in nuget package --- src/DotRecast.Core/DotRecast.Core.csproj | 1 + src/DotRecast.Detour.Crowd/DotRecast.Detour.Crowd.csproj | 1 + src/DotRecast.Detour.Dynamic/DotRecast.Detour.Dynamic.csproj | 1 + src/DotRecast.Detour.Extras/DotRecast.Detour.Extras.csproj | 1 + src/DotRecast.Detour.TileCache/DotRecast.Detour.TileCache.csproj | 1 + src/DotRecast.Detour/DotRecast.Detour.csproj | 1 + src/DotRecast.Recast.Demo/DotRecast.Recast.Demo.csproj | 1 + src/DotRecast.Recast.Toolset/DotRecast.Recast.Toolset.csproj | 1 + src/DotRecast.Recast/DotRecast.Recast.csproj | 1 + 9 files changed, 9 insertions(+) diff --git a/src/DotRecast.Core/DotRecast.Core.csproj b/src/DotRecast.Core/DotRecast.Core.csproj index f93e2a7f..b744d068 100644 --- a/src/DotRecast.Core/DotRecast.Core.csproj +++ b/src/DotRecast.Core/DotRecast.Core.csproj @@ -10,6 +10,7 @@ https://github.com/ikpil/DotRecast https://github.com/ikpil/DotRecast game gamedev ai csharp server unity navigation game-development unity3d pathfinding pathfinder recast detour navmesh crowd-simulation recastnavigation + https://github.com/ikpil/DotRecast/blob/main/CHANGELOG.md diff --git a/src/DotRecast.Detour.Crowd/DotRecast.Detour.Crowd.csproj b/src/DotRecast.Detour.Crowd/DotRecast.Detour.Crowd.csproj index 9f409bf0..3bb3ade3 100644 --- a/src/DotRecast.Detour.Crowd/DotRecast.Detour.Crowd.csproj +++ b/src/DotRecast.Detour.Crowd/DotRecast.Detour.Crowd.csproj @@ -10,6 +10,7 @@ https://github.com/ikpil/DotRecast https://github.com/ikpil/DotRecast game gamedev ai csharp server unity navigation game-development unity3d pathfinding pathfinder recast detour navmesh crowd-simulation recastnavigation + https://github.com/ikpil/DotRecast/blob/main/CHANGELOG.md diff --git a/src/DotRecast.Detour.Dynamic/DotRecast.Detour.Dynamic.csproj b/src/DotRecast.Detour.Dynamic/DotRecast.Detour.Dynamic.csproj index fa359e70..65d32138 100644 --- a/src/DotRecast.Detour.Dynamic/DotRecast.Detour.Dynamic.csproj +++ b/src/DotRecast.Detour.Dynamic/DotRecast.Detour.Dynamic.csproj @@ -10,6 +10,7 @@ https://github.com/ikpil/DotRecast https://github.com/ikpil/DotRecast game gamedev ai csharp server unity navigation game-development unity3d pathfinding pathfinder recast detour navmesh crowd-simulation recastnavigation + https://github.com/ikpil/DotRecast/blob/main/CHANGELOG.md diff --git a/src/DotRecast.Detour.Extras/DotRecast.Detour.Extras.csproj b/src/DotRecast.Detour.Extras/DotRecast.Detour.Extras.csproj index d00e4b86..85b764ca 100644 --- a/src/DotRecast.Detour.Extras/DotRecast.Detour.Extras.csproj +++ b/src/DotRecast.Detour.Extras/DotRecast.Detour.Extras.csproj @@ -10,6 +10,7 @@ https://github.com/ikpil/DotRecast https://github.com/ikpil/DotRecast game gamedev ai csharp server unity navigation game-development unity3d pathfinding pathfinder recast detour navmesh crowd-simulation recastnavigation + https://github.com/ikpil/DotRecast/blob/main/CHANGELOG.md diff --git a/src/DotRecast.Detour.TileCache/DotRecast.Detour.TileCache.csproj b/src/DotRecast.Detour.TileCache/DotRecast.Detour.TileCache.csproj index 5b63f82c..2ee53f26 100644 --- a/src/DotRecast.Detour.TileCache/DotRecast.Detour.TileCache.csproj +++ b/src/DotRecast.Detour.TileCache/DotRecast.Detour.TileCache.csproj @@ -10,6 +10,7 @@ https://github.com/ikpil/DotRecast https://github.com/ikpil/DotRecast game gamedev ai csharp server unity navigation game-development unity3d pathfinding pathfinder recast detour navmesh crowd-simulation recastnavigation + https://github.com/ikpil/DotRecast/blob/main/CHANGELOG.md diff --git a/src/DotRecast.Detour/DotRecast.Detour.csproj b/src/DotRecast.Detour/DotRecast.Detour.csproj index 86d5ea10..ee44c895 100644 --- a/src/DotRecast.Detour/DotRecast.Detour.csproj +++ b/src/DotRecast.Detour/DotRecast.Detour.csproj @@ -10,6 +10,7 @@ https://github.com/ikpil/DotRecast https://github.com/ikpil/DotRecast game gamedev ai csharp server unity navigation game-development unity3d pathfinding pathfinder recast detour navmesh crowd-simulation recastnavigation + https://github.com/ikpil/DotRecast/blob/main/CHANGELOG.md diff --git a/src/DotRecast.Recast.Demo/DotRecast.Recast.Demo.csproj b/src/DotRecast.Recast.Demo/DotRecast.Recast.Demo.csproj index dcaf9011..f2935378 100644 --- a/src/DotRecast.Recast.Demo/DotRecast.Recast.Demo.csproj +++ b/src/DotRecast.Recast.Demo/DotRecast.Recast.Demo.csproj @@ -12,6 +12,7 @@ https://github.com/ikpil/DotRecast https://github.com/ikpil/DotRecast game gamedev ai csharp server unity navigation game-development unity3d pathfinding pathfinder recast detour navmesh crowd-simulation recastnavigation + https://github.com/ikpil/DotRecast/blob/main/CHANGELOG.md diff --git a/src/DotRecast.Recast.Toolset/DotRecast.Recast.Toolset.csproj b/src/DotRecast.Recast.Toolset/DotRecast.Recast.Toolset.csproj index e8fcf60f..3dd395ae 100644 --- a/src/DotRecast.Recast.Toolset/DotRecast.Recast.Toolset.csproj +++ b/src/DotRecast.Recast.Toolset/DotRecast.Recast.Toolset.csproj @@ -10,6 +10,7 @@ https://github.com/ikpil/DotRecast https://github.com/ikpil/DotRecast game gamedev ai csharp server unity navigation game-development unity3d pathfinding pathfinder recast detour navmesh crowd-simulation recastnavigation + https://github.com/ikpil/DotRecast/blob/main/CHANGELOG.md diff --git a/src/DotRecast.Recast/DotRecast.Recast.csproj b/src/DotRecast.Recast/DotRecast.Recast.csproj index b97161ae..4d97bcca 100644 --- a/src/DotRecast.Recast/DotRecast.Recast.csproj +++ b/src/DotRecast.Recast/DotRecast.Recast.csproj @@ -10,6 +10,7 @@ https://github.com/ikpil/DotRecast https://github.com/ikpil/DotRecast game gamedev ai csharp server unity navigation game-development unity3d pathfinding pathfinder recast detour navmesh crowd-simulation recastnavigation + https://github.com/ikpil/DotRecast/blob/main/CHANGELOG.md