Skip to content

Commit

Permalink
Release: 2.1.1-beta2 (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
amadeo-alex authored Oct 26, 2024
1 parent c07d212 commit 1385b32
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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"
#define MyAppVersion "2.1.1-beta2"
#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"
#define MyAppVersion "2.1.1-beta2"
#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</Version>
<Version>2.1.1-beta2</Version>
<Company>HASS.Agent Team</Company>
<Product>HASS.Agent Satellite Service</Product>
<AssemblyName>HASS.Agent.Satellite.Service</AssemblyName>
Expand All @@ -17,9 +17,9 @@
<PackageProjectUrl>https://github.com/hass-agent/HASS.Agent</PackageProjectUrl>
<RepositoryUrl>https://github.com/hass-agent/HASS.Agent</RepositoryUrl>
<PackageIcon>hass.png</PackageIcon>
<AssemblyVersion>2.1.0</AssemblyVersion>
<AssemblyVersion>2.1.1</AssemblyVersion>
<ApplicationIcon>hass.ico</ApplicationIcon>
<FileVersion>2.1.0</FileVersion>
<FileVersion>2.1.1</FileVersion>
<SupportedOSPlatformVersion>10.0.17763.0</SupportedOSPlatformVersion>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/HASS.Agent/HASS.Agent.Shared/HASS.Agent.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<Description>Shared functions and models for the HASS.Agent platform.</Description>
<PackageProjectUrl>https://github.com/hass-agent/HASS.Agent</PackageProjectUrl>
<RepositoryUrl>https://github.com/hass-agent/HASS.Agent</RepositoryUrl>
<AssemblyVersion>2.1.0</AssemblyVersion>
<FileVersion>2.1.0</FileVersion>
<Version>2.1.0</Version>
<AssemblyVersion>2.1.1</AssemblyVersion>
<FileVersion>2.1.1</FileVersion>
<Version>2.1.1-beta2</Version>
<PackageIcon>logo_128.png</PackageIcon>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<ApplicationIcon>hassagent.ico</ApplicationIcon>
Expand Down
6 changes: 3 additions & 3 deletions 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</Version>
<Version>2.1.1-beta2</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 All @@ -22,8 +22,8 @@
<RepositoryUrl>https://github.com/hass-agent/HASS.Agent</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<ApplicationManifest>app.manifest</ApplicationManifest>
<AssemblyVersion>2.1.0</AssemblyVersion>
<FileVersion>2.1.0</FileVersion>
<AssemblyVersion>2.1.1</AssemblyVersion>
<FileVersion>2.1.1</FileVersion>
<RootNamespace>HASS.Agent</RootNamespace>
<WindowsPackageType>None</WindowsPackageType>
<RuntimeIdentifiers>win10-x64;win10-x86</RuntimeIdentifiers>
Expand Down

0 comments on commit 1385b32

Please sign in to comment.