Skip to content

Commit

Permalink
Change version to 0.1.0-rc
Browse files Browse the repository at this point in the history
josefpihrt committed Apr 4, 2018

Verified

This commit was signed with the committer’s verified signature.
ewdurbin Ee Durbin
1 parent f07334c commit 92ca44d
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.1.0-rc (2018-04-04)

### New API

* Add With... methods to MarkdownWriterSettings
* Add 1 overload for MarkdownWriter.Create method
* Add 2 overloads for MElement.Save method

### Bug Fixes

* Fix indentation of nested ordered item

## 0.1.0-beta (2018-01-30)

* Initial release
4 changes: 2 additions & 2 deletions src/DotMarkdown/DotMarkdown.csproj
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>0.1.0.1</Version>
<AssemblyName>DotMarkdown</AssemblyName>
<RootNamespace>DotMarkdown</RootNamespace>
<CodeAnalysisRuleSet>..\..\global.ruleset</CodeAnalysisRuleSet>
@@ -15,8 +16,7 @@

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

0 comments on commit 92ca44d

Please sign in to comment.