Skip to content

Commit cfacf9c

Browse files
committed
Bump version to 0.1.1
1 parent c30d7ef commit cfacf9c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Simply right click a member and click the `Rename Member` in the context menu. I
88

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

1314
### Warnings
@@ -21,4 +22,4 @@ These are both part of the [AsmEditor](https://github.com/dnSpyEx/dnSpy/tree/mas
2122
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. \
2223
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.
2324

24-
[dnSpy]:https://github.com/dnSpyEx/dnSpy
25+
[dnSpy]:https://github.com/dnSpyEx/dnSpy

dnSpy.Extension.EasyRename/dnSpy.Extension.EasyRename.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<Description>A simple dnSpy extension for easily renaming members</Description>
99
<Authors>puff</Authors>
1010
<Copyright>Copyright © puff 2023</Copyright>
11-
<FileVersion>0.1.0.0</FileVersion>
12-
<AssemblyVersion>0.1.0</AssemblyVersion>
11+
<FileVersion>0.1.1.0</FileVersion>
12+
<AssemblyVersion>0.1.1</AssemblyVersion>
1313

1414
<AssemblyName>dnSpy.Extension.EasyRename.x</AssemblyName>
1515
<RootNamespace>EasyRename</RootNamespace>

0 commit comments

Comments
 (0)