File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ]
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 " ) ]
You can’t perform that action at this time.
0 commit comments