Skip to content

Commit 1a9df50

Browse files
committed
Bump to 2.1.0
1 parent 9e387d8 commit 1a9df50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ChangeLog
22

3-
## 2.1.0 (unreleased)
3+
## 2.1.0 (13 Feb 2022)
44

55
### Features
66
- Add a custom tool analyzer (`SHIFT+T`) to compare two files, e.g. run `otool -L` on both files and show the `diff -u` between them.

appcompare.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Nullable>enable</Nullable>
88
<NoWarn>1591</NoWarn>
99
<PackAsTool>true</PackAsTool>
10-
<VersionPrefix>2.0.1</VersionPrefix>
10+
<VersionPrefix>2.1.0</VersionPrefix>
1111
</PropertyGroup>
1212

1313
<PropertyGroup>

0 commit comments

Comments
 (0)