Skip to content

Commit

Permalink
fix: critical crash and modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Hancapo committed Jul 11, 2024
1 parent 0e01720 commit 57e58c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
14 changes: 3 additions & 11 deletions Folder2YTD/Folder2YTD.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<AssemblyName>$(MSBuildProjectName)</AssemblyName>
<DebugType>full</DebugType>
<Platforms>AnyCPU;x64</Platforms>
<FileVersion>0.5.0.0</FileVersion>
<AssemblyVersion>0.5.0.0</AssemblyVersion>
<FileVersion>0.5.0.1</FileVersion>
<AssemblyVersion>0.5.0.1</AssemblyVersion>
<ImplicitUsings>enable</ImplicitUsings>
<StartupObject></StartupObject>
<LangVersion>default</LangVersion>
Expand All @@ -28,15 +28,7 @@
<PackageReference Include="MaterialDesignColors" Version="2.1.4" />
<PackageReference Include="MaterialDesignThemes" Version="4.9.0" />
<PackageReference Include="Ookii.Dialogs.Wpf" Version="5.0.1" />
</ItemGroup>

<ItemGroup>
<Reference Include="CodeWalker.Core">
<HintPath>..\..\..\..\..\Downloads\CodeWalker30_dev46\CodeWalker.Core.dll</HintPath>
</Reference>
<Reference Include="SharpDX.Mathematics">
<HintPath>..\..\..\..\..\Downloads\CodeWalker30_dev46\SharpDX.Mathematics.dll</HintPath>
</Reference>
<PackageReference Include="SharpDX.Mathematics" Version="4.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Folder2YTD/updateinfo.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>0.5.0.0</version>
<version>0.5.0.1</version>
<url>https://github.com/Hancapo/Folder2YTD/releases/latest/download/Folders2YTD.zip</url>
<changelog>https://pastebin.com/raw/6rp2VuLS</changelog>
<mandatory>true</mandatory>
Expand Down

0 comments on commit 57e58c9

Please sign in to comment.