Skip to content

Commit

Permalink
Update config model to 0.4 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
fw2568 authored Apr 27, 2024
1 parent 012771d commit e114351
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Eryph.ClientRuntime.Powershell" Version="0.6.0" />
<PackageReference Include="Eryph.ConfigModel.Catlets.Yaml" Version="0.3.0" />
<PackageReference Include="Eryph.ConfigModel.Networks.Yaml" Version="0.3.0" />
<PackageReference Include="Eryph.ConfigModel.System.Json" Version="0.3.0" />
<PackageReference Include="Eryph.ClientRuntime.Powershell" Version="0.6.1" />
<PackageReference Include="Eryph.ConfigModel.Catlets.Yaml" Version="0.4.0" />
<PackageReference Include="Eryph.ConfigModel.Networks.Yaml" Version="0.4.0" />
<PackageReference Include="Eryph.ConfigModel.System.Json" Version="0.4.0" />
<PackageReference Include="GitVersion.MsBuild" Version="5.12.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion src/Eryph.ComputeClient/Eryph.ComputeClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Eryph.ClientRuntime.Authentication" Version="0.6.0" />
<PackageReference Include="Eryph.ClientRuntime.Authentication" Version="0.6.1" />
<PackageReference Include="GitVersion.MsBuild" Version="5.12.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit e114351

Please sign in to comment.