Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
puff committed May 22, 2023
1 parent c30d7ef commit cfacf9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Simply right click a member and click the `Rename Member` in the context menu. I

## Features
- [x] Rename overridden methods automatically.
- See [issues](https://github.com/puff/dnSpy.Extension.EasyRename/issues) for current limitations.
- [x] Rename type when renaming a constructor method.

### Warnings
Expand All @@ -21,4 +22,4 @@ These are both part of the [AsmEditor](https://github.com/dnSpyEx/dnSpy/tree/mas
Download the [latest release](https://github.com/puff/dnSpy.Extension.EasyRename/releases/latest) for your version of [dnSpy] (`net48` or `net6.0-windows`) and extract it to the `dnSpy/bin/Extensions` directory. \
You may need to create the `Extensions` folder if it doesn't already exist. You can also create a subdirectory there for this extension to organize your extensions folder.

[dnSpy]:https://github.com/dnSpyEx/dnSpy
[dnSpy]:https://github.com/dnSpyEx/dnSpy
4 changes: 2 additions & 2 deletions dnSpy.Extension.EasyRename/dnSpy.Extension.EasyRename.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<Description>A simple dnSpy extension for easily renaming members</Description>
<Authors>puff</Authors>
<Copyright>Copyright © puff 2023</Copyright>
<FileVersion>0.1.0.0</FileVersion>
<AssemblyVersion>0.1.0</AssemblyVersion>
<FileVersion>0.1.1.0</FileVersion>
<AssemblyVersion>0.1.1</AssemblyVersion>

<AssemblyName>dnSpy.Extension.EasyRename.x</AssemblyName>
<RootNamespace>EasyRename</RootNamespace>
Expand Down

0 comments on commit cfacf9c

Please sign in to comment.