Skip to content

Commit

Permalink
change version of package
Browse files Browse the repository at this point in the history
  • Loading branch information
lira92 committed Aug 8, 2018
1 parent becfde1 commit f53e78a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"projects": [ "src", "test" ],
"sdk": {
"version": "2.1.4"
"version": "2.1.301"
}
}
}
6 changes: 3 additions & 3 deletions src/Flunt.Br/Flunt.Br.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard1.3</TargetFramework>
<Version>1.1.1</Version>
<Version>1.1.2</Version>
<Authors>Alan Lira</Authors>
<Description>Extensions of Flunt for Brazilian projects</Description>
<PackageLicenseUrl>https://github.com/lira92/flunt.br</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/lira92/flunt.br</PackageProjectUrl>
<RepositoryUrl>https://github.com/lira92/flunt.br</RepositoryUrl>
<AssemblyVersion>1.1.1.0</AssemblyVersion>
<FileVersion>1.1.1.0</FileVersion>
<AssemblyVersion>1.1.2.0</AssemblyVersion>
<FileVersion>1.1.2.0</FileVersion>
<PackageIconUrl>https://raw.githubusercontent.com/lira92/flunt.br/master/assets/flunt-icon-br_compressed.png</PackageIconUrl>
<PackageTags>Validation;Flunt.Br;Flunt;Cnpj;Cpf;Telefone;Cep</PackageTags>
</PropertyGroup>
Expand Down

0 comments on commit f53e78a

Please sign in to comment.