Skip to content

Commit

Permalink
release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lira92 committed Nov 26, 2019
1 parent 069be88 commit 1c201f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0.{build}
version: 1.3.{build}
image: Ubuntu1804
dotnet_csproj:
patch: true
Expand Down
7 changes: 5 additions & 2 deletions src/Flunt.Br/Flunt.Br.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,21 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.2.0</Version>
<Version>1.3.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.1.3.0</AssemblyVersion>
<FileVersion>1.1.3.0</FileVersion>
<PackageIconUrl>https://raw.githubusercontent.com/lira92/flunt.br/master/assets/flunt-icon-br_compressed.png</PackageIconUrl>
<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="\"/>
</ItemGroup>
</Project>

0 comments on commit 1c201f5

Please sign in to comment.