Skip to content

Commit

Permalink
Raise app version to v0.0.1.1
Browse files Browse the repository at this point in the history
	- Fix AutoUpdater mechanism throwing errors
  • Loading branch information
TwitchPlaysBF2 committed Jul 24, 2022
1 parent a13c97c commit b2f2879
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.0"
#define MyAppVersion "0.0.1.1"
#define MyAppPublisher "TwitchPlaysBF2"
#define MyAppURL "https://www.github.com/TwitchPlaysBF2"
#define MyAppExeName "BF2TV.WindowsApp.exe"
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.0</AssemblyVersion>
<FileVersion>0.0.1.0</FileVersion>
<AssemblyVersion>0.0.1.1</AssemblyVersion>
<FileVersion>0.0.1.1</FileVersion>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit b2f2879

Please sign in to comment.