This commit is contained in:
Christoph Wille 2017-12-21 10:31:22 +01:00
Родитель ff7e30a302
Коммит b563a63348
3 изменённых файлов: 9 добавлений и 9 удалений

Просмотреть файл

@ -12,7 +12,7 @@
<iconUrl>https://raw.githubusercontent.com/icsharpcode/RefactoringEssentials/master/RefactoringEssentials/Images/refactoringessentials-logo32.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Analyzers and Code Fixes as a library, intended for IDE builders</description>
<releaseNotes>Please see https://github.com/icsharpcode/RefactoringEssentials/wiki/Release-5.4 for more information.</releaseNotes>
<releaseNotes>Please see https://github.com/icsharpcode/RefactoringEssentials/wiki/Release-5.6 for more information.</releaseNotes>
<copyright>Copyright (c) 2014-2017 AlphaSierraPapa and Xamarin Inc.</copyright>
<tags>VS 2017 Roslyn Analyzer Refactoring</tags>
<dependencies>

Просмотреть файл

@ -12,7 +12,7 @@
<iconUrl>https://raw.githubusercontent.com/icsharpcode/RefactoringEssentials/master/RefactoringEssentials/Images/refactoringessentials-logo32.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Analyzers and Code Fixes for Visual Studio 2017 (Roslyn-based). Intended for build integration. If you need Visual Studio integration only, please check out the VSIX (Visual Studio extension) from our Web site.</description>
<releaseNotes>Please see https://github.com/icsharpcode/RefactoringEssentials/wiki/Release-5.4 for more information.</releaseNotes>
<releaseNotes>Please see https://github.com/icsharpcode/RefactoringEssentials/wiki/Release-5.6 for more information.</releaseNotes>
<copyright>Copyright (c) 2014-2017 AlphaSierraPapa and Xamarin Inc.</copyright>
<tags>VS 2017 Roslyn Analyzer Refactoring</tags>
<developmentDependency>true</developmentDependency>

Просмотреть файл

@ -3,10 +3,10 @@
<Metadata>
<Identity Id="RefactoringEssentials.Vsix.cd27e59b-5c56-4238-8931-c9bb745a7a7f" Version="5.4.0.0" Language="en-US" Publisher="IC#Code"/>
<DisplayName>Refactoring Essentials for Visual Studio 2017</DisplayName>
<Description xml:space="preserve">Free refactorings for C# and Visual Basic (VB) - plus more!</Description>
<Description xml:space="preserve">Free refactorings for C# and Visual Basic (VB.NET)</Description>
<License>license.txt</License>
<GettingStartedGuide>https://github.com/icsharpcode/RefactoringEssentials/wiki/Release-5.4</GettingStartedGuide>
<ReleaseNotes>https://github.com/icsharpcode/RefactoringEssentials/wiki/Release-5.4</ReleaseNotes>
<GettingStartedGuide>https://github.com/icsharpcode/RefactoringEssentials/wiki/Release-5.6</GettingStartedGuide>
<ReleaseNotes>https://github.com/icsharpcode/RefactoringEssentials/wiki/Release-5.6</ReleaseNotes>
<Icon>Images\refactoringessentials-logo90.png</Icon>
<PreviewImage>Images\refactoringessentials-preview.png</PreviewImage>
</Metadata>
@ -19,10 +19,10 @@
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
<!--<Dependency Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" d:Source="Installed" Version="[14.0]" />-->
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="RefactoringEssentials" Path="|RefactoringEssentials|" />
<Asset Type="Microsoft.VisualStudio.Analyzer" d:Source="Project" d:ProjectName="RefactoringEssentials" Path="|RefactoringEssentials|" />
</Assets>
<Assets>
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="RefactoringEssentials" Path="|RefactoringEssentials|" />
<Asset Type="Microsoft.VisualStudio.Analyzer" d:Source="Project" d:ProjectName="RefactoringEssentials" Path="|RefactoringEssentials|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.26004.1,16.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>