File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<OutputType >Exe</OutputType >
4
- <Version >3.3.2.3 </Version >
4
+ <Version >3.3.3.4 </Version >
5
5
<RootNamespace >Jammer.CLI</RootNamespace >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
<Nullable >enable</Nullable >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ SET "RELEASE_VERSION=win-x64"
5
5
SET " sourceFolder = bin\Release\net8.0\%RELEASE_VERSION% \publish"
6
6
SET " sourceFolder2 = bin\Release\net8.0\%RELEASE_VERSION% "
7
7
SET " targetFolder = ..\nsis"
8
- SET " start_name = Jammer-Setup_V3.3.2.3 .exe"
8
+ SET " start_name = Jammer-Setup_V3.3.3.4 .exe"
9
9
10
10
dotnet publish -r %RELEASE_VERSION% -c Release /p:PublishSingleFile=true -p:DefineConstants=" CLI_UI" --self-contained
11
11
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public struct Utils
43
43
public static string CurrentPlaylist = "" ;
44
44
public static string JammerFileDelimeter = "?|" ;
45
45
public static bool IsInitialized = false ;
46
- public static string Version = "3.3.2.3 " ;
46
+ public static string Version = "3.3.3.4 " ;
47
47
public static string ? AppDirMount = Environment . GetEnvironmentVariable ( "APPDIR" ) ;
48
48
public static float MusicTimePercentage = 0 ;
49
49
Original file line number Diff line number Diff line change 1
- 3.3.2.3
1
+ 3.3.3.4
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ unicode True
5
5
!define HWND_BROADCAST 0xFFFF
6
6
!define WM_SETTINGCHANGE 0x001A
7
7
8
- !define VERSION " 3.3.2.3 "
8
+ !define VERSION " 3.3.3.4 "
9
9
10
10
Outfile " Jammer-Setup_V${VERSION}.exe" ; Use the version number here
11
11
BrandingText /TRIMCENTER " Jammer Setup V${VERSION}"
You can’t perform that action at this time.
0 commit comments