Skip to content
This repository has been archived by the owner on Dec 21, 2020. It is now read-only.

Commit

Permalink
Set new version
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsck committed Aug 5, 2018
1 parent f7bbfc6 commit f5a65e6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions dnSpy/dnSpy/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,43 +4,43 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="dnSpy.Contracts.DnSpy" publicKeyToken="9813e10cffb0cdd6" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.0.6.0" newVersion="5.0.6.0"/>
<bindingRedirect oldVersion="5.0.0.0-5.0.7.0" newVersion="5.0.7.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="dnSpy.Contracts.Logic" publicKeyToken="9813e10cffb0cdd6" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.0.6.0" newVersion="5.0.6.0"/>
<bindingRedirect oldVersion="5.0.0.0-5.0.7.0" newVersion="5.0.7.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="dnSpy.Decompiler" publicKeyToken="9813e10cffb0cdd6" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.0.6.0" newVersion="5.0.6.0"/>
<bindingRedirect oldVersion="5.0.0.0-5.0.7.0" newVersion="5.0.7.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="dnSpy.Roslyn" publicKeyToken="9813e10cffb0cdd6" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.0.6.0" newVersion="5.0.6.0"/>
<bindingRedirect oldVersion="5.0.0.0-5.0.7.0" newVersion="5.0.7.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="dnSpy.Contracts.Debugger" publicKeyToken="9813e10cffb0cdd6" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.0.6.0" newVersion="5.0.6.0"/>
<bindingRedirect oldVersion="5.0.0.0-5.0.7.0" newVersion="5.0.7.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="dnSpy.Contracts.Debugger.DotNet" publicKeyToken="9813e10cffb0cdd6" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.0.6.0" newVersion="5.0.6.0"/>
<bindingRedirect oldVersion="5.0.0.0-5.0.7.0" newVersion="5.0.7.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="dnSpy.Contracts.Debugger.DotNet.CorDebug" publicKeyToken="9813e10cffb0cdd6" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.0.6.0" newVersion="5.0.6.0"/>
<bindingRedirect oldVersion="5.0.0.0-5.0.7.0" newVersion="5.0.7.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="dnSpy.Contracts.Debugger.DotNet.Mono" publicKeyToken="9813e10cffb0cdd6" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.0.6.0" newVersion="5.0.6.0"/>
<bindingRedirect oldVersion="5.0.0.0-5.0.7.0" newVersion="5.0.7.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="dnSpy.Debugger.DotNet.Metadata" publicKeyToken="9813e10cffb0cdd6" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.0.6.0" newVersion="5.0.6.0"/>
<bindingRedirect oldVersion="5.0.0.0-5.0.7.0" newVersion="5.0.7.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="dnSpy.Debugger.DotNet.Interpreter" publicKeyToken="9813e10cffb0cdd6" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-5.0.6.0" newVersion="5.0.6.0"/>
<bindingRedirect oldVersion="5.0.0.0-5.0.7.0" newVersion="5.0.7.0"/>
</dependentAssembly>

<dependentAssembly>
Expand Down
4 changes: 2 additions & 2 deletions dnSpy/dnSpy/Properties/AssemblyInfo.Shared.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@

static class DnSpyAssemblyConstants {
// Update App.config whenever this value changes.
public const string ASSEMBLY_VERSION = "5.0.6.0";
public const string ASSEMBLY_VERSION = "5.0.7.0";
// This is shown in the title bar
public const string ASSEMBLY_INFORMATIONAL_VERSION = "v5.0.6";
public const string ASSEMBLY_INFORMATIONAL_VERSION = "v5.0.7";
public const string ASSEMBLY_FILE_VERSION = ASSEMBLY_VERSION;
}
#pragma warning restore 0436

0 comments on commit f5a65e6

Please sign in to comment.