New: Bump Version 0.4.0

pull/502/head v0.4.0.524
Qstick 6 years ago
parent 56e1f53834
commit 2af4a5004f

@ -1,4 +1,4 @@
version: '0.3.1.{build}' version: '0.4.0.{build}'
image: Visual Studio 2017 image: Visual Studio 2017
@ -11,7 +11,7 @@ assembly_info:
environment: environment:
DOTNET_CLI_TELEMETRY_OPTOUT: 1 DOTNET_CLI_TELEMETRY_OPTOUT: 1
nodejs_version: "6" nodejs_version: "8"
install: install:
- git submodule update --init --recursive - git submodule update --init --recursive

@ -23,11 +23,11 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.0</string> <string>0.4</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>xmmd</string> <string>xmmd</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>2.0</string> <string>0.4</string>
<key>NSAppleScriptEnabled</key> <key>NSAppleScriptEnabled</key>
<string>YES</string> <string>YES</string>
</dict> </dict>

@ -6,7 +6,7 @@
#define AppURL "https://lidarr.audio/" #define AppURL "https://lidarr.audio/"
#define ForumsURL "https://forums.lidarr.audio/" #define ForumsURL "https://forums.lidarr.audio/"
#define AppExeName "Lidarr.exe" #define AppExeName "Lidarr.exe"
#define BuildNumber "0.3.1" #define BuildNumber "0.4.0"
#define BuildNumber GetEnv('APPVEYOR_BUILD_NUMBER') #define BuildNumber GetEnv('APPVEYOR_BUILD_NUMBER')
#define BuildVersion GetEnv('APPVEYOR_BUILD_VERSION') #define BuildVersion GetEnv('APPVEYOR_BUILD_VERSION')
#define BranchName GetEnv('APPVEYOR_REPO_BRANCH') #define BranchName GetEnv('APPVEYOR_REPO_BRANCH')
@ -17,7 +17,7 @@
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{56C1065D-3523-4025-B76D-6F73F67F7F93} AppId={{56C1065D-3523-4025-B76D-6F73F67F7F93}
AppName={#AppName} AppName={#AppName}
AppVersion=0.3.1 AppVersion=0.4.0
AppPublisher={#AppPublisher} AppPublisher={#AppPublisher}
AppPublisherURL={#AppURL} AppPublisherURL={#AppURL}
AppSupportURL={#ForumsURL} AppSupportURL={#ForumsURL}
@ -35,7 +35,7 @@ DisableReadyPage=True
CompressionThreads=2 CompressionThreads=2
Compression=lzma2/normal Compression=lzma2/normal
AppContact={#ForumsURL} AppContact={#ForumsURL}
VersionInfoVersion=0.3.1.{#BuildNumber} VersionInfoVersion=0.4.0.{#BuildNumber}
[Languages] [Languages]
Name: "english"; MessagesFile: "compiler:Default.isl" Name: "english"; MessagesFile: "compiler:Default.isl"

Loading…
Cancel
Save