Skip to content

Commit

Permalink
Bump version to v6.5.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
ElektroKill committed Jan 8, 2024
1 parent 986a362 commit e6c047e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions DnSpyCommon.props
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>

<!-- Update app.config whenever this value changes -->
<DnSpyAssemblyVersion>6.4.1.0</DnSpyAssemblyVersion>
<DnSpyAssemblyVersion>6.5.0.0</DnSpyAssemblyVersion>
<!-- This is shown in the title bar -->
<DnSpyAssemblyInformationalVersion>v6.4.1</DnSpyAssemblyInformationalVersion>
<DnSpyAssemblyInformationalVersion>v6.5.0-rc1</DnSpyAssemblyInformationalVersion>
<!-- Prevent .NET SDK from appening the git commit hash to the information version -->
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<DnSpyAssemblyCopyright>Copyright (C) 2014-2020 [email protected]</DnSpyAssemblyCopyright>
Expand Down
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-6.4.1.0" newVersion="6.4.1.0"/>
<bindingRedirect oldVersion="5.0.0.0-6.5.0.0" newVersion="6.5.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="dnSpy.Contracts.Logic" publicKeyToken="9813e10cffb0cdd6" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-6.4.1.0" newVersion="6.4.1.0"/>
<bindingRedirect oldVersion="5.0.0.0-6.5.0.0" newVersion="6.5.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="dnSpy.Decompiler" publicKeyToken="9813e10cffb0cdd6" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-6.4.1.0" newVersion="6.4.1.0"/>
<bindingRedirect oldVersion="5.0.0.0-6.5.0.0" newVersion="6.5.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="dnSpy.Roslyn" publicKeyToken="9813e10cffb0cdd6" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-6.4.1.0" newVersion="6.4.1.0"/>
<bindingRedirect oldVersion="5.0.0.0-6.5.0.0" newVersion="6.5.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="dnSpy.Contracts.Debugger" publicKeyToken="9813e10cffb0cdd6" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-6.4.1.0" newVersion="6.4.1.0"/>
<bindingRedirect oldVersion="5.0.0.0-6.5.0.0" newVersion="6.5.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="dnSpy.Contracts.Debugger.DotNet" publicKeyToken="9813e10cffb0cdd6" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-6.4.1.0" newVersion="6.4.1.0"/>
<bindingRedirect oldVersion="5.0.0.0-6.5.0.0" newVersion="6.5.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="dnSpy.Contracts.Debugger.DotNet.CorDebug" publicKeyToken="9813e10cffb0cdd6" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-6.4.1.0" newVersion="6.4.1.0"/>
<bindingRedirect oldVersion="5.0.0.0-6.5.0.0" newVersion="6.5.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="dnSpy.Contracts.Debugger.DotNet.Mono" publicKeyToken="9813e10cffb0cdd6" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-6.4.1.0" newVersion="6.4.1.0"/>
<bindingRedirect oldVersion="5.0.0.0-6.5.0.0" newVersion="6.5.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="dnSpy.Debugger.DotNet.Metadata" publicKeyToken="9813e10cffb0cdd6" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-6.4.1.0" newVersion="6.4.1.0"/>
<bindingRedirect oldVersion="5.0.0.0-6.5.0.0" newVersion="6.5.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="dnSpy.Debugger.DotNet.Interpreter" publicKeyToken="9813e10cffb0cdd6" culture="neutral"/>
<bindingRedirect oldVersion="5.0.0.0-6.4.1.0" newVersion="6.4.1.0"/>
<bindingRedirect oldVersion="5.0.0.0-6.5.0.0" newVersion="6.5.0.0"/>
</dependentAssembly>

<dependentAssembly>
Expand Down

0 comments on commit e6c047e

Please sign in to comment.