We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e387d8 commit 1a9df50Copy full SHA for 1a9df50
ChangeLog.md
@@ -1,6 +1,6 @@
1
# ChangeLog
2
3
-## 2.1.0 (unreleased)
+## 2.1.0 (13 Feb 2022)
4
5
### Features
6
- 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
@@ -7,7 +7,7 @@
7
<Nullable>enable</Nullable>
8
<NoWarn>1591</NoWarn>
9
<PackAsTool>true</PackAsTool>
10
- <VersionPrefix>2.0.1</VersionPrefix>
+ <VersionPrefix>2.1.0</VersionPrefix>
11
</PropertyGroup>
12
13
<PropertyGroup>
0 commit comments