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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ United States
86
86
Install the nuget package using following command:
87
87
88
88
````
89
-
Install-Package RazorLight -Version 2.0.0-rc.6
89
+
Install-Package RazorLight -Version 2.0.0
90
90
````
91
91
92
92
The simplest scenario is to create a template from string. Each template must have a ````templateKey```` that is associated with it, so you can render the same template next time without recompilation.
0 commit comments