Skip to content

Commit 3dd4ed8

Browse files
Bump client runtime (#31)
1 parent 13c4163 commit 3dd4ed8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/Eryph.IdentityClient.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ClrVersion = '4.0'
5252

5353
# Modules that must be imported into the global environment prior to importing this module
5454
RequiredModules = @(
55-
@{ ModuleName="Eryph.ClientRuntime.Configuration"; ModuleVersion="0.8.1"; GUID="31a5834e-973e-478f-a48d-cea5f1e92962" }
55+
@{ ModuleName="Eryph.ClientRuntime.Configuration"; ModuleVersion="0.9.0"; GUID="31a5834e-973e-478f-a48d-cea5f1e92962" }
5656
)
5757

5858
# Assemblies that must be loaded prior to importing this module

src/Eryph.IdentityClient.Commands/Eryph.IdentityClient.Commands.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Eryph.ClientRuntime.Powershell" Version="0.8.1" />
10+
<PackageReference Include="Eryph.ClientRuntime.Powershell" Version="0.9.0" />
1111
<PackageReference Include="PowerShellStandard.Library" Version="5.1.1">
1212
<PrivateAssets>All</PrivateAssets>
1313
</PackageReference>

src/Eryph.IdentityClient/Eryph.IdentityClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Eryph.ClientRuntime.Authentication" Version="0.8.1" />
16+
<PackageReference Include="Eryph.ClientRuntime.Authentication" Version="0.9.0" />
1717
<PackageReference Include="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20241108.1" PrivateAssets="All" />
1818
</ItemGroup>
1919
</Project>

0 commit comments

Comments
 (0)