Skip to content

Commit

Permalink
preparing release 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekmotyl committed May 10, 2024
1 parent 1de3c3a commit b9358ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion prepare-dist.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cd src
dotnet publish -c Release --self-contained -r win-x64 -o .\publish
vpk pack -u SimpleVideoCutterApp -v 0.30.0 -p .\publish -e SimpleVideoCutter.exe --packTitle "Simple Video Cutter"
vpk pack -u SimpleVideoCutterApp -v 0.31.0 -p .\publish -e SimpleVideoCutter.exe --packTitle "Simple Video Cutter"
4 changes: 2 additions & 2 deletions src/SimpleVideoCutter/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
using System.Runtime.InteropServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("0.30.0.0")]
[assembly: AssemblyFileVersion("0.30.0.0")]
[assembly: AssemblyVersion("0.31.0.0")]
[assembly: AssemblyFileVersion("0.31.0.0")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
Expand Down

0 comments on commit b9358ee

Please sign in to comment.