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

1.2.0.0 Release #102

Merged
merged 21 commits into from
Mar 12, 2023
Merged

1.2.0.0 Release #102

merged 21 commits into from
Mar 12, 2023

Conversation

fumiichan
Copy link
Owner

Closes #101

This brings new feature and improvements. See issue #101 for more details of this change.

@fumiichan fumiichan added enhancement New feature or request on-progress The issue is currently worked on. dependencies labels Jan 15, 2023
@fumiichan fumiichan self-assigned this Jan 15, 2023
- Fixed workflows to use .NET 7 images
Use built-in System.Text.Json as a default serializer/deserializer for Json.
So that the Refit configuration would only involve IConfiguration and won't touch the
configuration services as these config is mainly involved in requesting.
Configuration will no longer use JSON and instead will use linux-style conf
file configuration like what git does.

Configuration has modes, use --set or -s flag to tell the application if
you want to set values. Use --read or -r flag to read a specific key
value or --list or -l flag to list all values set.

To reset you may use --reset flag.
@fumiichan fumiichan merged commit f96e05a into main Mar 12, 2023
@fumiichan fumiichan deleted the 1.2.0.0-net7 branch May 6, 2023 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies enhancement New feature or request on-progress The issue is currently worked on.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1.2.0.0 TODOs
1 participant