Skip to content

Commit

Permalink
Minor readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminMichaelis committed May 29, 2024
1 parent 6e8ae8a commit cd29bcf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@

## ReleaseDateAttribute - Gets an UTC DateTime of compile time. Allows us to determine the build date/time

### How to use

- To help [hot reload in visual studio work properly](https://github.com/IntelliTect/Multitool/issues/125), the release date attribute will be automatically be generated during compilation on a CI runner, but it won’t generate locally by default. If you want it to generate locally, set the `ReleaseDateAttribute` to true within a property group in your project file. (`<ReleaseDateAttribute>true</ReleaseDateAttribute>`)

### Blog Post/Additional Information: [How To Display the Build Date of a .NET Application](https://intellitect.com/blog/build-date-net-application/)

### Samples:
Expand Down Expand Up @@ -41,6 +37,10 @@
// Result is "Build: 8 Feb, 2023 11:36:31 AM"
```

### Miscellaneous Information:

- To help [hot reload in visual studio work properly](https://github.com/IntelliTect/Multitool/issues/125), the release date attribute will be automatically be generated during compilation on a CI runner, but it won’t generate locally by default. If you want it to generate locally, set the `ReleaseDateAttribute` to true within a property group in your project file. (`<ReleaseDateAttribute>true</ReleaseDateAttribute>`)

## RepositoryPaths - Provides consistent environment-independent normalized pathing within a git repository

### Samples:
Expand Down

0 comments on commit cd29bcf

Please sign in to comment.