Clarius.VisualStudio
                             
                            
                                1.1.16
                            
                        
                    dotnet add package Clarius.VisualStudio --version 1.1.16
NuGet\Install-Package Clarius.VisualStudio -Version 1.1.16
<PackageReference Include="Clarius.VisualStudio" Version="1.1.16" />
<PackageVersion Include="Clarius.VisualStudio" Version="1.1.16" />
<PackageReference Include="Clarius.VisualStudio" />
paket add Clarius.VisualStudio --version 1.1.16
#r "nuget: Clarius.VisualStudio, 1.1.16"
#:package Clarius.VisualStudio@1.1.16
#addin nuget:?package=Clarius.VisualStudio&version=1.1.16
#tool nuget:?package=Clarius.VisualStudio&version=1.1.16
Common targets to create version-aware Visual Studio extensions easily.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | 
|---|---|---|
| 1.1.16 | 341 | 12/9/2014 | 
| 1.1.13 | 65 | 11/26/2014 | 
| 1.1.12 | 60 | 11/25/2014 | 
| 1.1.10 | 134 | 9/11/2014 | 
| 1.1.9 | 103 | 8/22/2014 | 
| 1.1.7 | 84 | 5/30/2014 | 
| 1.1.6 | 110 | 5/29/2014 | 
| 1.1.5 | 85 | 1/28/2014 | 
| 1.1.4 | 61 | 1/28/2014 | 
| 1.1.3 | 61 | 1/28/2014 | 
| 1.1.2 | 59 | 1/27/2014 | 
| 1.1.1 | 59 | 1/27/2014 | 
| 1.1.0 | 61 | 1/24/2014 | 
| 1.0.5 | 103 | 1/13/2014 | 
Release Notes:
v1.1.*
* Smarter and simpler template authoring. Just set BuildAction to None on all your 
  template content as well as the .vstemplate, and they become Smart Templates automatically:
	* Supports <Include> metadata to add shared artifacts to the generated ZIP files
	* Does not regenerate ZIP files if content didn't change
	* Supports linked files that are copied to the output directory
* Sets up the project to always start by running devenv.exe in the experimental 
  instance and with logging enabled for easy error diagnostics.
v1.0
* Provides the following MSBuild properties for version-aware projects:
	* VisualStudioVersion: for VS2010, sets it to '10.0'
	* MinimumVisualStudioVersion: equals VisualStudioVersion to allow opening on any version
	* DevEnvDir: if it's empty, for safe command-line building. Can be overriden.
	* PublicAssemblies: $(DevEnvDir)\PublicAssemblies\
	* PrivateAssemblies: $(DevEnvDir)\PrivateAssemblies\
	* VSSDK: the [VSSDK install directory]\VisualStudioIntegration\Common\Assemblies\ folder. Can be overriden.
	* VSSDK20: $(VSSDK)v2.0\
	* VSSDK40: $(VSSDK)v4.0\
	* VSToolsPath: path to the MSBuild targets for the VSSDK