Skip to content

Commit

Permalink
Raise app version to v0.0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchPlaysBF2 committed Aug 1, 2022
1 parent 92a9769 commit 8425aac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/setup_script.iss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; Inno Setup Script

#define MyAppName "BF2.TV"
#define MyAppVersion "0.0.1.2"
#define MyAppVersion "0.0.2.0"
#define MyAppPublisher "TwitchPlaysBF2"
#define MyAppURL "https://github.com/TwitchPlaysBF2"
#define MyAppExeName "BF2TV.WindowsApp.exe"
Expand All @@ -19,7 +19,7 @@ AppUpdatesURL={#MyAppURL}
DefaultDirName={autopf}\BF2.TV
DisableProgramGroupPage=yes
OutputDir=/bin
OutputBaseFilename=BF2.TV_App_Setup_v{#MyAppVersion}
OutputBaseFilename=BF2.TV_App_Setup
SetupIconFile=..\src\BF2TV.WindowsApp\Resources\favicon.ico
UninstallDisplayIcon={app}\Resources\favicon.ico
Compression=lzma2/max
Expand Down
4 changes: 2 additions & 2 deletions src/BF2TV.WindowsApp/BF2TV.WindowsApp.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<AssemblyVersion>0.0.1.2</AssemblyVersion>
<FileVersion>0.0.1.2</FileVersion>
<AssemblyVersion>0.0.2.0</AssemblyVersion>
<FileVersion>0.0.2.0</FileVersion>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit 8425aac

Please # to comment.