Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0f68c0cd3e | ||
|
|
ea8de8bd5a |
@@ -46,7 +46,7 @@ class Script
|
|||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
|
||||||
### 0.2.3
|
### 0.2.4
|
||||||
|
|
||||||
- changed minimum runtime to .NET 4.7.2
|
- changed minimum runtime to .NET 4.7.2
|
||||||
- fixed mpv.net not working with new mpv lib
|
- fixed mpv.net not working with new mpv lib
|
||||||
|
|||||||
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("0.2.3.0")]
|
[assembly: AssemblyVersion("0.2.4.0")]
|
||||||
[assembly: AssemblyFileVersion("0.2.3.0")]
|
[assembly: AssemblyFileVersion("0.2.4.0")]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
using namespace System.Diagnostics
|
using namespace System.Diagnostics
|
||||||
$exePath = "C:\Users\frank\Desktop\Projekte\mpvnet\mpvnet\bin\Debug\mpvnet.exe"
|
$exePath = "C:\Users\frank\Desktop\Projekte\mpvnet\mpvnet\bin\Debug\mpvnet.exe"
|
||||||
$version = [FileVersionInfo]::GetVersionInfo($exePath).FileVersion
|
$version = [FileVersionInfo]::GetVersionInfo($exePath).FileVersion
|
||||||
$targetDir = "C:\Users\Frank\Desktop\mpv-net-" + $version
|
$targetDir = "C:\Users\Frank\Desktop\mpv.net-" + $version
|
||||||
Copy-Item C:\Users\frank\Desktop\Projekte\mpvnet\mpvnet\bin\Debug $targetDir -recurse
|
Copy-Item C:\Users\frank\Desktop\Projekte\mpvnet\mpvnet\bin\Debug $targetDir -recurse
|
||||||
$addonDir = $targetDir + "\Addons"
|
$addonDir = $targetDir + "\Addons"
|
||||||
remove-item $addonDir -Recurse -Include *vbnet.pdb, *mpvnet.exe, *mpvnet.exe.config, *mpvnet.pdb, *vbnet.dll
|
remove-item $addonDir -Recurse -Include *vbnet.pdb, *mpvnet.exe, *mpvnet.exe.config, *mpvnet.pdb, *vbnet.dll
|
||||||
|
|||||||
Reference in New Issue
Block a user