Skip to content

Commit

Permalink
Update extension versions for release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Jan 30, 2016
1 parent f833793 commit cb50aea
Show file tree
Hide file tree
Showing 26 changed files with 35 additions and 57 deletions.
6 changes: 1 addition & 5 deletions Commenter.Extension/Commenter.Extension.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,6 @@
<SubType>Designer</SubType>
</None>
<None Include="Tvl.VisualStudio.Commenter.nuspec" />
<Content Include="Tvl.VisualStudio.Commenter.props">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Tvl.VisualStudio.Commenter.targets">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
Expand Down Expand Up @@ -216,8 +213,7 @@
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="Tvl.VisualStudio.Text.Commenter.Interfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Tvl.VisualStudio.Commenter.Interfaces.1.0.0\lib\net40\Tvl.VisualStudio.Text.Commenter.Interfaces.dll</HintPath>
<HintPath>..\packages\Tvl.VisualStudio.Commenter.Interfaces.1.1.0\lib\net40\Tvl.VisualStudio.Text.Commenter.Interfaces.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="WindowsBase" />
Expand Down
4 changes: 2 additions & 2 deletions Commenter.Extension/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyInformationalVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyInformationalVersion("1.1.0")]

[ProvideBindingPath]
internal class BindingPathClass
Expand Down
1 change: 0 additions & 1 deletion Commenter.Extension/Tvl.VisualStudio.Commenter.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<!-- Reference assemblies -->
<file src="bin\$Configuration$\Tvl.VisualStudio.Commenter.vsix" target="lib\net40"/>
<!-- Tools -->
<file src="bin\$Configuration$\Tvl.VisualStudio.Commenter.props" target="build"/>
<file src="bin\$Configuration$\Tvl.VisualStudio.Commenter.targets" target="build"/>
</files>
</package>
3 changes: 0 additions & 3 deletions Commenter.Extension/Tvl.VisualStudio.Commenter.props

This file was deleted.

2 changes: 1 addition & 1 deletion Commenter.Extension/Tvl.VisualStudio.Commenter.targets
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<VSIXSourceItem Include="$(SolutionDir)packages\Tvl.VisualStudio.Commenter.1.0.0\lib\net40\Tvl.VisualStudio.Commenter.vsix">
<VSIXSourceItem Include="$(SolutionDir)packages\Tvl.VisualStudio.Commenter.1.1.0\lib\net40\Tvl.VisualStudio.Commenter.vsix">
<VSIXSubPath/>
</VSIXSourceItem>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Commenter.Extension/packages.Commenter.Extension.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Tvl.VisualStudio.Commenter.Interfaces" version="1.0.0" targetFramework="net40" />
<package id="Tvl.VisualStudio.Commenter.Interfaces" version="1.1.0" targetFramework="net40" />
<package id="VSSDK.CoreUtility" version="10.0.3" targetFramework="net40" />
<package id="VSSDK.DTE" version="7.0.3" targetFramework="net40" />
<package id="VSSDK.IDE" version="7.0.3" targetFramework="net40" />
Expand Down
2 changes: 1 addition & 1 deletion Commenter.Extension/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Identifier Id="Tvl.VisualStudio.Commenter.F3FD3E6D-611C-4703-B160-0C425AAFBACF">
<Name>Visual Studio Commenter Services</Name>
<Author>Sam Harwell</Author>
<Version>1.0.1</Version>
<Version>1.1.0</Version>
<Description xml:space="preserve">Supporting framework for supporting the Comment and Uncomment commands.</Description>
<Locale>1033</Locale>
<License>LICENSE</License>
Expand Down
5 changes: 2 additions & 3 deletions Commenter.Implementation/Commenter.Implementation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,8 @@
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="Tvl.VisualStudio.Text.Commenter.Interfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Tvl.VisualStudio.Commenter.Interfaces.1.0.0\lib\net40\Tvl.VisualStudio.Text.Commenter.Interfaces.dll</HintPath>
<Private>False</Private>
<HintPath>..\packages\Tvl.VisualStudio.Commenter.Interfaces.1.1.0\lib\net40\Tvl.VisualStudio.Text.Commenter.Interfaces.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="WindowsBase" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Commenter.Implementation/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: AssemblyInformationalVersion("1.0.1.0-dev")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyInformationalVersion("1.1.0")]
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Tvl.VisualStudio.Commenter.Interfaces" version="1.0.0" targetFramework="net40" />
<package id="Tvl.VisualStudio.Commenter.Interfaces" version="1.1.0" targetFramework="net40" />
<package id="VSSDK.CoreUtility" version="10.0.3" targetFramework="net40" />
<package id="VSSDK.CoreUtility.10" version="10.0.3" targetFramework="net40" />
<package id="VSSDK.DTE" version="7.0.3" targetFramework="net40" />
Expand Down
10 changes: 4 additions & 6 deletions Commenter.Utility/Commenter.Utility.10.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@
<Reference Include="System.Design" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="Tvl.VisualStudio.Text.Commenter.Interfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
<HintPath>..\packages\Tvl.VisualStudio.Commenter.Interfaces.1.1.0\lib\net40\Tvl.VisualStudio.Text.Commenter.Interfaces.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
Expand All @@ -187,12 +191,6 @@
<None Include="packages.Commenter.Utility.10.config" />
<None Include="Tvl.VisualStudio.Commenter.Utility.10.nuspec" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Commenter.Interfaces\Commenter.Interfaces.csproj">
<Project>{ab447cc7-0d6f-4c0a-8783-293b5379464b}</Project>
<Name>Commenter.Interfaces</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
Tvl.VisualStudio.Commenter.Interfaces
-->
<dependency id="VSSDK.Text" version="10.0.3"/>
<dependency id="Tvl.VisualStudio.Commenter.Interfaces" version="1.0.0"/>
<dependency id="Tvl.VisualStudio.Commenter.Interfaces" version="1.1.0"/>
</dependencies>
<references>
<reference file="Tvl.VisualStudio.Commenter.Utility.10.dll"/>
Expand Down
1 change: 1 addition & 0 deletions Commenter.Utility/packages.Commenter.Utility.10.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Tvl.VisualStudio.Commenter.Interfaces" version="1.1.0" targetFramework="net40" />
<package id="VSSDK.CoreUtility" version="10.0.3" targetFramework="net40" />
<package id="VSSDK.CoreUtility.10" version="10.0.3" targetFramework="net40" />
<package id="VSSDK.DTE" version="7.0.3" targetFramework="net40" />
Expand Down
6 changes: 1 addition & 5 deletions OutputWindow.Extension/OutputWindow.Extension.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="Tvl.VisualStudio.OutputWindow.Interfaces, Version=2.0.0.0, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Tvl.VisualStudio.OutputWindow.Interfaces.2.0.0\lib\net40\Tvl.VisualStudio.OutputWindow.Interfaces.dll</HintPath>
<HintPath>..\packages\Tvl.VisualStudio.OutputWindow.Interfaces.2.1.0\lib\net40\Tvl.VisualStudio.OutputWindow.Interfaces.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="WindowsBase" />
Expand All @@ -191,9 +190,6 @@
<Content Include="Tvl.VisualStudio.OutputWindow.targets">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Tvl.VisualStudio.OutputWindow.props">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<None Include="Tvl.VisualStudio.OutputWindow.nuspec" />
Expand Down
4 changes: 2 additions & 2 deletions OutputWindow.Extension/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.1.0")]
[assembly: AssemblyInformationalVersion("2.0.1.0-dev")]
[assembly: AssemblyFileVersion("2.1.0.0")]
[assembly: AssemblyInformationalVersion("2.1.0")]

[ProvideBindingPath]
internal class BindingPathClass
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<file src="bin\$Configuration$\Tvl.VisualStudio.OutputWindow.vsix" target="lib\net40"/>

<!-- Tools -->
<file src="bin\$Configuration$\Tvl.VisualStudio.OutputWindow.props" target="build"/>
<file src="bin\$Configuration$\Tvl.VisualStudio.OutputWindow.targets" target="build"/>
</files>
</package>
3 changes: 0 additions & 3 deletions OutputWindow.Extension/Tvl.VisualStudio.OutputWindow.props

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<VSIXSourceItem Include="$(SolutionDir)packages\Tvl.VisualStudio.OutputWindow.2.0.1\lib\net40\Tvl.VisualStudio.OutputWindow.vsix">
<VSIXSourceItem Include="$(SolutionDir)packages\Tvl.VisualStudio.OutputWindow.2.1.0\lib\net40\Tvl.VisualStudio.OutputWindow.vsix">
<VSIXSubPath/>
</VSIXSourceItem>
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Tvl.VisualStudio.OutputWindow.Interfaces" version="2.0.0" targetFramework="net40" />
<package id="Tvl.VisualStudio.OutputWindow.Interfaces" version="2.1.0" targetFramework="net40" />
<package id="VSSDK.DTE" version="7.0.3" targetFramework="net40" />
<package id="VSSDK.IDE" version="7.0.3" targetFramework="net40" />
<package id="VSSDK.IDE.10" version="10.0.3" targetFramework="net40" />
Expand Down
2 changes: 1 addition & 1 deletion OutputWindow.Extension/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Identifier Id="Tvl.VisualStudio.OutputWindow.3EF11167-A319-43DB-B1B4-A9778A90FAE0">
<Name>Visual Studio Output Window Services</Name>
<Author>Sam Harwell</Author>
<Version>2.0.1</Version>
<Version>2.1.0</Version>
<Description xml:space="preserve">Supporting framework for using Visual Studio's output window pane.</Description>
<Locale>1033</Locale>
<License>LICENSE</License>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xaml" />
<Reference Include="Tvl.VisualStudio.OutputWindow.Interfaces, Version=2.0.0.0, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
<HintPath>..\packages\Tvl.VisualStudio.OutputWindow.Interfaces.2.0.0\lib\net40\Tvl.VisualStudio.OutputWindow.Interfaces.dll</HintPath>
<HintPath>..\packages\Tvl.VisualStudio.OutputWindow.Interfaces.2.1.0\lib\net40\Tvl.VisualStudio.OutputWindow.Interfaces.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Tvl.VisualStudio.ShellServices.10, Version=1.0.0.0, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
Expand Down
4 changes: 2 additions & 2 deletions OutputWindow.Implementation/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.1.0")]
[assembly: AssemblyInformationalVersion("2.0.1.0-dev")]
[assembly: AssemblyFileVersion("2.1.0.0")]
[assembly: AssemblyInformationalVersion("2.1.0")]
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Tvl.VisualStudio.OutputWindow.Interfaces" version="2.0.0" targetFramework="net40" />
<package id="Tvl.VisualStudio.OutputWindow.Interfaces" version="2.1.0" targetFramework="net40" />
<package id="Tvl.VisualStudio.ShellServices.10" version="1.0.0" targetFramework="net40" />
<package id="VSSDK.ComponentModelHost" version="10.0.3" targetFramework="net40" />
<package id="VSSDK.ComponentModelHost.10" version="10.0.3" targetFramework="net40" />
Expand Down
14 changes: 5 additions & 9 deletions VSBase.Extension/VSBase.Extension.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\Tvl.VisualStudio.Commenter.1.0.0\build\Tvl.VisualStudio.Commenter.props" Condition="Exists('..\packages\Tvl.VisualStudio.Commenter.1.0.0\build\Tvl.VisualStudio.Commenter.props')" />
<Import Project="..\packages\Tvl.VisualStudio.OutputWindow.2.0.1\build\Tvl.VisualStudio.OutputWindow.props" Condition="Exists('..\packages\Tvl.VisualStudio.OutputWindow.2.0.1\build\Tvl.VisualStudio.OutputWindow.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -146,15 +144,13 @@
<Import Condition="Exists($(VsSdkTargets))" Project="$(VsSdkTargets)" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Tvl.VisualStudio.Commenter.1.0.0\build\Tvl.VisualStudio.Commenter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Tvl.VisualStudio.Commenter.1.0.0\build\Tvl.VisualStudio.Commenter.props'))" />
<Error Condition="!Exists('..\packages\Tvl.VisualStudio.Commenter.1.0.0\build\Tvl.VisualStudio.Commenter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Tvl.VisualStudio.Commenter.1.0.0\build\Tvl.VisualStudio.Commenter.targets'))" />
<Error Condition="!Exists('..\packages\Tvl.VisualStudio.OutputWindow.2.0.1\build\Tvl.VisualStudio.OutputWindow.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Tvl.VisualStudio.OutputWindow.2.0.1\build\Tvl.VisualStudio.OutputWindow.props'))" />
<Error Condition="!Exists('..\packages\Tvl.VisualStudio.OutputWindow.2.0.1\build\Tvl.VisualStudio.OutputWindow.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Tvl.VisualStudio.OutputWindow.2.0.1\build\Tvl.VisualStudio.OutputWindow.targets'))" />
<Error Condition="!Exists('..\packages\Tvl.VisualStudio.Commenter.1.1.0\build\Tvl.VisualStudio.Commenter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Tvl.VisualStudio.Commenter.1.1.0\build\Tvl.VisualStudio.Commenter.targets'))" />
<Error Condition="!Exists('..\packages\Tvl.VisualStudio.OutputWindow.2.1.0\build\Tvl.VisualStudio.OutputWindow.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Tvl.VisualStudio.OutputWindow.2.1.0\build\Tvl.VisualStudio.OutputWindow.targets'))" />
</Target>
<Import Project="..\packages\Tvl.VisualStudio.Commenter.1.0.0\build\Tvl.VisualStudio.Commenter.targets" Condition="Exists('..\packages\Tvl.VisualStudio.Commenter.1.0.0\build\Tvl.VisualStudio.Commenter.targets')" />
<Import Project="..\packages\Tvl.VisualStudio.OutputWindow.2.0.1\build\Tvl.VisualStudio.OutputWindow.targets" Condition="Exists('..\packages\Tvl.VisualStudio.OutputWindow.2.0.1\build\Tvl.VisualStudio.OutputWindow.targets')" />
<Import Project="..\packages\Tvl.VisualStudio.Commenter.1.1.0\build\Tvl.VisualStudio.Commenter.targets" Condition="Exists('..\packages\Tvl.VisualStudio.Commenter.1.1.0\build\Tvl.VisualStudio.Commenter.targets')" />
<Import Project="..\packages\Tvl.VisualStudio.OutputWindow.2.1.0\build\Tvl.VisualStudio.OutputWindow.targets" Condition="Exists('..\packages\Tvl.VisualStudio.OutputWindow.2.1.0\build\Tvl.VisualStudio.OutputWindow.targets')" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down
4 changes: 2 additions & 2 deletions VSBase.Extension/packages.VSBase.Extension.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Tvl.VisualStudio.Commenter" version="1.0.0" targetFramework="net40" />
<package id="Tvl.VisualStudio.OutputWindow" version="2.0.1" targetFramework="net40" />
<package id="Tvl.VisualStudio.Commenter" version="1.1.0" targetFramework="net40" />
<package id="Tvl.VisualStudio.OutputWindow" version="2.1.0" targetFramework="net40" />
<package id="VSSDK.IDE.10" version="10.0.3" targetFramework="net40" />
</packages>
2 changes: 1 addition & 1 deletion VSBase.Extension/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Identifier Id="Tvl.VisualStudio.VSBase.26FF1250-16D3-498e-9C1D-B4FEB5EBF845">
<Name>VSBase Services Debugging Support</Name>
<Author>Sam Harwell</Author>
<Version>1.1.1</Version>
<Version>1.2.0</Version>
<Description xml:space="preserve">Wrapper extension for easily installing the VSBase framework in experimental instances of Visual Studio.</Description>
<Locale>1033</Locale>
<License>LICENSE</License>
Expand Down

0 comments on commit cb50aea

Please sign in to comment.