Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Fixed loading from moved types
Browse files Browse the repository at this point in the history
  • Loading branch information
XDelta committed Nov 26, 2023
1 parent c7f6b5b commit 6464dc8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Delta")]
[assembly: AssemblyProduct("SettingsRedux")]
[assembly: AssemblyCopyright("Copyright © Delta 2023")]
[assembly: AssemblyCopyright("Copyright © XDelta 2023")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.0")]
[assembly: AssemblyFileVersion("2.0.0")]
[assembly: AssemblyVersion("2.1.0")]
[assembly: AssemblyFileVersion("2.1.0")]
2 changes: 1 addition & 1 deletion SettingsRedux.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace SettingsRedux;
public class SettingsRedux : ResoniteMod {
public override string Name => "Settings Redux";
public override string Author => "Delta";
public override string Version => "2.0.0";
public override string Version => "2.1.0";
public override string Link => "https://github.com/XDelta/SettingsRedux";

[AutoRegisterConfigKey]
Expand Down
4 changes: 4 additions & 0 deletions SettingsRedux.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
<HintPath>$(ResonitePath)Resonite_Data\Managed\FrooxEngine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="FrooxEngine.Store">
<HintPath>$(ResonitePath)Resonite_Data\Managed\FrooxEngine.Store.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Elements.Core">
<HintPath>$(ResonitePath)Resonite_Data\Managed\Elements.Core.dll</HintPath>
<Private>False</Private>
Expand Down

0 comments on commit 6464dc8

Please sign in to comment.