Skip to content

Commit

Permalink
Bump all dependencies (#251)
Browse files Browse the repository at this point in the history
* bump all deps

* Update CHANGELOG.md
  • Loading branch information
Yvand committed Apr 23, 2024
1 parent 8b3e91a commit 3e7f1b3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* Prompt user for confirmation before actually deleting a tenant - https://github.com/Yvand/EntraCP/pull/248
* New feature: It is now possible to configure EntraCP, to return only users that are members of some Entra groups, configured by the administrator - https://github.com/Yvand/EntraCP/pull/243
* Fix the connection to Microsoft Graph not working when the tenant is hosted in a national cloud
* Update Azure.Identity from 1.10.4 to 1.11.2
* Update Microsoft.Graph from 5.44.0 to 5.49.0

## EntraCP v24.0.20240318.32 enhancements & bug-fixes - Published in March 18, 2024

Expand Down
1 change: 1 addition & 0 deletions Yvand.EntraCP/Package/Package.package
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<customAssembly location="Microsoft.Kiota.Serialization.Text.dll" deploymentTarget="GlobalAssemblyCache" sourcePath="bin\Microsoft.Kiota.Serialization.Text.dll" />
<customAssembly location="Std.UriTemplate.dll" deploymentTarget="GlobalAssemblyCache" sourcePath="bin\Std.UriTemplate.dll" />
<customAssembly location="System.Buffers.dll" deploymentTarget="GlobalAssemblyCache" sourcePath="bin\System.Buffers.dll" />
<customAssembly location="System.ClientModel.dll" deploymentTarget="GlobalAssemblyCache" sourcePath="bin\System.ClientModel.dll" />
<customAssembly location="System.Diagnostics.DiagnosticSource.dll" deploymentTarget="GlobalAssemblyCache" sourcePath="bin\System.Diagnostics.DiagnosticSource.dll" />
<customAssembly location="System.IdentityModel.Tokens.Jwt.dll" deploymentTarget="GlobalAssemblyCache" sourcePath="bin\System.IdentityModel.Tokens.Jwt.dll" />
<customAssembly location="System.IO.FileSystem.AccessControl.dll" deploymentTarget="GlobalAssemblyCache" sourcePath="bin\System.IO.FileSystem.AccessControl.dll" />
Expand Down
5 changes: 3 additions & 2 deletions Yvand.EntraCP/Yvand.EntraCP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@
<!-- NuGet packages -->
<ItemGroup>
<PackageReference Include="Azure.Identity">
<Version>1.10.4</Version>
<Version>1.11.2</Version>
</PackageReference>
<PackageReference Include="Microsoft.Graph">
<Version>5.44.0</Version>
<Version>5.49.0</Version>
</PackageReference>
<PackageReference Include="StrongNamer">
<Version>0.2.5</Version>
Expand Down Expand Up @@ -184,6 +184,7 @@ copy /Y "$(TargetDir)Microsoft.Kiota.Serialization.Multipart.dll" $(ProjectDir)\
copy /Y "$(TargetDir)Microsoft.Kiota.Serialization.Text.dll" $(ProjectDir)\bin
copy /Y "$(TargetDir)Std.UriTemplate.dll" $(ProjectDir)\bin
copy /Y "$(TargetDir)System.Buffers.dll" $(ProjectDir)\bin
copy /Y "$(TargetDir)System.ClientModel.dll" $(ProjectDir)\bin
copy /Y "$(TargetDir)System.Diagnostics.DiagnosticSource.dll" $(ProjectDir)\bin
copy /Y "$(TargetDir)System.IdentityModel.Tokens.Jwt.dll" $(ProjectDir)\bin
copy /Y "$(TargetDir)System.IO.FileSystem.AccessControl.dll" $(ProjectDir)\bin
Expand Down
6 changes: 3 additions & 3 deletions assembly-bindings.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ The content of this file may change with each version of EntraCP, make sure to u
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Azure.Core" publicKeyToken="92742159e12e44c8" culture="neutral"/>
<bindingRedirect oldVersion="1.36.0.0" newVersion="1.37.0.0"/>
<bindingRedirect oldVersion="1.37.0.0" newVersion="1.38.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Kiota.Abstractions" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="1.7.6.0-1.7.8.0" newVersion="1.7.9.0"/>
<bindingRedirect oldVersion="1.7.10.0-1.7.11.0" newVersion="1.8.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
<bindingRedirect oldVersion="6.0.0.0" newVersion="6.0.0.1"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.IdentityModel.Abstractions" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="6.22.0.0" newVersion="7.3.1.0"/>
<bindingRedirect oldVersion="6.35.0.0" newVersion="7.4.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Text.Json" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
Expand Down

0 comments on commit 3e7f1b3

Please sign in to comment.