Skip to content

Commit

Permalink
Update to DevilDaggersInfo.Core 0.13.1 to make .obj extract compatibl…
Browse files Browse the repository at this point in the history
…e with more 3D modeling software
  • Loading branch information
NoahStolk committed Apr 3, 2024
1 parent 438dff0 commit ad4320e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.13.1.0] - 2024-04-03

### Asset Editor

- Texture coordinates and normals are now stored explicitly in extracted .obj files for compatibility with some 3D modeling software (e.g. Blender).

## [0.13.0.0] - 2024-04-03

### UI Improvements & Fixes
Expand Down
4 changes: 2 additions & 2 deletions src/DevilDaggersInfo.Tools/DevilDaggersInfo.Tools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<AssemblyName>ddinfo-tools</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<NoWarn>SA1633</NoWarn>
<Version>0.13.0.0</Version>
<Version>0.13.1.0</Version>
<ApplicationIcon>Icon.ico</ApplicationIcon>
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
<SuppressTrimAnalysisWarnings>false</SuppressTrimAnalysisWarnings>
Expand Down Expand Up @@ -76,7 +76,7 @@
</Choose>

<ItemGroup Label="Internal dependencies">
<PackageReference Include="DevilDaggersInfo.Core" Version="0.13.0" />
<PackageReference Include="DevilDaggersInfo.Core" Version="0.13.1" />
<PackageReference Include="DevilDaggersInfo.Web.ApiSpec.Tools" Version="1.0.2" />
<ProjectReference Include="..\DevilDaggersInfo.Tools.Engine\DevilDaggersInfo.Tools.Engine.csproj" />
</ItemGroup>
Expand Down

0 comments on commit ad4320e

Please sign in to comment.