Skip to content

Commit b9358ee

Browse files
committed
preparing release 0.31.0
1 parent 1de3c3a commit b9358ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

prepare-dist.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
cd src
22
dotnet 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"

src/SimpleVideoCutter/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
using 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

0 commit comments

Comments
 (0)