Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Arch.AOT.SourceGenerator/Arch.AOT.SourceGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Authors>genaray</Authors>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<Description>A source generator for arch to support AOT. </Description>
<PackageReleaseNotes>Updated to Arch 1.7 and up. </PackageReleaseNotes>
<PackageReleaseNotes>Updated to Arch 2.1.0 </PackageReleaseNotes>
<PackageTags>c#;.net;.net6;.net7;ecs;game;entity;gamedev; game-development; game-engine; entity-component-system; arch;</PackageTags>

<PackageProjectUrl>https://github.com/genaray/Arch.Extended</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public static StringBuilder AppendComponentTypes(this StringBuilder sb, IList<Co
sb.AppendLine(
$$"""
using System.Runtime.CompilerServices;
using Arch.Core.Utils;
using Arch.Core;

namespace Arch.AOT.SourceGenerator
{
Expand Down