File tree Expand file tree Collapse file tree 7 files changed +22
-10
lines changed
tests/NetDevPack.Brasil.Tests Expand file tree Collapse file tree 7 files changed +22
-10
lines changed Original file line number Diff line number Diff line change 88 CURRENT_REPO_URL : https://github.com/${{ github.repository }}
99
1010jobs :
11- build :
11+ publish :
1212 runs-on : ubuntu-latest
1313
1414 steps :
Original file line number Diff line number Diff line change 44 branches : [ master ]
55
66jobs :
7- build :
7+ pull-request :
88 runs-on : ubuntu-latest
99
1010 steps :
Original file line number Diff line number Diff line change 1+ # [ 1.2.0] ( https://github.com/NetDevPack/Brasil/compare/v1.1.2...v1.2.0 ) (2021-08-24)
2+
3+
4+ ### Bug Fixes
5+
6+ * ** ci:** testing ([ 10926a1] ( https://github.com/NetDevPack/Brasil/commit/10926a1cff46733b4a45955c812b6157b22842ee ) )
7+ * ** ci:** testing ([ 4777001] ( https://github.com/NetDevPack/Brasil/commit/4777001d89babfd0a136ee93afc26e7948279bac ) )
8+
9+
10+ ### Features
11+
12+ * ** documento:** Titulo eleitor validation ([ edca543] ( https://github.com/NetDevPack/Brasil/commit/edca5439c952eac908797c17144378dd59872c27 ) )
13+
114## [ 1.1.2] ( https://github.com/NetDevPack/Brasil/compare/v1.1.1...v1.1.2 ) (2021-08-14)
215
316
Original file line number Diff line number Diff line change 1+ using System ;
12using FluentAssertions ;
23using NetDevPack . Brasil . Documentos ;
34using NetDevPack . Brasil . Documentos . Validacao ;
45using NetDevPack . Domain ;
5- using System ;
66using Xunit ;
77
8- namespace NetDevPack . Brasil . Tests
8+ namespace NetDevPack . Brasil . Tests . Documentos
99{
1010 public class CnpjValidadorTest
1111 {
Original file line number Diff line number Diff line change 1+ using System ;
12using FluentAssertions ;
23using NetDevPack . Brasil . Documentos ;
34using NetDevPack . Brasil . Documentos . Validacao ;
45using NetDevPack . Domain ;
5- using System ;
66using Xunit ;
77
8- namespace NetDevPack . Brasil . Tests
8+ namespace NetDevPack . Brasil . Tests . Documentos
99{
1010 public class CpfValidadorTest
1111 {
Original file line number Diff line number Diff line change 1+ using System ;
12using FluentAssertions ;
23using NetDevPack . Brasil . Documentos ;
34using NetDevPack . Brasil . Documentos . Validacao ;
45using NetDevPack . Domain ;
5- using System ;
66using Xunit ;
77
8- namespace NetDevPack . Brasil . Tests
8+ namespace NetDevPack . Brasil . Tests . Documentos
99{
1010 public class TituloEleitorValidadorTest
1111 {
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net5.0</TargetFramework >
5-
4+ <TargetFrameworks >net5.0</TargetFrameworks >
65 <IsPackable >false</IsPackable >
76 </PropertyGroup >
87
You can’t perform that action at this time.
0 commit comments