Skip to content

Commit

Permalink
Some bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchLeaders committed Jan 16, 2024
1 parent 917bd13 commit 3880cd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/NxEditor.EpdPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<Private>false</Private>
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>
<PackageReference Include="BymlLibrary" Version="2.0.5" />
<PackageReference Include="BymlLibrary" Version="2.0.6" />
<PackageReference Include="CsYaz0" Version="1.0.0" />
<PackageReference Include="MessageStudio" Version="1.0.2" />
<PackageReference Include="Projektanker.Icons.Avalonia" Version="9.0.1">
Expand All @@ -51,7 +51,7 @@
<PackageReference Include="BfevLibrary" Version="0.11.4" />
<PackageReference Include="Projektanker.Icons.Avalonia.MaterialDesign" Version="9.0.1" />
<PackageReference Include="RstbLibrary" Version="1.0.0" />
<PackageReference Include="SarcLibrary" Version="3.0.0" />
<PackageReference Include="SarcLibrary" Version="3.0.1" />
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
Expand Down
1 change: 0 additions & 1 deletion src/ViewModels/SarcEditorViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
using SarcLibrary;
using System.Collections.ObjectModel;
using System.Runtime.CompilerServices;
using YamlDotNet.Serialization.NodeDeserializers;
using NodeMap = System.Collections.Generic.Dictionary<string, (NxEditor.EpdPlugin.Models.Sarc.SarcFileNode root, object map)>;

namespace NxEditor.EpdPlugin.ViewModels;
Expand Down

0 comments on commit 3880cd2

Please sign in to comment.