File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/SimpleVideoCutter/Properties Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11cd src
22dotnet publish -c Release --self-contained -r win-x64 -o .\publish
3- vpk pack -u SimpleVideoCutterApp -v 0.30 .0 -p .\publish -e SimpleVideoCutter.exe --packTitle " Simple Video Cutter"
3+ vpk pack -u SimpleVideoCutterApp -v 0.31 .0 -p .\publish -e SimpleVideoCutter.exe --packTitle " Simple Video Cutter"
Original file line number Diff line number Diff line change 33using System . Runtime . InteropServices ;
44[ assembly: AssemblyTrademark ( "" ) ]
55[ assembly: AssemblyCulture ( "" ) ]
6- [ assembly: AssemblyVersion ( "0.30 .0.0" ) ]
7- [ assembly: AssemblyFileVersion ( "0.30 .0.0" ) ]
6+ [ assembly: AssemblyVersion ( "0.31 .0.0" ) ]
7+ [ assembly: AssemblyFileVersion ( "0.31 .0.0" ) ]
88
99// Setting ComVisible to false makes the types in this assembly not visible
1010// to COM components. If you need to access a type in this assembly from
You can’t perform that action at this time.
0 commit comments