Skip to content

Commit

Permalink
Updating nuspec parameters for new package release
Browse files Browse the repository at this point in the history
  • Loading branch information
lostromb committed Mar 7, 2019
1 parent ebaa504 commit 774734a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Concentus.Oggfile/Concentus.Oggfile.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard1.0;net4.5</TargetFrameworks>
<Id>Concentus.OggFile</Id>
<Version>1.0.5.0</Version>
<Version>1.0.4.0</Version>
<Title>Concentus.OggFile</Title>
<Authors>Logan Stromberg</Authors>
<Owners>Logan Stromberg</Owners>
Expand All @@ -14,6 +14,10 @@
<Copyright>Copyright © Logan Stromberg, Andrew Ward</Copyright>
<Tags>Concentus Opus Ogg Audio Encoding Decoding Codec Container Media</Tags>
<IconUrl>http://durandal.dnsalias.net/imgur/concentus.png</IconUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/lostromb/concentus.oggfile</PackageProjectUrl>
<PackageIconUrl>http://durandal.dnsalias.net/imgur/concentus.png</PackageIconUrl>
<PackageReleaseNotes>1.0.4 Adding basic support for seeking within a stream</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 774734a

Please sign in to comment.