Skip to content

Commit

Permalink
Update for VS2019
Browse files Browse the repository at this point in the history
  • Loading branch information
OsirisTerje committed Feb 21, 2019
1 parent f58e08a commit ce1cc6b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 16 deletions.
6 changes: 3 additions & 3 deletions CreateUnitTests.NUnit/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("NUnit Project")]
[assembly: AssemblyProduct("TestGenerator.Extensions.NUnit")]
[assembly: AssemblyCopyright("Copyright © Terje Sandstrom 2015-2018")]
[assembly: AssemblyCopyright("Copyright © Terje Sandstrom 2015-2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
[assembly: AssemblyVersion("2.2.0.0")]
[assembly: AssemblyFileVersion("2.2.0.0")]
6 changes: 3 additions & 3 deletions IntelliTest.NUnit/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("NUnit Project")]
[assembly: AssemblyProduct("TestGenerator.Extensions.NUnit")]
[assembly: AssemblyCopyright("Copyright © Terje Sandstrom 2015-2018")]
[assembly: AssemblyCopyright("Copyright © Terje Sandstrom 2015-2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
[assembly: AssemblyVersion("2.2.0.0")]
[assembly: AssemblyFileVersion("2.2.0.0")]
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

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 2015 and Visual Studio 2017.
It works for Visual Studio 2015, 2017 and 2019.
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
Also note that there are seperate versions for VS 2015 and VS 2017/2019

## Download

Expand All @@ -19,14 +19,13 @@ and searching for **Test Generator NUnit Extension**.

You can also download from the [GitHub Releases Page](https://github.com/nunit/nunit-vs-testgenerator/releases).

For VS 2017/2019:
[Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=NUnitDevelopers.TestGeneratorNUnitextension-18371)

For VS 2015:
[Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=NUnitDevelopers.TestGeneratorNUnitextension)


For VS 2017:
[Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=NUnitDevelopers.TestGeneratorNUnitextension-18371)


## 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).
Expand Down
2 changes: 1 addition & 1 deletion TestGeneration.Extensions.NUnit/license.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2018 Terje Sandstrom
Copyright (c) 2015-2019 Terje Sandstrom

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
6 changes: 3 additions & 3 deletions TestGeneration.Extensions.NUnit/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="TestGeneration.Extensions.NUnit.113f61ed-a246-4431-809d-bcd393642599" Version="2.1" Language="en-US" Publisher="Terje Sandstrom" />
<Identity Id="TestGeneration.Extensions.NUnit.113f61ed-a246-4431-809d-bcd393642599" Version="2.2" Language="en-US" Publisher="Terje Sandstrom" />
<DisplayName>Test Generator NUnit extension</DisplayName>
<Description xml:space="preserve">Test Generator, NUnit extensions for Visual Studio.
Creates Unit tests and Intellitests with both NUnit 2.6.4 and NUnit 3 frameworks.
Expand All @@ -16,7 +16,7 @@ Works on Visual Studio from version 2017.
<Tags>unit testing, NUnit</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,16.0)" />
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,17.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
Expand All @@ -26,6 +26,6 @@ Works on Visual Studio from version 2017.
<Asset Type="Microsoft.VisualStudio.TestGenerationExtension" d:Source="Project" d:ProjectName="CreateUnitTests.NUnit" Path="|CreateUnitTests.NUnit|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.25904.2,16.0)" DisplayName="Visual Studio core editor" />
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.25904.2,)" DisplayName="Visual Studio core editor" />
</Prerequisites>
</PackageManifest>

0 comments on commit ce1cc6b

Please sign in to comment.