You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,10 @@ Created by Hari Haran
22
22
-[Parameter Filters](#parameter-filters)
23
23
-[Contributing](#contributing)
24
24
-[ChangeLogs](#changelogs)
25
-
-[Version 1.3](#version-13)
26
-
-[Version 1.2](#version-12)
27
-
-[Version 1.1](#version-11)
25
+
-[Version 1.3](#version-13)
26
+
-[Version 1.2](#version-12)
27
+
-[Version 1.1](#version-11)
28
+
28
29
29
30
## Overview
30
31
StackExchange.NET is a .NET Standard managed library that provides easy access to the StackExchange APi's with virtually no boilerplate code required.
@@ -92,12 +93,12 @@ There are different types of parameter filter objects available. Each `Parent Me
92
93
If you're looking to contribute, thanks for your interest. Feel free to submit reports for any issues you can find, or request potential features you'd like to see [here](https://github.com/gethari/StackExchange.NET/issues).
93
94
94
95
## ChangeLogs
95
-
## Version 1.3
96
+
###Version 1.3
96
97
- Added support for most of the methods in Tags interface.
97
-
## Version 1.2
98
+
###Version 1.2
98
99
- Added support for Suggested Edits API's
99
100
100
-
## Version 1.1
101
+
###Version 1.1
101
102
- Improved overall code quality using Fluent API Url Builders
0 commit comments