Skip to content

Commit

Permalink
Updated license, readme and manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
OsirisTerje committed Mar 4, 2017
1 parent ad52f55 commit 10153c6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,31 @@
# NUnit Visual Studio 2015 Test Generator
# NUnit Visual Studio Test Generator

This is an extension for Visual Studio that extends
the test functionality to allow you to create unit tests and IntelliTests.
It works for Visual Studio versions from 2017 and above.
This extension extends the built in test generator functionality allowing
developers to generate tests using NUnit 2.6.x or NUnit 3.0.
It works for Visual Studio 2015 and Visual Studio 2017.
The extension extends the built in test generator functionality allowing
developers to generate tests using NUnit 2.6.x or NUnit 3.x.

Please note that IntelliTest is only available in Visual
Studio Enterprise edition. Other editions of Visual Studio
only have the `Create Unit Tests` menu option.

Also note that there are seperate versions for VS 2015 and VS 2017

##Download##

You can download this extension in Visual Studio using **Tools | Extensions and Updates...**
and searching for **Test Generator NUnit Extension**. You can also download from the
and searching for **Test Generator NUnit Extension**.

You can also download from:

For VS 2015:
[Visual Studio Gallery](https://visualstudiogallery.msdn.microsoft.com/bd30bf3f-4183-4b00-a245-1875316b8cd3)
or from the [GitHub Releases Page](https://github.com/nunit/nunit-vs-testgenerator/releases).

For VS 2017:


##Documentation##

Documentation and a Quick Start Guide can be found on the [NUnit Documentation Wiki](https://github.com/nunit/docs/wiki/Visual-Studio-Test-Generator).
3 changes: 1 addition & 2 deletions TestGeneration.Extensions.NUnit/license.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
The MIT License (MIT)

Copyright (c) <2015> <Microsoft Corporation>
Copyright (c) <2015> <NUnit.org>
Copyright (c) <2015,2016,2017> <NUnit Software>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Works on Visual Studio from version 2017.
<Tags>unit testing, NUnit</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,16.0)" />
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,16.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
Expand Down

0 comments on commit 10153c6

Please sign in to comment.