Skip to content

Commit

Permalink
Raises version number to 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 14, 2022
1 parent 16c9cc1 commit 2c22bcf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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,13 +5,13 @@
<RootNamespace>Zeiss.PiWeb.Api.Definitions</RootNamespace>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageVersion>7.2.0</PackageVersion>
<PackageVersion>7.2.1</PackageVersion>
</PropertyGroup>

<PropertyGroup Label="Assembly information">
<AssemblyTitle>Contains generic data used by the ZEISS PiWeb API.</AssemblyTitle>
<AssemblyName>Zeiss.PiWeb.Api.Definitions</AssemblyName>
<AssemblyVersion>7.2.0</AssemblyVersion>
<AssemblyVersion>7.2.1</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
4 changes: 2 additions & 2 deletions src/Api.Rest.Dtos/Api.Rest.Dtos.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<RootNamespace>Zeiss.PiWeb.Api.Rest.Dtos</RootNamespace>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageVersion>7.2.0</PackageVersion>
<PackageVersion>7.2.1</PackageVersion>
</PropertyGroup>

<PropertyGroup Label="Assembly information">
<AssemblyTitle>Contains the JSON-serializable DataTransferObjects (DTO) that will be exchanged between ZEISS PiWeb Server and client(s).</AssemblyTitle>
<AssemblyName>Zeiss.PiWeb.Api.Rest.Dtos</AssemblyName>
<AssemblyVersion>7.2.0</AssemblyVersion>
<AssemblyVersion>7.2.1</AssemblyVersion>
<Company>Carl Zeiss Industrielle Messtechnik GmbH</Company>
<Copyright>Copyright © 2020 $(Company)</Copyright>
<Description>Contains the JSON-serializable DataTransferObjects (DTO) that will be exchanged between ZEISS PiWeb Server and client(s).
Expand Down
4 changes: 2 additions & 2 deletions src/Api.Rest/Api.Rest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<RootNamespace>Zeiss.PiWeb.Api.Rest</RootNamespace>
<TargetFrameworks>netstandard2.0;netcoreapp3.1;net48;net5.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<PackageVersion>7.2.0</PackageVersion>
<PackageVersion>7.2.1</PackageVersion>
</PropertyGroup>

<PropertyGroup Label="Assembly information">
<AssemblyTitle>A .NET client for HTTP(S)/REST based communication with the quality data managament system ZEISS PiWeb</AssemblyTitle>
<AssemblyName>Zeiss.PiWeb.Api.Rest</AssemblyName>
<AssemblyVersion>7.2.0</AssemblyVersion>
<AssemblyVersion>7.2.1</AssemblyVersion>
<Company>Carl Zeiss Industrielle Messtechnik GmbH</Company>
<Copyright>Copyright © 2020 $(Company)</Copyright>
<Description>ZEISS PiWeb-API .NET Client provides an extensive set of methods for reading and writing inspection plan structure as well
Expand Down

0 comments on commit 2c22bcf

Please sign in to comment.