Skip to content

Commit

Permalink
v3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Doraku committed Dec 22, 2018
1 parent 71f6e18 commit 91b48e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
As the name imply, this project lets you easily produce a "good enough" markdown documentation from the xml documentation produced by visual studio from comments.


[![NuGet](https://img.shields.io/badge/nuget-v0.2.0-brightgreen.svg)](https://www.nuget.org/packages/DefaultDocumentation)
[![NuGet](https://img.shields.io/badge/nuget-v0.3.0-brightgreen.svg)](https://www.nuget.org/packages/DefaultDocumentation)

- [Requirement](#Requirement)
- [Usage](#Usage)
Expand All @@ -26,9 +26,9 @@ Should you want the markdown files to be produced in a different directory, you
List of supported balise taken from [here](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/xmldoc/recommended-tags-for-documentation-comments)

- [x] `<c>`
- [ ] `<code>` not yet
- [x] `<code>`
- [x] `cref attribute` in `<exception>`, `<see>` and `<seealso>` elements
- [ ] `<exemple>` not yet
- [x] `<example>`
- [x] `<exception>`
- [ ] `<include>` not yet
- [ ] `<list>` not yet
Expand Down
2 changes: 1 addition & 1 deletion source/DefaultDocumentation/DefaultDocumentation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<IsTool>true</IsTool>
<DevelopmentDependency>true</DevelopmentDependency>

<Version>0.2.0</Version>
<Version>0.3.0</Version>
<PackageReleaseNotes>
added c support
added code support
Expand Down

0 comments on commit 91b48e5

Please sign in to comment.