Skip to content

Commit

Permalink
chore(release): release 3.5.2 (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
aneojgurhem authored Feb 23, 2023
2 parents 73fcd18 + 55392ae commit 053d7e0
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aneoconsultingfr/armonik.api.angular",
"version": "3.5.1",
"version": "3.5.2",
"description": "gRPC API to interact with ArmoniK built for Angular",
"peerDependencies": {
"@angular/common": "^15.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Nullable>enable</Nullable>
<AssemblyOriginatorKeyFile>../kp.snk</AssemblyOriginatorKeyFile>
<Optimize>true</Optimize>
<PackageVersion>3.5.1</PackageVersion>
<PackageVersion>3.5.2</PackageVersion>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageVersion>3.5.1</PackageVersion>
<PackageVersion>3.5.2</PackageVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Nullable>enable</Nullable>
<AssemblyOriginatorKeyFile>../kp.snk</AssemblyOriginatorKeyFile>
<Optimize>true</Optimize>
<PackageVersion>3.5.1</PackageVersion>
<PackageVersion>3.5.2</PackageVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion packages/csharp/ArmoniK.Api.Core/ArmoniK.Api.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<AssemblyOriginatorKeyFile>../kp.snk</AssemblyOriginatorKeyFile>
<PackageVersion>3.5.1</PackageVersion>
<PackageVersion>3.5.2</PackageVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Optimize>true</Optimize>
<DebugType>Embedded</DebugType>
<IncludeSymbols>true</IncludeSymbols>
<PackageVersion>3.5.1</PackageVersion>
<PackageVersion>3.5.2</PackageVersion>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<AssemblyOriginatorKeyFile>../kp.snk</AssemblyOriginatorKeyFile>
<PackageVersion>3.5.1</PackageVersion>
<PackageVersion>3.5.2</PackageVersion>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
Expand Down
2 changes: 1 addition & 1 deletion packages/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
name = "armonik"
description = "GRPC python binding for the ArmoniK orchestrator API"
readme = "generated/README.md"
version = "3.5.1"
version = "3.5.2"
requires-python = ">=3.7"
keywords = ["cloud", "HTC", "gRPC", "ArmoniK", "Aneo"]
license = {text = "Apache v2.0 LICENSE"}
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aneoconsultingfr/armonik.api",
"version": "3.5.1",
"version": "3.5.2",
"description": "gRPC API to interact with ArmoniK built for the web",
"exports": {
".": {
Expand Down

0 comments on commit 053d7e0

Please sign in to comment.