Skip to content

Commit b3ef6d1

Browse files
committed
0.4.2 release
1 parent 3a69ee1 commit b3ef6d1

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

src/Hexecs/Hexecs.csproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<IncludeSymbols>true</IncludeSymbols>
1010
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1111
<GenerateDocumentationFile>true</GenerateDocumentationFile>
12-
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
1312
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild>
1413
</PropertyGroup>
1514

@@ -36,7 +35,7 @@
3635
</ItemGroup>
3736

3837
<ItemGroup>
39-
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
38+
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
4039
</ItemGroup>
4140

4241
<ItemGroup>
@@ -233,13 +232,13 @@
233232
<DependentUpon>ActorRelationPool.cs</DependentUpon>
234233
</Compile>
235234
<Compile Update="Actors\ActorFilter3.SkipTakeEnumerator.cs">
236-
<DependentUpon>ActorFilter3.cs</DependentUpon>
235+
<DependentUpon>ActorFilter3.cs</DependentUpon>
237236
</Compile>
238237
<Compile Update="Actors\ActorFilter2.SkipTakeEnumerator.cs">
239-
<DependentUpon>ActorFilter2.cs</DependentUpon>
238+
<DependentUpon>ActorFilter2.cs</DependentUpon>
240239
</Compile>
241240
<Compile Update="Actors\ActorFilter1.SkipTakeEnumerator.cs">
242-
<DependentUpon>ActorFilter1.cs</DependentUpon>
241+
<DependentUpon>ActorFilter1.cs</DependentUpon>
243242
</Compile>
244243
</ItemGroup>
245244

0 commit comments

Comments
 (0)