Skip to content

Commit c2abb0a

Browse files
Merge pull request restsharp#996 from alexeyzimarev/master
Cleaning up markdown files
2 parents 3cb61db + 2856a30 commit c2abb0a

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed
File renamed without changes.

README.markdown renamed to README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
# RestSharp - Simple .NET REST Client [![Build status](https://ci.appveyor.com/api/projects/status/5vdwwducje0miayf?svg=true)](https://ci.appveyor.com/project/hallem/restsharp)
1+
# RestSharp - Simple .NET REST Client
22

3-
[![Join the chat at https://gitter.im/RestSharp/RestSharp](https://badges.gitter.im/RestSharp/RestSharp.svg)](https://gitter.im/RestSharp/RestSharp?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
3+
[![Build status](https://ci.appveyor.com/api/projects/status/5vdwwducje0miayf?svg=true)](https://ci.appveyor.com/project/hallem/restsharp)
44

5-
![](https://ci5.googleusercontent.com/proxy/LSXBIaYndN6I0nqGyXGtKk3-woLLXMUj-UPxpJz6yhn-qUv5qHiIpW-8QczKLztBwl1TYyqlTV-1T4dL3o4lWmaZoy9S15ylU8WC5n-dpKFiwYPvWzIR4EumHgzx0q3ZFVyceR6aj-WfLkFu-LGdrGS1Mm-uW-mrEV7L_8HnfIwj0ASI3Ze0sbmjWoMtEvI6mA1mNYBW3wpeZe-BaHXMbTa84tKXKkZcvJC7-Gdsa8T334auZiRLJ_G2idmmgLafAVW_-WXYbbpTyXXXtv_3C4clLDeIOJSYWK_ll2H95THh-JhVgRCTvlgjKb5I=s0-d-e1-ft#https://camo.githubusercontent.com/b5192c7e6e9b9cd446ae5221b4d86a24dcc38a82/687474703a2f2f69632e706963732e6c6976656a6f75726e616c2e636f6d2f6c6a656e2f33393031393336382f31343833302f31343833305f6f726967696e616c2e6a7067)
5+
[![Join the chat at https://gitter.im/RestSharp/RestSharp](https://badges.gitter.im/RestSharp/RestSharp.svg)](https://gitter.im/RestSharp/RestSharp?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
66

7-
RestSharp is in need of more maintainers. Specifically ones who have more experience with PCL and UWP. If you're interested, please open an issue at [RestSharp Maintainers](https://github.com/hallem/RestSharpMaintainers/issues).
7+
### [Official Site][1] - [@RestSharp][2]
88

9-
### [Official Site/Blog][1] - [@RestSharp][2]
109
### License: Apache License 2.0
1110

1211
### Features
1312

14-
* Supports .NET 3.5+, Silverlight 5, Windows Phone 8, Mono, MonoTouch, Mono for Android
13+
* Supports .NET 3.5+, Mono, Mono for Android, UWP
1514
* Easy installation using [NuGet](http://nuget.org/packages/RestSharp) for most .NET flavors
1615
* Supports strong naming using [NuGet](http://nuget.org/packages/RestSharpSigned) for most .NET flavors
1716
* Automatic XML and JSON deserialization

RestSharp.sln

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ EndProject
1919
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Meta", "Meta", "{C5B02FAA-6A0A-4BF9-BBD4-82FD2DCBF669}"
2020
ProjectSection(SolutionItems) = preProject
2121
appveyor.yml = appveyor.yml
22-
CONTRIBUTING.markdown = CONTRIBUTING.markdown
23-
README.markdown = README.markdown
22+
CONTRIBUTING.md = CONTRIBUTING.md
23+
README.md = README.md
2424
readme.txt = readme.txt
25-
releasenotes.markdown = releasenotes.markdown
25+
releasenotes.md = releasenotes.md
2626
EndProjectSection
2727
EndProject
2828
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestSharp.Net35", "RestSharp\RestSharp.Net35.csproj", "{2ECECFBF-5F3E-40EE-A963-72336DC7ABE2}"
File renamed without changes.

0 commit comments

Comments
 (0)