File tree Expand file tree Collapse file tree 3 files changed +33
-54
lines changed
src/Sharpen.VisualStudioExtension Expand file tree Collapse file tree 3 files changed +33
-54
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ Changelog
2+ =========
3+ All notable changes to the "Sharpen" extension will be documented in this file.
4+
5+ The format of the file is based on "Keep a Changelog" (http://keepachangelog.com/en/1.0.0/).
6+
7+ [0.2.0] - 2017-12-14
8+ ====================
9+ Added
10+ - "Use default expression in optional constructor parameters" suggestion.
11+ - "Use default expression in optional method parameters" suggestion.
12+ - "Use default expression in return statements" suggestion.
13+
14+ [0.1.1] - 2017-11-21
15+ ====================
16+ Added
17+ - Icon, preview image and release notes.
18+
19+ [0.1.0] - 2017-11-21
20+ ====================
21+ Added
22+ - Grouping the results by C# Version > Suggestion > <Project>\File.
23+ - Display of the analysis results in a tree view.
24+ - Analysis of the whole solution.
25+ - "Use expression body for get-only properties" suggestion.
26+ - "Use expression body for get-only indexers" suggestion.
27+ - "Use expression body for constructors" suggestion.
28+ - "Use expression body for destructors" suggestion.
29+ - "Use expression body for get accessors in properties" suggestion.
30+ - "Use expression body for get accessors in indexers" suggestion.
31+ - "Use expression body for set accessors in properties" suggestion.
32+ - "Use expression body for set accessors in indexers" suggestion.
Original file line number Diff line number Diff line change 376376 <CopyToOutputDirectory >Always</CopyToOutputDirectory >
377377 <IncludeInVSIX >true</IncludeInVSIX >
378378 </Content >
379- <Content Include =" ReleaseNotes.html " >
379+ <Content Include =" ReleaseNotes.txt " >
380380 <CopyToOutputDirectory >Always</CopyToOutputDirectory >
381381 <IncludeInVSIX >true</IncludeInVSIX >
382382 </Content >
You can’t perform that action at this time.
0 commit comments