Skip to content

Commit

Permalink
Merge branch 'main' into chore-fix-verify-version
Browse files Browse the repository at this point in the history
  • Loading branch information
esoubiran-aneo authored Feb 22, 2023
2 parents 48bc189 + d8ca143 commit 17442a8
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
run: npm i -g @antfu/ni pnpm

- name: Install dependencies
run: cd packages/angular && nci && cd ../..
run: nci && cd packages/angular && nci && cd ../..

- name: Install Protoc
run: sudo apt install -y protobuf-compiler
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
run: npm i -g @antfu/ni pnpm

- name: Install dependencies
run: cd packages/web && nci && cd ../..
run: nci && cd packages/web && nci && cd ../..

- name: Install Protoc
run: sudo apt install -y protobuf-compiler
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aneoconsultingfr/armonik.api.angular",
"version": "3.5.0",
"version": "3.5.1",
"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.0</PackageVersion>
<PackageVersion>3.5.1</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.0</PackageVersion>
<PackageVersion>3.5.1</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.0</PackageVersion>
<PackageVersion>3.5.1</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.0</PackageVersion>
<PackageVersion>3.5.1</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.0</PackageVersion>
<PackageVersion>3.5.1</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.0</PackageVersion>
<PackageVersion>3.5.1</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.0"
version = "3.5.1"
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.0",
"version": "3.5.1",
"description": "gRPC API to interact with ArmoniK built for the web",
"exports": {
".": {
Expand Down

0 comments on commit 17442a8

Please sign in to comment.