File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
; --------------------------------
11
11
12
12
; Define version info
13
- !define VERSION " 5.1.0 "
13
+ !define VERSION " 5.1.1 "
14
14
15
15
; Installer details
16
16
VIAddVersionKey " CompanyName" " ${DIST_COMP}"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ using System.Resources;
10
10
//
11
11
[assembly: AssemblyTitle(PluginCore.DistroConfig.DISTRIBUTION_NAME)]
12
12
[assembly: AssemblyDescription(PluginCore.DistroConfig.DISTRIBUTION_DESC)]
13
- [assembly: AssemblyProduct(PluginCore.DistroConfig.DISTRIBUTION_NAME + " 5.1.0 $BUILD$ for .NET 3.5 ($BRANCH$#$COMMIT$)")]
13
+ [assembly: AssemblyProduct(PluginCore.DistroConfig.DISTRIBUTION_NAME + " 5.1.1 $BUILD$ for .NET 3.5 ($BRANCH$#$COMMIT$)")]
14
14
[assembly: AssemblyCopyright(PluginCore.DistroConfig.DISTRIBUTION_COPYRIGHT)]
15
15
[assembly: AssemblyCompany(PluginCore.DistroConfig.DISTRIBUTION_COMPANY)]
16
16
[assembly: AssemblyConfiguration("")]
You can’t perform that action at this time.
0 commit comments