Skip to content

Commit 06171ec

Browse files
committed
docs: Renames ReleaseNotes.html to ReleaseNotes.txt
1 parent 184cdaa commit 06171ec

File tree

3 files changed

+33
-54
lines changed

3 files changed

+33
-54
lines changed

src/Sharpen.VisualStudioExtension/ReleaseNotes.html

Lines changed: 0 additions & 53 deletions
This file was deleted.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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.

src/Sharpen.VisualStudioExtension/Sharpen.VisualStudioExtension.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@
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>

0 commit comments

Comments
 (0)