Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Banane9 committed Jul 2, 2024
1 parent 6cb9e21 commit fe35481
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageId>MonkeyLoader.GamePacks.Resonite</PackageId>
<Title>Resonite Game Pack</Title>
<Authors>Banane9, Nytra</Authors>
<Version>0.16.4-beta</Version>
<Version>0.16.5-beta</Version>
<Description>
This Game Pack for MonkeyLoader provides basic hooks for modding the game Resonite,
which uses FrooxEngine. It provides hooks for the beginning of initialization,
Expand Down
16 changes: 2 additions & 14 deletions MonkeyLoader.Resonite.Unity/MonkeyLoader.Resonite.Unity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<PropertyGroup>
<TargetFramework>net462</TargetFramework>
<AssemblyTitle>MonkeyLoader.Resonite.Unity</AssemblyTitle>
<AssemblyFileName>$(AssemblyTitle).dll</AssemblyFileName>
<RootNamespace>MonkeyLoader.Resonite</RootNamespace>
</PropertyGroup>

Expand All @@ -19,21 +18,10 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/ResoniteModdingGroup/MonkeyLoader.GamePacks.Resonite</PackageProjectUrl>
<RepositoryUrl>https://github.com/ResoniteModdingGroup/MonkeyLoader.GamePacks.Resonite.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>mod; mods; modding; mod; loader; monkeyloader; resonite; integration</PackageTags>
<IncludeSymbols>False</IncludeSymbols>
<EmbedAllSources>True</EmbedAllSources>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<TargetsForTfmSpecificContentInPackage>$(TargetsForTfmSpecificContentInPackage);AddExtraFilesToPackage</TargetsForTfmSpecificContentInPackage>
</PropertyGroup>

<Target Name="AddExtraFilesToPackage">
<ItemGroup>
<TfmSpecificPackageFile Include="$(OutDir)$(AssemblyName).pdb" PackagePath="lib/$(TargetFramework)/" />
</ItemGroup>
</Target>

<Target Name="CopyPackage" AfterTargets="Pack">
<Copy Condition="'$(CopyToLibraries)'=='true'" SourceFiles="$(OutputPath)..\$(PackageId).$(PackageVersion).nupkg" DestinationFiles="$(ResonitePath)\MonkeyLoader\GamePacks\$(PackageId).nupkg" />
<Message Condition="'$(CopyToLibraries)'=='true'" Text="Copied '$(OutputPath)..\$(PackageId).$(PackageVersion).nupkg' to '$(ResonitePath)\MonkeyLoader\GamePacks\$(PackageId).nupkg'" Importance="high" />
Expand All @@ -44,9 +32,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="MonkeyLoader" Version="0.15.3-beta" />
<PackageReference Include="MonkeyLoader" Version="0.17.5-beta" />
<PackageReference Include="MonkeyLoader.GamePacks.Unity" Version="0.6.0-beta" />
<PackageReference Include="MonkeyLoader.GamePacks.Resonite" Version="0.14.1-beta" GeneratePathProperty="true" />
<PackageReference Include="MonkeyLoader.GamePacks.Resonite" Version="0.16.4-beta" GeneratePathProperty="true" />
<PackageReference Include="PolySharp" Version="1.14.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit fe35481

Please sign in to comment.