Skip to content

Commit

Permalink
chore: update ArmoniK.Extensions.Csharp to 0.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ngruelaneo committed Jun 6, 2024
1 parent d012d84 commit b1bf5e5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
with:
working-directory: ${{ github.workspace }}/infra
type: localhost
ext-csharp-version: 0.14.6
ext-csharp-version: 0.14.7
core-version: 0.24.0

- name: Run Demo Client
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
with:
working-directory: ${{ github.workspace }}/infra
type: localhost
ext-csharp-version: 0.14.6
ext-csharp-version: 0.14.7
core-version: 0.24.0

- name: Run UnifiedAPI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Armonik.DevelopmentKit.Client.Unified" Version="0.14.6" />
<PackageReference Include="Armonik.DevelopmentKit.Client.Unified" Version="0.14.7" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="7.0.0" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Armonik.DevelopmentKit.Worker.Unified" Version="0.14.6" />
<PackageReference Include="Armonik.DevelopmentKit.Worker.Unified" Version="0.14.7" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Armonik.DevelopmentKit.Client.Unified" Version="0.14.6" />
<PackageReference Include="Armonik.DevelopmentKit.Client.Unified" Version="0.14.7" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="7.0.0" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Armonik.DevelopmentKit.Worker.Unified" Version="0.14.6" />
<PackageReference Include="Armonik.DevelopmentKit.Worker.Unified" Version="0.14.7" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit b1bf5e5

Please sign in to comment.