Bump version

This commit is contained in:
0xd4d 2020-01-15 18:46:59 +01:00
parent 7585d312ff
commit 7695dd1be1
2 changed files with 12 additions and 12 deletions

View File

@ -25,9 +25,9 @@
<SatelliteResourceLanguages>cs;de;es;es-ES;fa;fr;hu;it;pt-BR;pt-PT;ru;tr;uk;zh-CN</SatelliteResourceLanguages>
<!-- Update app.config whenever this value changes -->
<DnSpyAssemblyVersion>6.1.2.0</DnSpyAssemblyVersion>
<DnSpyAssemblyVersion>6.1.3.0</DnSpyAssemblyVersion>
<!-- This is shown in the title bar -->
<DnSpyAssemblyInformationalVersion>v6.1.2</DnSpyAssemblyInformationalVersion>
<DnSpyAssemblyInformationalVersion>v6.1.3</DnSpyAssemblyInformationalVersion>
<DnSpyAssemblyCopyright>Copyright (C) 2014-2019 de4dot@gmail.com</DnSpyAssemblyCopyright>
<!-- AD0001: buggy Roslyn analyzer(s) crash, disable that warning -->

View File

@ -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-6.1.2.0" newVersion="6.1.2.0"/>
<bindingRedirect oldVersion="5.0.0.0-6.1.3.0" newVersion="6.1.3.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="dnSpy.Contracts.Logic" publicKeyToken="9813e10cffb0cdd6" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-6.1.2.0" newVersion="6.1.2.0"/>
<bindingRedirect oldVersion="5.0.0.0-6.1.3.0" newVersion="6.1.3.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="dnSpy.Decompiler" publicKeyToken="9813e10cffb0cdd6" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-6.1.2.0" newVersion="6.1.2.0"/>
<bindingRedirect oldVersion="5.0.0.0-6.1.3.0" newVersion="6.1.3.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="dnSpy.Roslyn" publicKeyToken="9813e10cffb0cdd6" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-6.1.2.0" newVersion="6.1.2.0"/>
<bindingRedirect oldVersion="5.0.0.0-6.1.3.0" newVersion="6.1.3.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="dnSpy.Contracts.Debugger" publicKeyToken="9813e10cffb0cdd6" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-6.1.2.0" newVersion="6.1.2.0"/>
<bindingRedirect oldVersion="5.0.0.0-6.1.3.0" newVersion="6.1.3.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="dnSpy.Contracts.Debugger.DotNet" publicKeyToken="9813e10cffb0cdd6" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-6.1.2.0" newVersion="6.1.2.0"/>
<bindingRedirect oldVersion="5.0.0.0-6.1.3.0" newVersion="6.1.3.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="dnSpy.Contracts.Debugger.DotNet.CorDebug" publicKeyToken="9813e10cffb0cdd6" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-6.1.2.0" newVersion="6.1.2.0"/>
<bindingRedirect oldVersion="5.0.0.0-6.1.3.0" newVersion="6.1.3.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="dnSpy.Contracts.Debugger.DotNet.Mono" publicKeyToken="9813e10cffb0cdd6" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-6.1.2.0" newVersion="6.1.2.0"/>
<bindingRedirect oldVersion="5.0.0.0-6.1.3.0" newVersion="6.1.3.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="dnSpy.Debugger.DotNet.Metadata" publicKeyToken="9813e10cffb0cdd6" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-6.1.2.0" newVersion="6.1.2.0"/>
<bindingRedirect oldVersion="5.0.0.0-6.1.3.0" newVersion="6.1.3.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="dnSpy.Debugger.DotNet.Interpreter" publicKeyToken="9813e10cffb0cdd6" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-6.1.2.0" newVersion="6.1.2.0"/>
<bindingRedirect oldVersion="5.0.0.0-6.1.3.0" newVersion="6.1.3.0"/>
</dependentAssembly>
<dependentAssembly>