Skip to content

Releases: roman-koshchei/email-switch

Set providers as env variable

30 Oct 17:48
Compare
Choose a tag to compare

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

28 Oct 12:15
Compare
Choose a tag to compare

For windows I need to add .exe

Go Rewrite

28 Oct 11:09
Compare
Choose a tag to compare

I have rewritten API in Golang!

Real Case Insensitive Fix

18 Oct 13:02
Compare
Choose a tag to compare
v0.0.5

case insensitive fix

Fix case insensitive

18 Oct 12:54
Compare
Choose a tag to compare

I have no clue how to set PropertyNameCaseInsensitive and AppJsonSerializerContext

Figuring out GitHub actions

18 Oct 12:40
Compare
Choose a tag to compare

I want to have GitHub action that will publish on release

Restructure Project

18 Oct 12:05
Compare
Choose a tag to compare

I have restructured code to have fewer files inside the root directory.
Structure is simple:

- EmailSwitch.sln
- src
--- Api
----- Program.cs
----- ... 

Initial release

16 Oct 17:51
c074c93
Compare
Choose a tag to compare

It's somewhat working. I want to test docker build and push to registry, so no cool description here.