File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.1.0-rc (2018-04-04)
2
+
3
+ ### New API
4
+
5
+ * Add With... methods to MarkdownWriterSettings
6
+ * Add 1 overload for MarkdownWriter.Create method
7
+ * Add 2 overloads for MElement.Save method
8
+
9
+ ### Bug Fixes
10
+
11
+ * Fix indentation of nested ordered item
12
+
1
13
## 0.1.0-beta (2018-01-30)
2
14
3
15
* Initial release
Original file line number Diff line number Diff line change 5
5
</PropertyGroup >
6
6
7
7
<PropertyGroup >
8
+ <Version >0.1.0.1</Version >
8
9
<AssemblyName >DotMarkdown</AssemblyName >
9
10
<RootNamespace >DotMarkdown</RootNamespace >
10
11
<CodeAnalysisRuleSet >..\..\global.ruleset</CodeAnalysisRuleSet >
15
16
16
17
<PropertyGroup >
17
18
<PackageId >DotMarkdown</PackageId >
18
- <PackageVersion >0.1.0-beta</PackageVersion >
19
- <Version >0.1.0-beta</Version >
19
+ <PackageVersion >0.1.0-rc</PackageVersion >
20
20
<Authors >Josef Pihrt</Authors >
21
21
<Company ></Company >
22
22
<Description >DotMarkdown is Markdown framework for .NET
You can’t perform that action at this time.
0 commit comments