Skip to content

Commit

Permalink
Mutagen Output Splitting
Browse files Browse the repository at this point in the history
  • Loading branch information
Piranha91 committed Nov 9, 2024
1 parent 09c719a commit e8153cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions SynthEBD/PatcherState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ namespace SynthEBD;
public class PatcherState
{
// Version
public static string Version = "1.0.4.2";

public static string Version = "1.0.4.3pre";
// Settings
public Settings_General GeneralSettings { get; set; }
public Settings_TexMesh TexMeshSettings { get; set; }
Expand Down
8 changes: 3 additions & 5 deletions SynthEBD/SynthEBD.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,9 @@
<PackageReference Include="gong-wpf-dragdrop" Version="3.2.1" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.135" />
<PackageReference Include="Mutagen.Bethesda.FormKeys.SkyrimSE" Version="3.4.0" />
<PackageReference Include="Mutagen.Bethesda.Json" Version="0.47.1" />
<PackageReference Include="Mutagen.Bethesda.Skyrim" Version="0.47.1" />
<PackageReference Include="Mutagen.Bethesda.Synthesis" Version="0.30.4" />
<PackageReference Include="Mutagen.Bethesda.Synthesis.WPF" Version="0.30.4" />
<PackageReference Include="Mutagen.Bethesda.WPF" Version="0.47.1" />
<PackageReference Include="Mutagen.Bethesda.Skyrim" Version="0.47.4" />
<PackageReference Include="Mutagen.Bethesda.Synthesis" Version="0.31.0-pr001" />
<PackageReference Include="Mutagen.Bethesda.Synthesis.WPF" Version="0.31.0-pr001" />
<PackageReference Include="Pfim" Version="0.11.3" />
<PackageReference Include="PropertyChanged.Fody" Version="4.1.0" />
<PackageReference Include="ReactiveUI.Events.WPF" Version="15.1.1" />
Expand Down

0 comments on commit e8153cc

Please sign in to comment.