Skip to content

Commit

Permalink
Add 4.8 and VS 2019 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian1971 committed Apr 3, 2019
1 parent b9db14b commit 85e37a7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 21 deletions.
2 changes: 2 additions & 0 deletions TargetFrameworkMigrator/Frameworks.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<Frameworks>
<Framework Id="262409" Name=".NETFramework,Version=v4.8"/>
<Framework Id="262408" Name=".NETFramework,Version=v4.7.2"/>
<Framework Id="262407" Name=".NETFramework,Version=v4.7.1"/>
<Framework Id="262151" Name=".NETFramework,Version=v4.7"/>
<Framework Id="262662" Name=".NETFramework,Version=v4.6.2"/>
Expand Down
42 changes: 21 additions & 21 deletions TargetFrameworkMigratorVSIX/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
<?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="TargetFrameworkMigrator..4f7666b9-e62c-46a1-af25-21ab8742ef00" Version="1.6.6" Language="en-US" Publisher="VHQLabs" />
<DisplayName>Target Framework Migrator</DisplayName>
<Description xml:space="preserve">Change all your .Net projects Target Framework at once</Description>
<Icon>1359311863_stock_update-fields.png</Icon>
<PreviewImage>27-01-2013 19-03-27.png</PreviewImage>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[11.0,16.0]" />
<InstallationTarget Version="[15.0,16.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Version="[15.0,16.0)" Id="Microsoft.VisualStudio.Enterprise" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
</Dependencies>
<Assets >
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="TargetFrameworkMigrator" Path="|TargetFrameworkMigrator;PkgdefProjectOutputGroup|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.VSSDK" Version="[15.0.26208.0,16.0)" DisplayName="Visual Studio SDK" />
</Prerequisites>
<Metadata>
<Identity Id="TargetFrameworkMigrator..4f7666b9-e62c-46a1-af25-21ab8742ef00" Version="1.6.6" Language="en-US" Publisher="VHQLabs" />
<DisplayName>Target Framework Migrator</DisplayName>
<Description xml:space="preserve">Change all your .Net projects Target Framework at once</Description>
<Icon>1359311863_stock_update-fields.png</Icon>
<PreviewImage>27-01-2013 19-03-27.png</PreviewImage>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[11.0,17.0]" />
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Enterprise" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
</Dependencies>
<Assets >
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="TargetFrameworkMigrator" Path="|TargetFrameworkMigrator;PkgdefProjectOutputGroup|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.VSSDK" Version="[16.0.28315.86,17.0)" DisplayName="Visual Studio SDK" />
</Prerequisites>
</PackageManifest>

4 comments on commit 85e37a7

@npfernandeztheillet
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi guys, I tried to install your pre-release vsix file and is not signed. I don't know if it's because is a pre-release and you need to upload to the marketplace to signed

@Ian1971
Copy link
Owner Author

@Ian1971 Ian1971 commented on 85e37a7 Jul 4, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it isn't signed. A proper release would need to be created by the package owner.

@npfernandeztheillet
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok @Ian1971 it would be very useful for me...I need to update 22 projects inside a solution...

Do you know when release the new version?

Thanks.

@Ian1971
Copy link
Owner Author

@Ian1971 Ian1971 commented on 85e37a7 Jul 4, 2019 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.