Skip to content

Commit

Permalink
Update to latest native and bump version to 2.5.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
amerkoleci committed Jul 10, 2024
1 parent b9a18ac commit 4c7e0bd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
1 change: 0 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<ContinuousIntegrationBuild Condition="'$(GITHUB_RUN_ID)' != ''">true</ContinuousIntegrationBuild>
<IsAotCompatible>true</IsAotCompatible>
<UseSharedCompilation>true</UseSharedCompilation>
</PropertyGroup>

</Project>
4 changes: 4 additions & 0 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<!-- Emit the [DisableRuntimeMarshalling] attribute for all .NET 8 projects -->
<ItemGroup Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))">
<AssemblyAttribute Include="System.Runtime.CompilerServices.DisableRuntimeMarshallingAttribute" />
</ItemGroup>

<!-- Settings that are only set for executables -->
<PropertyGroup Condition="'$(OutputType)' != 'Library' AND '$(UseWindowsForms)' != 'true' AND $(TargetFramework.StartsWith('net4')) != 'True'">
Expand Down
2 changes: 1 addition & 1 deletion src/JoltPhysicsSharp/JoltPhysicsSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<!-- Version -->
<PropertyGroup>
<VersionPrefix>2.5.5</VersionPrefix>
<VersionPrefix>2.5.6</VersionPrefix>
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
</PropertyGroup>

Expand Down
6 changes: 0 additions & 6 deletions src/JoltPhysicsSharp/Properties/AssemblyInfo.cs

This file was deleted.

0 comments on commit 4c7e0bd

Please sign in to comment.