Skip to content

Commit 99a098f

Browse files
authored
Merge pull request #1517 from zooba/v225build
Updates version number to 2.2.5
2 parents e120d6a + 37fa173 commit 99a098f

15 files changed

+25
-25
lines changed

Diff for: Common/Tests/SccPackage/SccPackage.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ namespace Microsoft.TestSccPackage
4141
[PackageRegistration(UseManagedResourcesOnly = true)]
4242
[Guid(Guids.guidSccPackagePkgString)]
4343
[ProvideService(typeof(TestSccProvider), ServiceName="Test Source Provider")]
44-
[ProvideSourceControlProvider("Test Source Provider", Guids.guidSccPackageCmdSetString, typeof(SccPackage), typeof(TestSccProvider))]
44+
[@ProvideSourceControlProvider("Test Source Provider", Guids.guidSccPackageCmdSetString, typeof(SccPackage), typeof(TestSccProvider))]
4545
[ProvideMenuResource(1000, 1)] // This attribute is needed to let the shell know that this package exposes some menus.
4646
public sealed class SccPackage : Package
4747
{

Diff for: Python/Product/BuildTasks/TestTargets/Microsoft.PythonTools.Django.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
-->
1313
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1414
<PropertyGroup>
15-
<_PythonToolsPath>$(LocalAppData)\Microsoft\VisualStudio\$(VisualStudioVersion)Exp\Extensions\Microsoft\Python Tools for Visual Studio - Django\2.2.4</_PythonToolsPath>
15+
<_PythonToolsPath>$(LocalAppData)\Microsoft\VisualStudio\$(VisualStudioVersion)Exp\Extensions\Microsoft\Python Tools for Visual Studio - Django\2.2.5</_PythonToolsPath>
1616
<!-- Enable logging for publish/preview -->
1717
<EnablePackageProcessLoggingAndAssert>true</EnablePackageProcessLoggingAndAssert>
1818
</PropertyGroup>

Diff for: Python/Product/BuildTasks/TestTargets/Microsoft.PythonTools.Web.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
-->
1313
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1414
<PropertyGroup>
15-
<_PythonToolsPath>$(LocalAppData)\Microsoft\VisualStudio\$(VisualStudioVersion)Exp\Extensions\Microsoft\Python Tools for Visual Studio\2.2.4</_PythonToolsPath>
15+
<_PythonToolsPath>$(LocalAppData)\Microsoft\VisualStudio\$(VisualStudioVersion)Exp\Extensions\Microsoft\Python Tools for Visual Studio\2.2.5</_PythonToolsPath>
1616
<!-- Enable logging for publish/preview -->
1717
<EnablePackageProcessLoggingAndAssert>true</EnablePackageProcessLoggingAndAssert>
1818
</PropertyGroup>

Diff for: Python/Product/BuildTasks/TestTargets/Microsoft.PythonTools.Worker.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
-->
1313
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1414
<PropertyGroup>
15-
<_PythonToolsPath>$(LocalAppData)\Microsoft\VisualStudio\$(VisualStudioVersion)Exp\Extensions\Microsoft\Python Tools for Visual Studio\2.2.4</_PythonToolsPath>
15+
<_PythonToolsPath>$(LocalAppData)\Microsoft\VisualStudio\$(VisualStudioVersion)Exp\Extensions\Microsoft\Python Tools for Visual Studio\2.2.5</_PythonToolsPath>
1616
<!-- Enable logging for publish/preview -->
1717
<EnablePackageProcessLoggingAndAssert>true</EnablePackageProcessLoggingAndAssert>
1818
</PropertyGroup>

Diff for: Python/Product/BuildTasks/TestTargets/Microsoft.PythonTools.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
-->
1313
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1414
<PropertyGroup>
15-
<_PythonToolsPath>$(LocalAppData)\Microsoft\VisualStudio\$(VisualStudioVersion)Exp\Extensions\Microsoft\Python Tools for Visual Studio\2.2.4</_PythonToolsPath>
15+
<_PythonToolsPath>$(LocalAppData)\Microsoft\VisualStudio\$(VisualStudioVersion)Exp\Extensions\Microsoft\Python Tools for Visual Studio\2.2.5</_PythonToolsPath>
1616
</PropertyGroup>
1717

1818
<Import Project="$(_PythonToolsPath)\Microsoft.PythonTools.targets" />

Diff for: Python/Product/Django/source.extension.vsixmanifest

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Identifier Id="a8637c34-aa55-46e2-973c-9c3e09afc17b">
44
<Name>Python Tools for Visual Studio - Django</Name>
55
<Author>Microsoft</Author>
6-
<Version>2.2.4</Version>
6+
<Version>2.2.5</Version>
77
<Description xml:space="preserve">Provides templates and integration for the Django web framework.</Description>
88
<MoreInfoUrl>http://aka.ms/ptvs</MoreInfoUrl>
99
<GettingStartedGuide>http://aka.ms/ptvs</GettingStartedGuide>
@@ -34,11 +34,11 @@
3434
<SupportedFrameworkRuntimeEdition MinVersion="4.5" />
3535
</Identifier>
3636
<References>
37-
<Reference Id="96492FC7-7BC6-46F7-8559-66BB4E09FD1E" MinVersion="2.2.4" MaxVersion="2.2.4">
37+
<Reference Id="96492FC7-7BC6-46F7-8559-66BB4E09FD1E" MinVersion="2.2.5" MaxVersion="2.2.5">
3838
<Name>Python Tools for Visual Studio</Name>
3939
<MoreInfoUrl>http://aka.ms/ptvs</MoreInfoUrl>
4040
</Reference>
41-
<Reference Id="ce8d8e55-ad29-423e-aca2-810d0b16cdc4" MinVersion="2.2.4">
41+
<Reference Id="ce8d8e55-ad29-423e-aca2-810d0b16cdc4" MinVersion="2.2.5">
4242
<Name>Python Tools for Visual Studio - Interactive</Name>
4343
<MoreInfoUrl>http://aka.ms/ptvs</MoreInfoUrl>
4444
</Reference>

Diff for: Python/Product/Hpc/source.extension.vsixmanifest

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Identifier Id="413E24B0-F748-48D4-B638-01D121A88A04">
44
<Name>Python Tools for Visual Studio - HPC</Name>
55
<Author>Microsoft</Author>
6-
<Version>2.2.4</Version>
6+
<Version>2.2.5</Version>
77
<Description xml:space="preserve">Provides templates for MPI projects as well as cluster deployment and debugging support.</Description>
88
<Locale>1033</Locale>
99
<InstalledByMsi>true</InstalledByMsi>
@@ -30,7 +30,7 @@
3030
<Reference Id="Microsoft.VisualStudio.MPF" MinVersion="10.0">
3131
<Name>Visual Studio MPF</Name>
3232
</Reference>
33-
<Reference Id="96492FC7-7BC6-46F7-8559-66BB4E09FD1E" MinVersion="2.2.4">
33+
<Reference Id="96492FC7-7BC6-46F7-8559-66BB4E09FD1E" MinVersion="2.2.5">
3434
<Name>Python Tools for Visual Studio</Name>
3535
</Reference>
3636
</References>

Diff for: Python/Product/IronPython/source.extension.vsixmanifest

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Identifier Id="0AC9CC8C-C057-4CFA-884B-0D4318BB2EFC">
44
<Name>Python Tools for Visual Studio - IronPython</Name>
55
<Author>Microsoft</Author>
6-
<Version>2.2.4</Version>
6+
<Version>2.2.5</Version>
77
<Description xml:space="preserve">Adds templates and intellisense support for IronPython based projects in Python Tools for Visual Studio.</Description>
88
<Locale>1033</Locale>
99
<InstalledByMsi>true</InstalledByMsi>
@@ -32,7 +32,7 @@
3232
<SupportedFrameworkRuntimeEdition MinVersion="4.5" />
3333
</Identifier>
3434
<References>
35-
<Reference Id="96492FC7-7BC6-46F7-8559-66BB4E09FD1E" MinVersion="2.2.4" MaxVersion="2.2.4">
35+
<Reference Id="96492FC7-7BC6-46F7-8559-66BB4E09FD1E" MinVersion="2.2.5" MaxVersion="2.2.5">
3636
<Name>Python Tools for Visual Studio</Name>
3737
<MoreInfoUrl>http://aka.ms/ptvs</MoreInfoUrl>
3838
</Reference>

Diff for: Python/Product/ML/source.extension.vsixmanifest

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Identifier Id="8706DC58-B4CC-4C79-937F-B7BAC9D5EC71">
44
<Name>Python Tools for Visual Studio - Machine Learning</Name>
55
<Author>Microsoft</Author>
6-
<Version>2.2.4</Version>
6+
<Version>2.2.5</Version>
77
<Description xml:space="preserve">Provides templates and support for machine learning projects written with Python.</Description>
88
<Locale>1033</Locale>
99
<License>Python Tools for VS License.rtf</License>
@@ -27,7 +27,7 @@
2727
<SupportedFrameworkRuntimeEdition MinVersion="4.0" />
2828
</Identifier>
2929
<References>
30-
<Reference Id="96492FC7-7BC6-46F7-8559-66BB4E09FD1E" MinVersion="2.2.4">
30+
<Reference Id="96492FC7-7BC6-46F7-8559-66BB4E09FD1E" MinVersion="2.2.5">
3131
<Name>Python Tools for Visual Studio</Name>
3232
</Reference>
3333
</References>

Diff for: Python/Product/Profiling/source.extension.vsixmanifest

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Identifier Id="81da0100-e6db-4783-91ea-c38c3fa1b81e">
44
<Name>Python Tools for Visual Studio - Profiling</Name>
55
<Author>Microsoft</Author>
6-
<Version>2.2.4</Version>
6+
<Version>2.2.5</Version>
77
<Description xml:space="preserve">Provides support for profiling Python projects</Description>
88
<Locale>1033</Locale>
99
<InstalledByMsi>true</InstalledByMsi>
@@ -28,9 +28,9 @@
2828
<Reference Id="Microsoft.VisualStudio.MPF" MinVersion="10.0">
2929
<Name>Visual Studio MPF</Name>
3030
</Reference>
31-
<Reference Id="96492FC7-7BC6-46F7-8559-66BB4E09FD1E" MinVersion="2.2.4" MaxVersion="2.2.4">
31+
<Reference Id="96492FC7-7BC6-46F7-8559-66BB4E09FD1E" MinVersion="2.2.5" MaxVersion="2.2.5">
3232
<Name>Python Tools for Visual Studio</Name>
33-
<MoreInfoUrl>http://pytools.codeplex.com/</MoreInfoUrl>
33+
<MoreInfoUrl>http://aka.ms/ptvs</MoreInfoUrl>
3434
</Reference>
3535
</References>
3636
<Content>

Diff for: Python/Product/PythonTools/Dev10/source.extension.vsixmanifest

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Identifier Id="96492FC7-7BC6-46F7-8559-66BB4E09FD1E">
44
<Name>Python Tools for Visual Studio</Name>
55
<Author>Microsoft</Author>
6-
<Version>2.2.4</Version>
6+
<Version>2.2.5</Version>
77
<Description xml:space="preserve">Provides support for editing and debugging Python programs.</Description>
88
<Locale>1033</Locale>
99
<MoreInfoUrl>http://aka.ms/ptvs</MoreInfoUrl>
@@ -21,7 +21,7 @@
2121
<SupportedFrameworkRuntimeEdition MinVersion="4.5" />
2222
</Identifier>
2323
<References>
24-
<Reference Id="ce8d8e55-ad29-423e-aca2-810d0b16cdc4" MinVersion="2.2.4">
24+
<Reference Id="ce8d8e55-ad29-423e-aca2-810d0b16cdc4" MinVersion="2.2.5">
2525
<Name>Python Tools for Visual Studio - Interactive</Name>
2626
</Reference>
2727
</References>

Diff for: Python/Product/PythonTools/Dev11OrLater/source.extension.vsixmanifest

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<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">
22
<Metadata>
3-
<Identity Id="96492FC7-7BC6-46F7-8559-66BB4E09FD1E" Version="2.2.4" Language="en-US" Publisher="Microsoft" />
3+
<Identity Id="96492FC7-7BC6-46F7-8559-66BB4E09FD1E" Version="2.2.5" Language="en-US" Publisher="Microsoft" />
44
<DisplayName>Python Tools for Visual Studio</DisplayName>
55
<Description xml:space="preserve">Provides support for editing and debugging Python programs.</Description>
66
<MoreInfo>http://aka.ms/ptvs</MoreInfo>
@@ -20,7 +20,7 @@
2020
<Dependencies>
2121
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" Version="4.5" />
2222
<Dependency Id="TestWindow.Microsoft.0771d463-d74d-4e95-aac2-39d3c7ec1f97" IsRequired="false" DisplayName="Test Explorer" Version="11.0" />
23-
<Dependency Id="ce8d8e55-ad29-423e-aca2-810d0b16cdc4" IsRequired="true" DisplayName="Python Tools for Visual Studio - Interactive" Version="2.2.4"/>
23+
<Dependency Id="ce8d8e55-ad29-423e-aca2-810d0b16cdc4" IsRequired="true" DisplayName="Python Tools for Visual Studio - Interactive" Version="2.2.5"/>
2424
</Dependencies>
2525
<Assets>
2626
<Asset Type="Microsoft.VisualStudio.Package" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />

Diff for: Python/Product/PythonTools/Dev14OrLater/source.extension.vsixmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<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">
22
<Metadata>
3-
<Identity Id="96492FC7-7BC6-46F7-8559-66BB4E09FD1E" Version="2.2.4" Language="en-US" Publisher="Microsoft" />
3+
<Identity Id="96492FC7-7BC6-46F7-8559-66BB4E09FD1E" Version="2.2.5" Language="en-US" Publisher="Microsoft" />
44
<DisplayName>Python Tools for Visual Studio</DisplayName>
55
<Description xml:space="preserve">Provides support for editing and debugging Python programs.</Description>
66
<MoreInfo>http://aka.ms/ptvs</MoreInfo>

Diff for: Python/Product/ReplWindow/source.extension.vsixmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Identifier Id="ce8d8e55-ad29-423e-aca2-810d0b16cdc4">
44
<Name>Python Tools for Visual Studio - Interactive</Name>
55
<Author>Microsoft</Author>
6-
<Version>2.2.4</Version>
6+
<Version>2.2.5</Version>
77
<Description xml:space="preserve">Provides the tool window used for Python Interactive windows.</Description>
88
<Locale>1033</Locale>
99
<InstalledByMsi>true</InstalledByMsi>

Diff for: Python/Product/Uwp/source.extension.vsixmanifest

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Identifier Id="56dfe430-f4a7-4f22-b5cf-9b713a4b4c36">
44
<Name>Python Tools for Visual Studio - UWP</Name>
55
<Author>Microsoft</Author>
6-
<Version>2.2.4</Version>
6+
<Version>2.2.5</Version>
77
<Description xml:space="preserve">Provides templates and integration for the UWP framework.</Description>
88
<MoreInfoUrl>http://aka.ms/ptvs</MoreInfoUrl>
99
<GettingStartedGuide>http://aka.ms/ptvs</GettingStartedGuide>
@@ -28,7 +28,7 @@
2828
<Reference Id="Microsoft.VisualStudio.MPF" MinVersion="10.0">
2929
<Name>Visual Studio MPF</Name>
3030
</Reference>
31-
<Reference Id="96492FC7-7BC6-46F7-8559-66BB4E09FD1E" MinVersion="2.2.4">
31+
<Reference Id="96492FC7-7BC6-46F7-8559-66BB4E09FD1E" MinVersion="2.2.5">
3232
<Name>Python Tools for Visual Studio</Name>
3333
<MoreInfoUrl>http://aka.ms/ptvs</MoreInfoUrl>
3434
</Reference>

0 commit comments

Comments
 (0)