Skip to content

Commit

Permalink
release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lira92 committed Oct 8, 2020
1 parent 40f8be8 commit eddc75d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"projects": [ "src", "test" ],
"sdk": {
"version": "2.2.401"
"version": "3.1.402"
}
}
8 changes: 4 additions & 4 deletions src/Flunt.Br/Flunt.Br.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.3.1</Version>
<Version>1.4.0</Version>
<Authors>Alan Lira</Authors>
<Description>Extensions of Flunt for Brazilian projects</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/lira92/flunt.br</PackageProjectUrl>
<RepositoryUrl>https://github.com/lira92/flunt.br</RepositoryUrl>
<AssemblyVersion>1.3.1.0</AssemblyVersion>
<FileVersion>1.3.1.0</FileVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<FileVersion>1.4.0.0</FileVersion>
<PackageIcon>flunt-icon-br_compressed.png</PackageIcon>
<PackageTags>Validation;Flunt.Br;Flunt;Cnpj;Cpf;Telefone;Cep</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Flunt" Version="1.0.4" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\assets\flunt-icon-br_compressed.png" PackagePath="\"/>
<None Include="..\..\assets\flunt-icon-br_compressed.png" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>

0 comments on commit eddc75d

Please sign in to comment.