diff --git a/src/Arch/Arch.csproj b/src/Arch/Arch.csproj
index 7822ac30..d5a50142 100644
--- a/src/Arch/Arch.csproj
+++ b/src/Arch/Arch.csproj
@@ -23,7 +23,7 @@ Fixed issue where Unsafe.As did not work on .Net 2.1 for the Dangerous-Utils.
Dangerous API now allows setting/getting of recycled ids.
Fixed archetype duplication after loading a save.
Fixed .Add when a newly non registered component was added.
-Now makes use of the updated and improved JobScheduler 1.1.1.
+Now makes use of the updated and improved JobScheduler 1.1.2.
ScheduleParallelInlineQuery added.
Added World.IsAlive(EntityReference);
Fixed bug where `World.TrimExcess` does not trim Recycled-Entities which results in an out of bounds exception sooner or later.
@@ -106,7 +106,7 @@ CommandBuffer now triggers OnComponentRemoved events.
-
+
diff --git a/src/Arch/Core/StructuralChangeAttribute.cs b/src/Arch/Core/Utils/StructuralChangeAttribute.cs
similarity index 100%
rename from src/Arch/Core/StructuralChangeAttribute.cs
rename to src/Arch/Core/Utils/StructuralChangeAttribute.cs