We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3de72df commit 88a6e18Copy full SHA for 88a6e18
docs/changelog.md
@@ -1,5 +1,5 @@
1
2
-# v7.1.1.2 Beta (????-??-??)
+# v7.1.1.2 Beta (2024-10-10)
3
4
- Polish translation fixed. German, Turkish and Japanese translation updated.
5
French translation added! Thanks to the translation team!
src/MpvNet.Windows/MpvNet.Windows.csproj
@@ -11,9 +11,9 @@
11
<UseWindowsForms>true</UseWindowsForms>
12
<ApplicationIcon>mpv-icon.ico</ApplicationIcon>
13
<Product>mpv.net</Product>
14
- <FileVersion>7.1.1.1</FileVersion>
15
- <AssemblyVersion>7.1.1.1</AssemblyVersion>
16
- <InformationalVersion>7.1.1.1</InformationalVersion>
+ <FileVersion>7.1.1.2</FileVersion>
+ <AssemblyVersion>7.1.1.2</AssemblyVersion>
+ <InformationalVersion>7.1.1.2</InformationalVersion>
17
<Nullable>enable</Nullable>
18
</PropertyGroup>
19
0 commit comments