Skip to content

Commit 4c7265e

Browse files
committed
Bump version to v0.5.2
1 parent 07dd3cf commit 4c7265e

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## [Unreleased]
77

8+
## [0.5.2] - 2023-01-20
9+
10+
### Changed
11+
- Targets dnSpyEx v6.3.0
12+
13+
### Fixed
14+
- Fix CFG nodes rendering out of bounds (#75, by [ElektroKill](https://github.com/ElektroKill))
15+
816
## [0.5.1] - 2021-02-17
917
### Added
1018
- Allow opening CFGs and disassembling native methods from the tree view context menu

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnSpy.Extension.HoLLy
22
=====================
33

4-
A [dnSpy](https://github.com/dnSpy/dnSpy) extension to aid reversing of obfuscated assemblies.
4+
A [dnSpyEx](https://github.com/dnSpyEx/dnSpy) extension to aid reversing of obfuscated assemblies.
55

66
### Features
77
- **Change the displayed symbol name of types, methods, properties or fields, without modifying the binary.** These modified names are saved in an xml file, meaning you can write a tool to generate them automatically.
@@ -18,11 +18,11 @@ I have developed some other extensions which are linked here for convenience:
1818
- [dnSpy.Extension.ThemeHotReload](https://github.com/HoLLy-HaCKeR/dnSpy.Extension.ThemeHotReload/tree/master)
1919

2020
### Installation
21-
Download the [latest release](https://github.com/holly-hacker/dnspy.extension.holly/releases/latest) for your dnSpy version (net472 or netcoreapp3.1) and extract it to the `bin/Extensions/dnSpy.Extensions.HoLLy` directory. You may need to create this folder.
21+
Download the [latest release](https://github.com/holly-hacker/dnspy.extension.holly/releases/latest) for your dnSpyEx version (`net48` or `net6.0-windows`) and extract it to the `bin/Extensions/dnSpy.Extensions.HoLLy` directory. You may need to create this folder.
2222

2323
Make sure that you copied all the dependency DLLs too. Your directory structure will look something like this:
2424
```
25-
dnSpy-netcore-win64/
25+
dnSpy-net-win64/
2626
├─ dnSpy.exe
2727
├─ dnSpy.Console.exe
2828
└─ bin/
@@ -53,7 +53,7 @@ Due to how the .NET Framework does assembly resolving, this method may only work
5353
Due to dnSpy being licensed under the GPLv3 license, this plugin is too.
5454

5555
### Used libraries
56-
- [dnSpy](https://github.com/0xd4d/dnSpy) and its [dependencies](https://github.com/dnSpy/dnSpy#list-of-other-open-source-libraries-used-by-dnspy), licensed under the [GPLv3 license](https://github.com/0xd4d/dnSpy/blob/master/dnSpy/dnSpy/LicenseInfo/LICENSE.txt) and [others](https://github.com/dnSpy/dnSpy/tree/master/dnSpy/dnSpy/LicenseInfo)
56+
- [dnSpyEx](https://github.com/dnSpyEx/dnSpy) and its [dependencies](https://github.com/dnSpyEx/dnSpy#list-of-other-open-source-libraries-used-by-dnspy), licensed under the [GPLv3 license](https://github.com/dnSpyEx/dnSpy/blob/master/dnSpy/dnSpy/LicenseInfo/LICENSE.txt) and [others](https://github.com/dnSpyEx/dnSpy/tree/master/dnSpy/dnSpy/LicenseInfo)
5757
- [iced](https://github.com/0xd4d/iced), licensed under the [MIT license](https://github.com/0xd4d/iced/blob/master/LICENSE.txt)
5858
- [dnlib](https://github.com/0xd4d/dnlib), licensed under the [MIT license](https://github.com/0xd4d/dnlib/blob/master/LICENSE.txt)
5959
- [Echo](https://github.com/Washi1337/Echo), licensed under the [LGPLv3 license](https://github.com/Washi1337/Echo/blob/master/LICENSE.md)

dnSpy.Extension.HoLLy/dnSpy.Extension.HoLLy.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<Description>A dnSpyEx Extension</Description>
99
<Authors>HoLLy</Authors>
1010
<Copyright>Copyright © HoLLy 2019-2022</Copyright>
11-
<FileVersion>0.5.1.0-dnSpyEx</FileVersion>
12-
<AssemblyVersion>0.5.1</AssemblyVersion>
11+
<FileVersion>0.5.2.0</FileVersion>
12+
<AssemblyVersion>0.5.2</AssemblyVersion>
1313

14-
<PackageVersion>0.5.1-dnSpyEx</PackageVersion>
14+
<PackageVersion>0.5.2</PackageVersion>
1515
<PackageProjectUrl>https://github.com/HoLLy-HaCKeR/dnSpy.Extension.HoLLy</PackageProjectUrl>
1616
<PackageLicenseUrl>https://github.com/HoLLy-HaCKeR/dnSpy.Extension.HoLLy/blob/master/LICENSE</PackageLicenseUrl>
1717
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>

0 commit comments

Comments
 (0)