Skip to content

Commit

Permalink
It's a library (#545)
Browse files Browse the repository at this point in the history
Not a framework. :)
  • Loading branch information
dtchepak authored Apr 17, 2019
1 parent 662e123 commit ae57666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<a href="/" alt="NSubstitute">
<img src="/images/nsubstitute-100x100.png" style="float: left; margin-right: 15px; width: 100px; height: 100px;" />
<h1 style="display: inline"> NSubstitute </h1> <br />
<span><i>A friendly substitute for .NET mocking frameworks</i></span>
<span><i>A friendly substitute for .NET mocking libraries</i></span>
</a>
</div>
<div id="nav">
Expand Down
2 changes: 1 addition & 1 deletion src/NSubstitute/NSubstitute.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Description>NSubstitute is a friendly substitute for .NET mocking frameworks. It has a simple, succinct syntax to help developers write clearer tests. NSubstitute is designed for Arrange-Act-Assert (AAA) testing and with Test Driven Development (TDD) in mind.</Description>
<Description>NSubstitute is a friendly substitute for .NET mocking libraries. It has a simple, succinct syntax to help developers write clearer tests. NSubstitute is designed for Arrange-Act-Assert (AAA) testing and with Test Driven Development (TDD) in mind.</Description>
<Version>3.0.0</Version>
<Authors>Anthony Egerton;David Tchepak;Alexandr Nikitin;Alex Povar</Authors>
<TargetFrameworks>netstandard1.3;netstandard2.0;net45;net46</TargetFrameworks>
Expand Down

0 comments on commit ae57666

Please sign in to comment.