-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0ecc45d
commit b8b5d77
Showing
1 changed file
with
15 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
# Version 1.0.0.0 of Logger | ||
# Version 1.1.0 | ||
|
||
This should be a usable logger in both C# and PowerShell, which I've struggled with lately. It should be simple and allow logging to a file or the console if needed. | ||
|
||
## DOCUMENTATION | ||
|
||
* Add Documentation #5 | ||
1. **Multi-Targeting Configuration**: | ||
- **What Changed**: The project file (`.csproj`) was updated to target both .NET 6.0 and .NET 7.0 by adding the `<TargetFrameworks>` element. | ||
- **Result**: The project now builds and runs on both .NET 6.0 and .NET 7.0, ensuring broader compatibility across different environments. | ||
|
||
2. **Test Project Multi-Targeting**: | ||
- **What Changed**: The `Logger.Tests` project was similarly updated to target both .NET 6.0 and .NET 7.0. | ||
- **Result**: Tests are now executed against both frameworks, verifying that the library behaves correctly in both environments. | ||
|
||
### **Resulting Benefits** | ||
|
||
- **Increased Compatibility**: The project now supports both .NET 6.0 and .NET 7.0, making it accessible to a wider range of developers and applications. | ||
|
||
## ENHANCEMENT | ||
|
||
* Update Psake for use with C# Projects #6 | ||
* Add Documentation #5 | ||
* Create Factory #4 | ||
* Add Testing Framework #3 | ||
* Add the ability to handle log rotation #2 | ||
* Add the ability to use a configuration file #1 | ||
* issue-9: V1.1.0 | ||
* issue-8: Update Actions | ||
* issue-7: Add support for .net6 | ||
|