File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <TargetFramework >net48</TargetFramework >
55 <LangVersion >latest</LangVersion >
66 <RootNamespace >RestoreMonarchy.SpawnsManager</RootNamespace >
7- <Version >1.0.0 </Version >
7+ <Version >1.0.1 </Version >
88 </PropertyGroup >
99
1010 <ItemGroup >
11- <PackageReference Include =" RestoreMonarchy.RocketRedist" Version =" 3.24.4" ExcludeAssets =" * " />
11+ <PackageReference Include =" RestoreMonarchy.RocketRedist" Version =" 3.24.4" ExcludeAssets =" runtime " />
1212 </ItemGroup >
1313</Project >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public partial class SpawnsManagerPlugin : RocketPlugin<SpawnsManagerConfigurati
1313 public static SpawnsManagerPlugin Instance { get ; private set ; }
1414
1515 public SpawnAssetsConfiguration SpawnAssetsConfiguration { get ; set ; }
16- private XmlSerializer xmlSerializer = new ( typeof ( SpawnAssetsConfiguration ) ) ;
16+ private XmlSerializer xmlSerializer = new ( typeof ( SpawnAssetsConfiguration ) , new XmlRootAttribute ( "SpawnAssetsConfiguration" ) ) ;
1717
1818 protected override void Load ( )
1919 {
You can’t perform that action at this time.
0 commit comments