Skip to content

Commit

Permalink
- Updates in preparation of Release v6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Artioli committed Jul 25, 2024
1 parent e52e27d commit 3d2c305
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 16 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.0.4] - 2024-07-25
### Changed
- Fixed issue related to the method 'GetObjects()' (specifically related to the attribute 'Classification')
- Updated the dictionaries of all the supported locales.
- Reviewed and cleaned up unnecessary code.

## [6.0.3] - 2024-04-11
### Changed
- Fixed issue related to the method 'GetObjects()' (the parameter 'levels' was not properly handled)
- Enhanced methods 'ReadProperty()' and 'ReadPropertyMultiple()'
- Enhanced the TestClient app in order to support the latest changes.

## [6.0.2] - 2024-03-20
### Changed
- Fixed issue related to the method that is retrieving the list of Activities when API v4 was selected.
- Added the new parameters of the method 'alarms.get()' supported from API v4 on.
- Enhanced the TestClient app in order to support the latest changes.

## [6.0.1] - 2024-01-15
### Changed
- Made changes to MetasysObject to fix an issue related to the property ObjectType that wasn't properly populated.
Expand Down Expand Up @@ -273,7 +281,8 @@ First Release.
- LegacyMetasysClient for compatibility with COM services.
- Automatic enumeration translations for supported languages.

[Unreleased]: https://github.com/metasys-server/basic-services-dotnet/compare/v6.0.3...HEAD
[Unreleased]: https://github.com/metasys-server/basic-services-dotnet/compare/v6.0.4...HEAD
[6.0.4]: https://github.com/metasys-server/basic-services-dotnet/compare/v6.0.3...v6.0.4
[6.0.3]: https://github.com/metasys-server/basic-services-dotnet/compare/v6.0.2...v6.0.3
[6.0.2]: https://github.com/metasys-server/basic-services-dotnet/compare/v6.0.1...v6.0.2
[6.0.1]: https://github.com/metasys-server/basic-services-dotnet/compare/v6.0.0...v6.0.1
Expand Down
6 changes: 5 additions & 1 deletion MetasysServices.Tests/MetasysServices.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@

<IsPackable>false</IsPackable>

<Version>6.0.3</Version>
<Version>6.0.4</Version>

<Copyright>© 2020-2024 Johnson Controls</Copyright>

<PackageReleaseNotes>- Fixed issue related to the method 'GetObjects()'
- Updated the dictionaries of all the supported locales
- Cleaned up unnecessary code</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion MetasysServices/MetasysServices.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
<PackageProjectUrl>https://github.com/metasys-server/basic-services-dotnet</PackageProjectUrl>
<PackageTags>Johnson Controls, Metasys, API, .NET, Services</PackageTags>
<PackageReleaseNotes>- Fixed issue related to the method 'GetObjects()'
- Updated the dictionaries of all the supported locales</PackageReleaseNotes>
- Updated the dictionaries of all the supported locales
- Cleaned up unnecessary code</PackageReleaseNotes>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Version>6.0.4</Version>
Expand Down
4 changes: 2 additions & 2 deletions MetasysServicesCom.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
[assembly: Guid("c6ad9c27-b7dd-4520-9c03-a0efca68fb51")]

// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("6.0.3.0")]
[assembly: AssemblyFileVersion("6.0.3.0")]
[assembly: AssemblyVersion("6.0.4.0")]
[assembly: AssemblyFileVersion("6.0.4.0")]
6 changes: 4 additions & 2 deletions MetasysServicesCom/MetasysServicesCom.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@
<Authors>Johnson Controls</Authors>
<Description>Metasys Services Object Library</Description>
<PackageId />
<Version>6.0.3</Version>
<PackageReleaseNotes></PackageReleaseNotes>
<Version>6.0.4</Version>
<PackageReleaseNotes>- Fixed issue related to the method 'GetObjects()'
- Updated the dictionaries of all the supported locales
- Cleaned up unnecessary code</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
Expand Down
2 changes: 1 addition & 1 deletion MetasysServicesCom/Scripts/Setup/MetasysServicesSetup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#define MyAppName "Metasys Services COM"
#define MyAppShortName "MetasysServicesCOM"
#define MyAppVersion "6.0.3"
#define MyAppVersion "6.0.4"
#define MyAppPublisher "Johnson Controls"


Expand Down
4 changes: 2 additions & 2 deletions MetasysServicesComExampleApp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("6.0.3.0")]
[assembly: AssemblyFileVersion("6.0.3.0")]
[assembly: AssemblyVersion("6.0.4.0")]
[assembly: AssemblyFileVersion("6.0.4.0")]
2 changes: 1 addition & 1 deletion MetasysServicesExampleApp/MetasysServicesExampleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<LangVersion>7.3</LangVersion>
<Version>6.0.3</Version>
<Version>6.0.4</Version>
<Copyright>© 2020-2024 Johnson Controls</Copyright>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions TestClient/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("6.0.3.0")]
[assembly: AssemblyFileVersion("6.0.3.0")]
[assembly: AssemblyVersion("6.0.4.0")]
[assembly: AssemblyFileVersion("6.0.4.0")]
6 changes: 3 additions & 3 deletions TestClient/PubConstant.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
{
public static class PubConstants
{
public const string HOST_IP = "10.164.104.98";
public const string USER_NAME = "APIUser";
public const string PASSWORD = "5S!SEurope";
public const string HOST_IP = "";
public const string USER_NAME = "";
public const string PASSWORD = "";
}
}

0 comments on commit 3d2c305

Please sign in to comment.