Skip to content

Commit

Permalink
E Bumped a version
Browse files Browse the repository at this point in the history
  • Loading branch information
jimm98y committed Jun 5, 2023
1 parent 092dcc8 commit 88d5977
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/SharpMp4Parser/SharpMp4Parser/SharpMp4Parser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<Nullable>disable</Nullable>
<Title>SharpMp4Parser</Title>
<Version>0.0.2-alpha</Version>
<Version>0.0.3</Version>
<Authors>Lukas Volf</Authors>
<Copyright>MIT</Copyright>
<PackageProjectUrl>https://github.com/jimm98y/SharpMp4Parser</PackageProjectUrl>
Expand All @@ -15,8 +15,8 @@
<RepositoryType>git</RepositoryType>
<PackageTags>mp4;h264;h265;encoder;decoder;recording;parser;video;muxing;netstandard20</PackageTags>
<NeutralLanguage>en-US</NeutralLanguage>
<AssemblyVersion>0.0.2</AssemblyVersion>
<FileVersion>0.0.2</FileVersion>
<AssemblyVersion>0.0.3</AssemblyVersion>
<FileVersion>0.0.3</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description>A C# API to read, write and create MP4 files. No native dependencies, portable netstandard2.0. Supports H264/H265 for video and AAC for audio. Ported into C# from Java mp4parser.</Description>
</PropertyGroup>
Expand Down

0 comments on commit 88d5977

Please sign in to comment.