Skip to content

Commit 77f1473

Browse files
committed
Updating readme, fixing 'Licence' file typo
1 parent 22215aa commit 77f1473

File tree

3 files changed

+5
-15
lines changed

3 files changed

+5
-15
lines changed
File renamed without changes.

NetStandardPolyfills.sln

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2B5957F8-E7DD-4B2B-9AE4-E7628FF69676}"
99
ProjectSection(SolutionItems) = preProject
1010
global.json = global.json
11+
LICENCE.md = LICENCE.md
12+
NuGetPack.bat = NuGetPack.bat
13+
README.md = README.md
1114
EndProjectSection
1215
EndProject
1316
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "NetStandardPolyfills.UnitTests", "NetStandardPolyfills.UnitTests\NetStandardPolyfills.UnitTests.xproj", "{59F266BB-9EFB-430A-9FFE-4C5F88D330F0}"

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
1-
## ReadableExpressions
2-
AgileObjects.ReadableExpressions is a Portable Class Library written in C# exposing an extension method for the
3-
[Expression](https://msdn.microsoft.com/en-us/library/system.linq.expressions.expression.aspx) class which converts
4-
Expressions or entire [Expression Trees](https://msdn.microsoft.com/en-us/library/bb397951.aspx) into a readable string format.
1+
## .NET Standard Polyfills
52

6-
### Usage
7-
The extension method (in the namespace `AgileObjects.ReadableExpressions`) is used like so:
3+
A set of Type and Reflection polyfill extension methods for .NET Standard v1.0 and .NET v4.0.
84

9-
string readable = myExpression.ToReadableString();
10-
11-
### Debugger Visualizers
12-
An installer for a set of Debugger Visualizers which use the extension method for Expressions can be downloaded from
13-
[the Visual Studio Gallery](https://visualstudiogallery.msdn.microsoft.com/2d5de770-50e9-4dcf-87e9-ea1ed1b43b68).
14-
15-
### Download
16-
You can download and install using [the NuGet package](https://www.nuget.org/packages/AgileObjects.ReadableExpressions), or
17-
clone the repository [on GitHub](https://github.com/AgileObjects/ReadableExpressions).

0 commit comments

Comments
 (0)