Skip to content

Commit

Permalink
Bump dependencies (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherMann authored Jan 7, 2025
1 parent 729c9d6 commit 6373381
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/Eryph.IdentityClient.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ClrVersion = '4.0'

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

# Assemblies that must be loaded prior to importing this module
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Eryph.ClientRuntime.Powershell" Version="0.8.1-beta.1" />
<PackageReference Include="Eryph.ClientRuntime.Powershell" Version="0.8.1" />
<PackageReference Include="PowerShellStandard.Library" Version="5.1.1">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/Eryph.IdentityClient/Eryph.IdentityClient.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.8.1-beta.1" />
<PackageReference Include="Eryph.ClientRuntime.Authentication" Version="0.8.1" />
<PackageReference Include="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20241108.1" PrivateAssets="All" />
</ItemGroup>
</Project>

0 comments on commit 6373381

Please sign in to comment.