Merge branch 'master' of https://github.com/janavarro95/Stardew_Valley_Mods
This commit is contained in:
commit
f2c30e2ee0
|
@ -52,6 +52,10 @@
|
|||
<Compile Include="Player_Utilities.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="manifest.json" />
|
||||
<None Include="packages.config" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<Import Project="..\packages\Pathoschild.Stardew.ModBuildConfig.1.2.0\build\Pathoschild.Stardew.ModBuildConfig.targets" Condition="Exists('..\packages\Pathoschild.Stardew.ModBuildConfig.1.2.0\build\Pathoschild.Stardew.ModBuildConfig.targets')" />
|
||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||
|
|
|
@ -1,14 +1,13 @@
|
|||
{
|
||||
"Name": "Save Anywhere",
|
||||
"Authour": "Alpha_Omegasis",
|
||||
"Author": "Alpha_Omegasis",
|
||||
"Version": {
|
||||
"MajorVersion": 2,
|
||||
"MinorVersion": 0,
|
||||
"MinorVersion": 3,
|
||||
"PatchVersion": 0,
|
||||
"Build": ""
|
||||
"Build": null
|
||||
},
|
||||
"Description": "Allows the farmer to save almost anywhere.",
|
||||
"UniqueID": "SaveAnywhere",
|
||||
"PerSaveConfigs": false,
|
||||
"EntryDll": "Save_Anywhere_V2.dll"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue