Skip to content

Commit

Permalink
Change version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt committed Aug 21, 2018
1 parent c7e1879 commit 7b34caf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 0.1.0 (2018-08-21)

### New API

* Add method DotMarkdown.MarkdownWriter.WriteStartLink
* Add method DotMarkdown.MarkdownWriter.WriteEndLink
* Add method DotMarkdown.MarkdownWriter.WriteTableCell
* Add method DotMarkdown.TableColumnInfo.WithAlignment
* Add method DotMarkdown.TableColumnInfo.WithWidth
* Add method DotMarkdown.TableColumnInfo.WithIsWhiteSpace
* Add method DotMarkdown.Linq.MFactory.Autolink
* Add method DotMarkdown.Linq.MFactory.LinkOrAutolink

### Changed API

* Class DotMarkdown.Emojis is internal
* Class DotMarkdown.Linq.MLink inherits from DotMarkdown.Linq.MContainer instead of DotMarkdown.Linq.MElement

## 0.1.0-rc (2018-04-04)

### New API
Expand Down
4 changes: 2 additions & 2 deletions src/DotMarkdown/DotMarkdown.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>0.1.0.1</Version>
<Version>0.1.0.2</Version>
<AssemblyName>DotMarkdown</AssemblyName>
<RootNamespace>DotMarkdown</RootNamespace>
<CodeAnalysisRuleSet>..\..\global.ruleset</CodeAnalysisRuleSet>
Expand All @@ -24,7 +24,7 @@

<PropertyGroup>
<PackageId>DotMarkdown</PackageId>
<PackageVersion>0.1.0-rc</PackageVersion>
<PackageVersion>0.1.0</PackageVersion>
<Authors>Josef Pihrt</Authors>
<Company></Company>
<Description>DotMarkdown is Markdown framework for .NET
Expand Down

0 comments on commit 7b34caf

Please sign in to comment.