Releases: roman-koshchei/email-switch
Releases · roman-koshchei/email-switch
Set providers as env variable
Now you can specify providers through PROVIDERS_VALUE
environment variable instead of file.
That's nice if you don't want to deal with volumes.
Proper builds
For windows I need to add .exe
Go Rewrite
I have rewritten API in Golang!
Real Case Insensitive Fix
v0.0.5 case insensitive fix
Fix case insensitive
I have no clue how to set PropertyNameCaseInsensitive and AppJsonSerializerContext
Figuring out GitHub actions
I want to have GitHub action that will publish on release
Restructure Project
I have restructured code to have fewer files inside the root directory.
Structure is simple:
- EmailSwitch.sln
- src
--- Api
----- Program.cs
----- ...
Initial release
It's somewhat working. I want to test docker build and push to registry, so no cool description here.