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 4c7338e commit e3a1c39Copy full SHA for e3a1c39
TODO.md
@@ -1,9 +1,9 @@
1
# TODO
2
3
- v0.3
4
- [ ] Implementar testes
5
- [ ] Criar endpoints /products
6
- [ ] Implementar GitHub actions para testes
+ [X] Implementar testes
+ [X] Criar endpoints /products
+ [X] Implementar GitHub actions para testes
7
8
- v0.2
9
[X] Implementar middleware
WebApi/WebApi.csproj
@@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
- <Version>0.2.0</Version>
+ <Version>0.3.0</Version>
<Copyright>Copyright © 2023</Copyright>
<Company>tglimatech</Company>
10
<Authors>tglima</Authors>
0 commit comments