Skip to content

Commit

Permalink
Release: 2.1.0-beta4 (hass-agent#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
amadeo-alex authored Aug 19, 2024
1 parent 2ff7bd9 commit 3417aef
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/HASS.Agent.Installer/InstallerScript-Service.iss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

; Standard installation constants
#define MyAppName "HASS.Agent Satellite Service"
#define MyAppVersion "2.1.0-beta3"
#define MyAppVersion "2.1.0-beta4"
#define MyAppPublisher "HASS.Agent Team"
#define MyAppURL "https://hass-agent.io"
#define MyAppExeName "HASS.Agent.Satellite.Service.exe"
Expand Down
2 changes: 1 addition & 1 deletion src/HASS.Agent.Installer/InstallerScript.iss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

; Standard installation constants
#define MyAppName "HASS.Agent"
#define MyAppVersion "2.1.0-beta3"
#define MyAppVersion "2.1.0-beta4"
#define MyAppPublisher "HASS.Agent Team"
#define MyAppURL "https://hass-agent.io"
#define MyAppExeName "HASS.Agent.exe"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<UserSecretsId>dotnet-HASSAgentSatelliteService-6E4FA50A-3AC9-4E66-8671-9FAB92372154</UserSecretsId>
<PlatformTarget>x64</PlatformTarget>
<Platforms>x64;x86</Platforms>
<Version>2.1.0-beta3</Version>
<Version>2.1.0-beta4</Version>
<Company>HASS.Agent Team</Company>
<Product>HASS.Agent Satellite Service</Product>
<AssemblyName>HASS.Agent.Satellite.Service</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion src/HASS.Agent/HASS.Agent.Shared/HASS.Agent.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<RepositoryUrl>https://github.com/hass-agent/HASS.Agent</RepositoryUrl>
<AssemblyVersion>2.1.0</AssemblyVersion>
<FileVersion>2.1.0</FileVersion>
<Version>2.1.0-beta3</Version>
<Version>2.1.0-beta4</Version>
<PackageIcon>logo_128.png</PackageIcon>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<ApplicationIcon>hassagent.ico</ApplicationIcon>
Expand Down
2 changes: 1 addition & 1 deletion src/HASS.Agent/HASS.Agent/HASS.Agent.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PlatformTarget>x64</PlatformTarget>
<Platforms>x64;x86</Platforms>
<DebugType>full</DebugType>
<Version>2.1.0-beta3</Version>
<Version>2.1.0-beta4</Version>
<Company>HASS.Agent Team</Company>
<Authors>HASS.Agent Team</Authors>
<Description>Windows-based client for Home Assistant. Provides notifications, quick actions, commands, sensors and more. </Description>
Expand Down

0 comments on commit 3417aef

Please sign in to comment.