Skip to content

Commit

Permalink
Upgrade vresions in iceboxnet release configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Oct 2, 2023
1 parent badcb7f commit 8645a99
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions csharp/msbuild/iceboxnet.exe.config.release
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Ice" culture="neutral" publicKeyToken="@PublicKeyToken@"/>
<codeBase version="3.7.9.0" href="@AssemblyDir@\Ice.dll"/>
<bindingRedirect oldVersion="3.7.0.0-3.7.8.0" newVersion="3.7.9.0" />
<codeBase version="3.7.10.0" href="@AssemblyDir@\Ice.dll"/>
<bindingRedirect oldVersion="3.7.0.0-3.7.9.0" newVersion="3.7.10.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="IceBox" culture="neutral" publicKeyToken="@PublicKeyToken@"/>
<codeBase version="3.7.9.0" href="@AssemblyDir@\IceBox.dll"/>
<bindingRedirect oldVersion="3.7.0.0-3.7.8.0" newVersion="3.7.9.0" />
<codeBase version="3.7.10.0" href="@AssemblyDir@\IceBox.dll"/>
<bindingRedirect oldVersion="3.7.0.0-3.7.9.0" newVersion="3.7.10.0" />
</dependentAssembly>
<!--
This allows iceboxnet to load the IceSSL plug-in using a strong name. We omit the
Expand All @@ -19,8 +19,8 @@
-->
<dependentAssembly>
<assemblyIdentity name="IceSSL"/>
<codeBase version="3.7.9.0" href="@AssemblyDir@\IceSSL.dll"/>
<bindingRedirect oldVersion="3.7.0.0-3.7.8.0" newVersion="3.7.9.0" />
<codeBase version="3.7.10.0" href="@AssemblyDir@\IceSSL.dll"/>
<bindingRedirect oldVersion="3.7.0.0-3.7.9.0" newVersion="3.7.10.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand Down

0 comments on commit 8645a99

Please sign in to comment.