Skip to content

Commit

Permalink
Updated project to support .Net 4.5.1 (#16)
Browse files Browse the repository at this point in the history
* Updated project to support .Net 4.5.1
* Incremented version.
* Updated README to tweak the badges.
  • Loading branch information
trichards57 authored Feb 6, 2018
1 parent 800a1e6 commit 2872c81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Zxcvbn C#/.NET
==============

[![Build status](https://ci.appveyor.com/api/projects/status/ji4rr97d6rbxycw4?svg=true)](https://ci.appveyor.com/project/trichards57/zxcvbn-cs)
[![Coverage Status](https://coveralls.io/repos/github/trichards57/zxcvbn-cs/badge.svg?branch=new%2Fnetstandard10)](https://coveralls.io/github/trichards57/zxcvbn-cs)
[![Build status](https://ci.appveyor.com/api/projects/status/ji4rr97d6rbxycw4?svg=true)](https://ci.appveyor.com/project/trichards57/zxcvbn-cs-62692)
[![Coverage Status](https://coveralls.io/repos/github/trichards57/zxcvbn-cs/badge.svg?branch=master)](https://coveralls.io/github/trichards57/zxcvbn-cs?branch=master)
[![NuGet](https://img.shields.io/nuget/v/zxcvbn-core.svg)](https://www.nuget.org/packages/zxcvbn-core)

This is a port of the `Zxcvbn` JavaScript password strength estimation library at
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.0.{build}
version: 2.1.{build}
image: Visual Studio 2017
init:
- git config --global core.autocrlf true
Expand Down
2 changes: 1 addition & 1 deletion zxcvbn-core/zxcvbn-core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>C#/.NET port of Dan Wheeler/DropBox's Zxcvbn JS password strength estimation library. Updated for .Net Core.</Description>
<Authors>mickford;Tony Richards (trichards57);Dan Wheeler;DropBox</Authors>
<TargetFrameworks>netstandard2.0;net452;netstandard1.6</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net451;netstandard1.6</TargetFrameworks>
<AssemblyName>zxcvbn-core</AssemblyName>
<PackageId>zxcvbn-core</PackageId>
<PackageTags>password;strength;validation;zxcvbn</PackageTags>
Expand Down

0 comments on commit 2872c81

Please sign in to comment.