Skip to content

Commit

Permalink
Force new version
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusGundersen committed Mar 25, 2019
1 parent 16d8351 commit c6b3a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var users = await db.Users
Expressionify uses the Roslyn code analyzer and generator to look for `public` `static` methods with expression bodies tagged with the `[Expressionify]` attribute.

```csharp
// OK
// OK
[Expressionify]
public static int ToInt(this string value) => Convert.ToInt32(value);

Expand Down

0 comments on commit c6b3a3b

Please # to comment.