File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <OutputType >Exe</OutputType >
4- <Version >3.47 </Version >
4+ <Version >3.48 </Version >
55 <RootNamespace >Jammer.CLI</RootNamespace >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ SET "RELEASE_VERSION=win-x64"
55SET " sourceFolder = bin\Release\net8.0\%RELEASE_VERSION% \publish"
66SET " sourceFolder2 = bin\Release\net8.0\%RELEASE_VERSION% "
77SET " targetFolder = ..\nsis"
8- SET " start_name = Jammer-Setup_V3.47 .exe"
8+ SET " start_name = Jammer-Setup_V3.48 .exe"
99
1010dotnet publish -r %RELEASE_VERSION% -c Release /p:PublishSingleFile=true -p:DefineConstants=" CLI_UI" --self-contained
1111
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public struct Utils
4343 public static string CurrentPlaylist = "" ;
4444 public static string JammerFileDelimeter = "?|" ;
4545 public static bool IsInitialized = false ;
46- public static string Version = "3.47 " ;
46+ public static string Version = "3.48 " ;
4747 public static string ? AppDirMount = Environment . GetEnvironmentVariable ( "APPDIR" ) ;
4848 public static float MusicTimePercentage = 0 ;
4949
Original file line number Diff line number Diff line change 1- 3.47
1+ 3.48
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ unicode True
55!define HWND_BROADCAST 0xFFFF
66!define WM_SETTINGCHANGE 0x001A
77
8- !define VERSION " 3.47 "
8+ !define VERSION " 3.48 "
99
1010Outfile " Jammer-Setup_V${VERSION}.exe" ; Use the version number here
1111BrandingText /TRIMCENTER " Jammer Setup V${VERSION}"
You can’t perform that action at this time.
0 commit comments