Skip to content

Commit

Permalink
Update version to 3.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jooapa committed Oct 4, 2024
1 parent e11cb27 commit 935c8cc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Jammer.CLI/Jammer.CLI.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<Version>2.14.6.6</Version>
<Version>3.0.0.0</Version>
<RootNamespace>Jammer.CLI</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion Jammer.CLI/buildcli.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SET "RELEASE_VERSION=win-x64"
SET "sourceFolder=bin\Release\net8.0\%RELEASE_VERSION%\publish"
SET "sourceFolder2=bin\Release\net8.0\%RELEASE_VERSION%"
SET "targetFolder=..\nsis"
SET "start_name=Jammer-Setup_V2.14.6.6.exe"
SET "start_name=Jammer-Setup_V3.0.0.0.exe"

dotnet publish -r %RELEASE_VERSION% -c Release /p:PublishSingleFile=true -p:DefineConstants="CLI_UI" --self-contained

Expand Down
2 changes: 1 addition & 1 deletion Jammer.Core/src/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public struct Utils
public static string currentPlaylist = "";
public static string jammerFileDelimeter = "?|";
public static bool isInitialized = false;
public static string version = "2.14.6.6";
public static string version = "3.0.0.0";
public static string? AppDirMount = Environment.GetEnvironmentVariable("APPDIR");
public static float MusicTimePercentage = 0;

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.14.6.6
3.0.0.0
2 changes: 1 addition & 1 deletion nsis/setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ unicode True
!define HWND_BROADCAST 0xFFFF
!define WM_SETTINGCHANGE 0x001A

!define VERSION "2.14.6.6"
!define VERSION "3.0.0.0"

Outfile "Jammer-Setup_V${VERSION}.exe" ; Use the version number here
BrandingText /TRIMCENTER "Jammer Setup V${VERSION}"
Expand Down

0 comments on commit 935c8cc

Please sign in to comment.