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
+24-6
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,31 @@
2
2
3
3
## Namespaces within this library
4
4
5
-
* IntelliTect.Multitool
6
-
* AssemblyInfo: Gets an assembly's linker date/time as shown in [IntelliTect's Blog](https://intellitect.com/blog/displaying-deploymentbuild-date-web-pages/)
7
-
* IntelliTect.Multitool.Security
8
-
* ClaimsPrincipalExtensions: Extention methods to get a user ID and roles.
5
+
-------
6
+
7
+
### IntelliTect.Multitool
8
+
9
+
* AssemblyInfo: Gets an assembly's linker date/time as shown in [IntelliTect's Blog](https://intellitect.com/blog/displaying-deploymentbuild-date-web-pages/).
10
+
* Example Usage:
11
+
12
+
```csharp
13
+
// This example is in cshtml
14
+
@(AssemblyInfo.Date.ToString("yyyy-MM-dd HH-mm"))
15
+
```
16
+
17
+
* RepositoryPaths: Provides consistent environment-independent normalized pathing within a repository.
0 commit comments