Skip to content
Merged
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
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ riderModule.iml

# Rider
# Rider auto-generates .iml files, and contentModel.xml
.idea
**/.idea/**/*.iml
**/.idea/**/contentModel.xml
**/.idea/**/modules.xml
Expand All @@ -42,4 +43,5 @@ Desktop.ini
Footer
© 2022 GitHub, Inc.
Footer navigation
Terms
Terms

3 changes: 2 additions & 1 deletion Arch.AOT.SourceGenerator/Arch.AOT.SourceGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>

<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<IncludeSymbols>true</IncludeSymbols>
Expand All @@ -29,6 +29,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Copyright>Apache2.0</Copyright>
<PackageLicenseUrl></PackageLicenseUrl>
<SatelliteResourceLanguages>en-US</SatelliteResourceLanguages>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Arch.EventBus/Arch.EventBus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Copyright>Apache2.0</Copyright>
<PackageLicenseUrl></PackageLicenseUrl>
<SatelliteResourceLanguages>en-US</SatelliteResourceLanguages>
</PropertyGroup>

<ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions Arch.Extended.sln.DotSettings
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/Environment/Hierarchy/Build/BuildTool/CustomBuildToolPath/@EntryValue">/usr/local/share/dotnet/sdk/8.0.101/MSBuild.dll</s:String>
<s:Int64 x:Key="/Default/Environment/Hierarchy/Build/BuildTool/MsbuildVersion/@EntryValue">4294967293</s:Int64></wpf:ResourceDictionary>
1 change: 1 addition & 0 deletions Arch.LowLevel/Arch.LowLevel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Copyright>Apache2.0</Copyright>
<PackageLicenseUrl></PackageLicenseUrl>
<SatelliteResourceLanguages>en-US</SatelliteResourceLanguages>

<UnityPublish>true</UnityPublish>
</PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions Arch.Persistence/Arch.Persistence.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<PackageTags>c#;.net;.net6;.net7;ecs;game;entity;gamedev; game-development; game-engine; entity-component-system; arch;</PackageTags>
<PackageReleaseNotes>Updated to Arch 1.2.7</PackageReleaseNotes>
<Version>1.0.3</Version>
<SatelliteResourceLanguages>en-US</SatelliteResourceLanguages>

<UnityPublish>true</UnityPublish>
</PropertyGroup>
Expand Down
3 changes: 2 additions & 1 deletion Arch.Relationships/Arch.Relationships.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>

<Title>Arch.Relationships</Title>
<Description>Simple Entity-Relationships for Arch.</Description>
<Copyright>Apache2.0</Copyright>
Expand All @@ -21,6 +21,7 @@
<PackageReleaseNotes>Relationships now use less memory and are serializable.</PackageReleaseNotes>
<Authors>genaray</Authors>
<Version>1.0.1</Version>
<SatelliteResourceLanguages>en-US</SatelliteResourceLanguages>

<UnityPublish>true</UnityPublish>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<Description>A source generator for arch.system.</Description>
<PackageReleaseNotes>Data is now passed correctly into generated queries.
`@` in fromt of params is now accepted.
Added `World _world` to generated queries for making them usable in different worlds.
Added `World _world` to generated queries for making them usable in different worlds.
</PackageReleaseNotes>
<PackageTags>c#;.net;.net6;.net7;ecs;game;entity;gamedev; game-development; game-engine; entity-component-system; arch;</PackageTags>

Expand All @@ -32,6 +32,7 @@ Added `World _world` to generated queries for making them usable in different wo
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Copyright>Apache2.0</Copyright>
<PackageLicenseUrl></PackageLicenseUrl>
<SatelliteResourceLanguages>en-US</SatelliteResourceLanguages>
</PropertyGroup>

<ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion Arch.System/Arch.System.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>net7.0; net6.0; netstandard2.1</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>

<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<IncludeSymbols>true</IncludeSymbols>
Expand All @@ -29,6 +29,7 @@ Some other small improvements.</PackageReleaseNotes>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Copyright>Apache2.0</Copyright>
<PackageLicenseUrl></PackageLicenseUrl>
<SatelliteResourceLanguages>en-US</SatelliteResourceLanguages>

<UnityPublish>true</UnityPublish>
</PropertyGroup>
Expand Down