Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Changes Activity Logging Text file to JSON file #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MrAk47Anand007
Copy link

Update to .NET Framework 4.8 and JSON support

  • Updated the target framework version from .NET Framework 4.6 to 4.8 for DigitalWellbeing.Core, DigitalWellbeingService.NET4.6, and DigitalWellbeingWPF. This includes updates in .csproj and App.config files.
  • Added Newtonsoft.Json package (v13.0.3) to DigitalWellbeingService.NET4.6 and DigitalWellbeingWPF for enhanced JSON serialization/deserialization.
  • Refactored ActivityLogger.cs with new JSON serialization logic, autorun file creation, and usage entry updates.
  • Adjusted App.config files across projects for the new framework version and improved XML formatting.
  • Updated GeneratedCodeAttribute versions in Resources.Designer.cs and Settings.Designer.cs to reflect newer development tool usage.
  • Introduced packages.config files for explicit NuGet package management, specifically adding Newtonsoft.Json.

Update to .NET Framework 4.8 and JSON support

- Updated the target framework version from .NET Framework 4.6 to 4.8 for `DigitalWellbeing.Core`, `DigitalWellbeingService.NET4.6`, and `DigitalWellbeingWPF`. This includes updates in `.csproj` and `App.config` files.
- Added `Newtonsoft.Json` package (v13.0.3) to `DigitalWellbeingService.NET4.6` and `DigitalWellbeingWPF` for enhanced JSON serialization/deserialization.
- Refactored `ActivityLogger.cs` with new JSON serialization logic, autorun file creation, and usage entry updates.
- Adjusted `App.config` files across projects for the new framework version and improved XML formatting.
- Updated `GeneratedCodeAttribute` versions in `Resources.Designer.cs` and `Settings.Designer.cs` to reflect newer development tool usage.
- Introduced `packages.config` files for explicit NuGet package management, specifically adding `Newtonsoft.Json`.
@sbivshak69
Copy link

:)

@sbivshak69
Copy link

SBER:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants