Skip to content

Commit

Permalink
EnvDTE is obsolete now
Browse files Browse the repository at this point in the history
  • Loading branch information
3F committed Oct 12, 2019
1 parent 053a035 commit e9ab8b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions MvsSln/EnvDTE/DProject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,14 @@
* THE SOFTWARE.
*/

using System;

namespace net.r_eg.MvsSln.EnvDTE
{
/// <summary>
/// Wrapper of dynamic EnvDTE.Project.
/// </summary>
[Obsolete("Scheduled for removal in future major releases: https://github.com/3F/MvsSln/issues/22")]
public class DProject
{
/// <summary>
Expand Down
1 change: 1 addition & 0 deletions MvsSln/EnvDTE/DynDteProject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ namespace net.r_eg.MvsSln.EnvDTE
/// <summary>
/// Helper for access to EnvDTE.Project without direct reference.
/// </summary>
[Obsolete("Scheduled for removal in future major releases: https://github.com/3F/MvsSln/issues/22")]
public class DynDteProject
{
/// <summary>
Expand Down
5 changes: 2 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,7 @@ public class WSolutionConfigurationPlatforms: WAbstract, IObjHandler

## How to get MvsSln

* NuGet: [![NuGet package](https://img.shields.io/nuget/v/MvsSln.svg)](https://www.nuget.org/packages/MvsSln/)
* [GetNuTool](https://github.com/3F/GetNuTool): `msbuild gnt.core /p:ngpackages="MvsSln"` or **[gnt](https://3f.github.io/GetNuTool/releases/latest/gnt/)** /p:ngpackages="MvsSln"
* NuGet PM: `Install-Package MvsSln`
* NuGet Commandline: `nuget install MvsSln`
* [GitHub Releases](https://github.com/3F/MvsSln/releases) [ [latest](https://github.com/3F/MvsSln/releases/latest) ]
* CI builds: [`/artifacts` page](https://ci.appveyor.com/project/3Fs/mvssln/history) or find as `Pre-release` with mark `🎲 Nightly build` on [GitHub Releases](https://github.com/3F/MvsSln/releases) page.
* CI builds: [`CI /artifacts`](https://ci.appveyor.com/project/3Fs/mvssln/history) ( [CI for PR](https://ci.appveyor.com/project/3Fs/mvssln-fxjnf/history) ) or find `🎲 CI build` on [GitHub Releases](https://github.com/3F/MvsSln/releases) page.

0 comments on commit e9ab8b6

Please sign in to comment.