Skip to content

Commit

Permalink
Update proj for NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
csinkers committed Apr 12, 2020
1 parent 3223432 commit cae17a9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
File renamed without changes.
File renamed without changes.
12 changes: 0 additions & 12 deletions src/.gitignore

This file was deleted.

10 changes: 10 additions & 0 deletions src/ADLMidi.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,18 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Cam Sinclair</Authors>
<Description>A .NET wrapper for the libADLMIDI library, a free Software MIDI synthesizer library with OPL3 emulation</Description>
<Copyright>2020 Cam Sinclair</Copyright>
<PackageLicenseExpression>LGPL-2.1-or-later</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/CSinkers/AdlMidi.NET</PackageProjectUrl>
<RepositoryUrl>https://github.com/CSinkers/AdlMidi.NET</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageTags>MIDI OPL3 ADLMIDI</PackageTags>
<LangVersion>latest</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<version>1.0.0</version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit cae17a9

Please sign in to comment.