1
Fork 0
mirror of https://github.com/thegeneralist01/Scene-Manager-DevRepo synced 2026-01-11 15:40:29 +01:00

Changed plugin attribute from Test Build to Release Candidate

This commit is contained in:
Rich Dunne 2020-09-07 00:05:01 -06:00
parent dfbf027b0f
commit 1225cb5514

View file

@ -4,7 +4,7 @@ using System.Reflection;
using System.Windows.Forms; using System.Windows.Forms;
using Rage; using Rage;
[assembly: Rage.Attributes.Plugin("Scene Manager [Test Build]", Author = "Rich", Description = "Manage your scenes with custom AI traffic pathing and cone placement.")] [assembly: Rage.Attributes.Plugin("Scene Manager [Release Candidate]", Author = "Rich", Description = "Manage your scenes with custom AI traffic pathing and cone placement.")]
namespace SceneManager namespace SceneManager
{ {