Skip to content

Commit

Permalink
v7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stax76 committed Mar 31, 2021
1 parent b9141b7 commit 54e4dca
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
8 changes: 7 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@

### 7.1.0.0

- MediaInfo 21.3
- Get-MediaInfo 3.7
- psy-rd moved to Analysis section


### 7.0.0.0

- Long path support.
- Theme colors can be passed via CLI, StaxRip uses it.
- The compact summary on the basic tab shows more audio
format info, for instance DTS XLL instead of only DTS.
- Fixed only one video stream shown in Basic view.
- psy-rd moved to Analysis section (user request)


6.4.0.0
Expand Down
Binary file removed img/Info.png
Binary file not shown.
3 changes: 3 additions & 0 deletions src/MediaInfo.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@
<None Include="..\Changelog.md">
<Link>Changelog.md</Link>
</None>
<None Include="..\README.md">
<Link>README.md</Link>
</None>
<None Include="App.manifest" />
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
Expand Down
4 changes: 2 additions & 2 deletions src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("7.0.0.0")]
[assembly: AssemblyFileVersion("7.0.0.0")]
[assembly: AssemblyVersion("7.1.0.0")]
[assembly: AssemblyFileVersion("7.1.0.0")]

0 comments on commit 54e4dca

Please sign in to comment.