Skip to content

Commit e6477e6

Browse files
committed
add ref and rebuild
1 parent 7f7a126 commit e6477e6

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CustomInspectors/CustomInspectors.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class CustomInspectors : ResoniteMod
1414
{
1515
public override string Name => "CustomInspectors";
1616
public override string Author => "art0007i";
17-
public override string Version => "2.1.1";
17+
public override string Version => "2.1.2";
1818
public override string Link => "https://github.com/art0007i/CustomInspectors/";
1919

2020
[AutoRegisterConfigKey]

CustomInspectors/CustomInspectors.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
<Reference Include="SkyFrost.Base">
3838
<HintPath>$(GamePath)Resonite_Data\Managed\SkyFrost.Base.dll</HintPath>
3939
</Reference>
40+
<Reference Include="SkyFrost.Base.Models">
41+
<HintPath>$(GamePath)Resonite_Data\Managed\SkyFrost.Base.Models.dll</HintPath>
42+
</Reference>
4043
<Reference Include="System.Threading.Tasks.Extensions">
4144
<HintPath>$(GamePath)Resonite_Data\Managed\System.Threading.Tasks.Extensions.dll</HintPath>
4245
</Reference>

CustomInspectors/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("2.1.1")]
35-
[assembly: AssemblyFileVersion("2.1.1")]
34+
[assembly: AssemblyVersion("2.1.2")]
35+
[assembly: AssemblyFileVersion("2.1.2")]

0 commit comments

Comments
 (0)