Switch root namespace to "RobloxFiles"

In case there are any future libraries written for Roblox in C#, I want to avoid running into any namespace collisions. Its best to keep everything pertaining to this project nested in its own unique namespace.
This commit is contained in:
CloneTrooper1019
2019-02-01 11:19:20 -06:00
parent 4e15b2a635
commit 795018e243
66 changed files with 134 additions and 105 deletions

View File

@ -5,11 +5,11 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("RobloxFileFormat")]
[assembly: AssemblyTitle("RobloxFiles")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("RobloxFileFormat")]
[assembly: AssemblyProduct("RobloxFiles")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]