Skip to content

Commit

Permalink
Release 0.3.0 nupkg build
Browse files Browse the repository at this point in the history
  • Loading branch information
Banane9 committed Jan 31, 2024
1 parent c4ff1c8 commit 6c8a9a7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions MonkeyLoader/MonkeyLoader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,23 @@
<AssemblyFileName>$(AssemblyTitle).dll</AssemblyFileName>
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
<CompilerGeneratedFilesOutputPath>Generated</CompilerGeneratedFilesOutputPath>
</PropertyGroup>

<PropertyGroup>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Title>Monkey Loader</Title>
<Authors>Banane9</Authors>
<Version>0.3.0-beta</Version>
<Description>A convenience and extendability focused mod loader using NuGet packages.</Description>
<PackageProjectUrl>https://github.com/MonkeyModdingTroop/MonkeyLoader</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/MonkeyModdingTroop/MonkeyLoader</PackageProjectUrl>
<RepositoryUrl>https://github.com/MonkeyModdingTroop/MonkeyLoader.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>mod; mods; modding; mod loader; harmony; unity; game; games; mono; config; configuration; nuget; logging</PackageTags>
<IncludeSymbols>True</IncludeSymbols>
<EmbedAllSources>True</EmbedAllSources>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Version>0.2.0-alpha</Version>
</PropertyGroup>

<ItemGroup>
Expand Down Expand Up @@ -55,6 +60,7 @@
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<Content Include="bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).pdb" PackagePath="lib\$(TargetFramework)\$(AssemblyName).pdb"/>
<None Include="Configuration\ModLoaderConfiguration.cs" />
</ItemGroup>

Expand Down

0 comments on commit 6c8a9a7

Please sign in to comment.