Skip to content

Commit

Permalink
Merge branch 'release/8.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 28, 2023
2 parents 91a4a58 + d4a6063 commit c9328ac
Show file tree
Hide file tree
Showing 21 changed files with 1,348 additions and 398 deletions.
17 changes: 17 additions & 0 deletions RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
======================================================
-------------------------------------------------------------------------------------------
Version 8.2.0
-------------------------------------------------------------------------------------------
======================================================

==========================================
New Features
==========================================

- Add new property 'CaseSensitive' to AbstractMeasurementFilterAttributesDto
○ specify if string comparison in SearchCondition should be done case sensitive when fetching measurements (if the PiWeb server supports this feature)

- Add optional parameter 'bypassLocalCache' to OAuthHelper method GetAuthenticationInformationForDatabaseUrl
○ defines whether locally cached token information are neither used nor updated


======================================================
-------------------------------------------------------------------------------------------
Version 8.1.0
Expand Down
4 changes: 2 additions & 2 deletions src/Api.Core/Api.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<RootNamespace>Zeiss.PiWeb.Api.Core</RootNamespace>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageVersion>8.1.0</PackageVersion>
<PackageVersion>8.2.0</PackageVersion>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<PropertyGroup Label="Assembly information">
<AssemblyTitle>Contains core classes used by the ZEISS PiWeb API.</AssemblyTitle>
<AssemblyName>Zeiss.PiWeb.Api.Core</AssemblyName>
<AssemblyVersion>8.1.0</AssemblyVersion>
<AssemblyVersion>8.2.0</AssemblyVersion>
<Company>Carl Zeiss Industrielle Messtechnik GmbH</Company>
<Copyright>Copyright © 2020 $(Company)</Copyright>
<Description>Contains core classes used by the ZEISS PiWeb API. The ZEISS PiWeb API nuget depends on this package.</Description>
Expand Down
14 changes: 14 additions & 0 deletions src/Api.Core/RELEASE_NOTES_Core.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
======================================================
-------------------------------------------------------------------------------------------
Version 8.2.0
-------------------------------------------------------------------------------------------
======================================================


==========================================
New Features
==========================================

- Bumped version to 8.2.0


======================================================
-------------------------------------------------------------------------------------------
Version 8.1.0
Expand Down
4 changes: 2 additions & 2 deletions src/Api.Definitions/Api.Definitions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<RootNamespace>Zeiss.PiWeb.Api.Definitions</RootNamespace>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageVersion>8.1.0</PackageVersion>
<PackageVersion>8.2.0</PackageVersion>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<PropertyGroup Label="Assembly information">
<AssemblyTitle>Contains generic data used by the ZEISS PiWeb API.</AssemblyTitle>
<AssemblyName>Zeiss.PiWeb.Api.Definitions</AssemblyName>
<AssemblyVersion>8.1.0</AssemblyVersion>
<AssemblyVersion>8.2.0</AssemblyVersion>
<Company>Carl Zeiss Industrielle Messtechnik GmbH</Company>
<Copyright>Copyright © 2020 $(Company)</Copyright>
<Description>Contains generic data used by the ZEISS PiWeb API. The ZEISS PiWeb API nuget depends on this package.</Description>
Expand Down
14 changes: 14 additions & 0 deletions src/Api.Definitions/RELEASE_NOTES_Definitions.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
======================================================
-------------------------------------------------------------------------------------------
Version 8.2.0
-------------------------------------------------------------------------------------------
======================================================


==========================================
New Features
==========================================

- Bumped version to 8.2.0


======================================================
-------------------------------------------------------------------------------------------
Version 8.1.0
Expand Down
Loading

0 comments on commit c9328ac

Please sign in to comment.