Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 8877626

Browse files
committed
refactor: migrate to C# 10 and file-scoped namespaces
Updated multiple files to use C# 10 language features including file-scoped namespaces. Also renamed PositionComponent to TransformComponent with enhanced functionality including position, rotation and scale properties. Project files updated to LangVersion 10.
1 parent c0f972f commit 8877626

14 files changed

Lines changed: 2039 additions & 2043 deletions

src/Lunar.Modules.TypeWriter/Lunar.Modules.TypeWriter.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<PropertyGroup>
44
<Nullable>enable</Nullable>
55
<TargetFramework>netstandard2.1</TargetFramework>
6-
<LangVersion>9</LangVersion>
6+
<LangVersion>10</LangVersion>
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Arch-Events" Version="2.1.0" />
11-
<PackageReference Include="Arch.System" Version="1.1.0" />
10+
<PackageReference Include="Arch-Events" Version="2.1.0"/>
11+
<PackageReference Include="Arch.System" Version="1.1.0"/>
1212
</ItemGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)