We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9388604 commit 63af120Copy full SHA for 63af120
TODO.md
@@ -1,11 +1,14 @@
1
# TODO
2
3
-- v0.2
4
- [ ] Criar endpoints /products
5
- [ ] Salvar os logs no SQlite
+- v0.3
6
[ ] Implementar testes
+ [ ] Criar endpoints /products
7
[ ] Implementar GitHub actions para testes
8
+- v0.2
9
+ [X] Implementar middleware
10
+ [X] Salvar os logs no SQlite
11
+
12
- v0.1
13
[X] Criar projeto em .NetCore
14
[X] Instalar e configurar dependências para o SQLite
webapi.csproj
@@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
- <Version>0.1.0</Version>
+ <Version>0.2.0</Version>
<Copyright>Copyright © 2023</Copyright>
<Company>tglimatech</Company>
<Authors>tglima</Authors>
0 commit comments