BREAKING CHANGE: renamed namespace & assembly names
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<ImplicitUsings>disable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<RootNamespace>Syntriax.Engine</RootNamespace>
|
||||
<RootNamespace>Engine</RootNamespace>
|
||||
<AssemblyName>Engine</AssemblyName>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
namespace Syntriax.Engine
|
||||
namespace Engine
|
||||
{
|
||||
// This is pretty much so the assembly gets loaded automatically because
|
||||
// the builds include the assembly but sometimes doesn't link load it at startup.
|
||||
|
Reference in New Issue
Block a user