File tree Expand file tree Collapse file tree 9 files changed +13
-13
lines changed
VisualStudio.AnalyzersAndRefactorings
VisualStudio.Common/Properties
VisualStudio.Refactorings Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 2828//
2929// You can specify all the values or you can default the Build and Revision Numbers
3030// by using the '*' as shown below:
31- [ assembly: AssemblyVersion ( "0.96.1 " ) ]
31+ [ assembly: AssemblyVersion ( "0.97.0 " ) ]
3232//[assembly: AssemblyFileVersion("1.0.0.0")]
3333[ assembly: NeutralResourcesLanguage ( "en-US" ) ]
Original file line number Diff line number Diff line change 2828//
2929// You can specify all the values or you can default the Build and Revision Numbers
3030// by using the '*' as shown below:
31- [ assembly: AssemblyVersion ( "0.96.1 " ) ]
31+ [ assembly: AssemblyVersion ( "0.97.0 " ) ]
3232//[assembly: AssemblyFileVersion("1.0.0.0")]
3333[ assembly: NeutralResourcesLanguage ( "en-US" ) ]
Original file line number Diff line number Diff line change 2828//
2929// You can specify all the values or you can default the Build and Revision Numbers
3030// by using the '*' as shown below:
31- [ assembly: AssemblyVersion ( "0.96.1 " ) ]
31+ [ assembly: AssemblyVersion ( "0.97.0 " ) ]
3232//[assembly: AssemblyFileVersion("1.0.0.0")]
3333[ assembly: NeutralResourcesLanguage ( "en-US" ) ]
Original file line number Diff line number Diff line change 3131 </Syntaxes >
3232 <Scope >method name</Scope >
3333 </Refactoring >
34- <Refactoring Id =" AddRegion" Title =" Add region" ExtensionVersion =" 0.0 .0" >
34+ <Refactoring Id =" AddRegion" Title =" Add region" ExtensionVersion =" 0.97 .0" >
3535 <Syntaxes >
3636 <Syntax >selected lines</Syntax >
3737 </Syntaxes >
3838 </Refactoring >
39- <Refactoring Id =" AddIfDirective" Title =" Add #if directive" ExtensionVersion =" 0.0 .0" >
39+ <Refactoring Id =" AddIfDirective" Title =" Add #if directive" ExtensionVersion =" 0.97 .0" >
4040 <Syntaxes >
4141 <Syntax >selected lines</Syntax >
4242 </Syntaxes >
5353 </Syntaxes >
5454 <Scope >identifier</Scope >
5555 </Refactoring >
56- <Refactoring Id =" AddUsingDirective" Title =" Add using directive" ExtensionVersion =" 0.0 .0" >
56+ <Refactoring Id =" AddUsingDirective" Title =" Add using directive" ExtensionVersion =" 0.97 .0" >
5757 <Syntaxes >
5858 <Syntax >qualified name</Syntax >
5959 </Syntaxes >
624624 <Syntax >singleline/multiline comment</Syntax >
625625 </Syntaxes >
626626 </Refactoring >
627- <Refactoring Id =" RemoveAllMemberDeclarations" Title =" Remove all member declarations" ExtensionVersion =" 0.0 .0" >
627+ <Refactoring Id =" RemoveAllMemberDeclarations" Title =" Remove all member declarations" ExtensionVersion =" 0.97 .0" >
628628 <Syntaxes >
629629 <Syntax >namespace</Syntax >
630630 <Syntax >class</Syntax >
638638 <Syntax >region directive</Syntax >
639639 </Syntaxes >
640640 </Refactoring >
641- <Refactoring Id =" RemoveAllStatements" Title =" Remove all statements" ExtensionVersion =" 0.0 .0" >
641+ <Refactoring Id =" RemoveAllStatements" Title =" Remove all statements" ExtensionVersion =" 0.97 .0" >
642642 <Syntaxes >
643643 <Syntax >method</Syntax >
644644 <Syntax >constructor</Syntax >
Original file line number Diff line number Diff line change 3131// Build Number
3232// Revision
3333//
34- [ assembly: AssemblyVersion ( "0.96.1 " ) ]
34+ [ assembly: AssemblyVersion ( "0.97.0 " ) ]
3535//[assembly: AssemblyFileVersion("1.0.0.0")]
3636[ assembly: NeutralResourcesLanguage ( "en-US" ) ]
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<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" >
33 <Metadata >
4- <Identity Id =" e5401839-cc8f-4d0c-b757-21d4e345aa62" Version =" 0.96.1 " Language =" en-US" Publisher =" Josef Pihrt" />
4+ <Identity Id =" e5401839-cc8f-4d0c-b757-21d4e345aa62" Version =" 0.97.0 " Language =" en-US" Publisher =" Josef Pihrt" />
55 <DisplayName >C# Analyzers and Refactorings</DisplayName >
66 <Description xml : space =" preserve" >Roslyn-based extension that offers 80+ analyzers and 120+ refactorings for C#.</Description >
77 <MoreInfo >http://github.com/JosefPihrt/RoslynTools</MoreInfo >
Original file line number Diff line number Diff line change 3030//
3131// You can specify all the values or you can default the Build and Revision Numbers
3232// by using the '*' as shown below:
33- [ assembly: AssemblyVersion ( "0.96.1 " ) ]
33+ [ assembly: AssemblyVersion ( "0.97.0 " ) ]
3434//[assembly: AssemblyFileVersion("1.0.0.0")]
Original file line number Diff line number Diff line change 3131// Build Number
3232// Revision
3333//
34- [ assembly: AssemblyVersion ( "0.96.1 " ) ]
34+ [ assembly: AssemblyVersion ( "0.97.0 " ) ]
3535//[assembly: AssemblyFileVersion("1.0.0.0")]
3636[ assembly: NeutralResourcesLanguage ( "en-US" ) ]
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<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" >
33 <Metadata >
4- <Identity Id =" 18c29e93-71e2-4e1f-922f-6082e58e8de3" Version =" 0.96.1 " Language =" en-US" Publisher =" Josef Pihrt" />
4+ <Identity Id =" 18c29e93-71e2-4e1f-922f-6082e58e8de3" Version =" 0.97.0 " Language =" en-US" Publisher =" Josef Pihrt" />
55 <DisplayName >C# Refactorings</DisplayName >
66 <Description xml : space =" preserve" >Roslyn-based extension that offers 120+ refactorings for C#.</Description >
77 <MoreInfo >http://github.com/JosefPihrt/RoslynTools</MoreInfo >
You can’t perform that action at this time.
0 commit comments