File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
Pihrtsoft.CodeAnalysis.CSharp.Refactorings
Pihrtsoft.CodeAnalysis.CSharp
Pihrtsoft.CodeAnalysis.Common/Properties
Pihrtsoft.CodeAnalysis.CSharp.Refactorings.Vsix
Pihrtsoft.CodeAnalysis.CSharp.Vsix Expand file tree Collapse file tree 7 files changed +11
-11
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.9.60 " ) ]
31+ [ assembly: AssemblyVersion ( "0.9.70 " ) ]
3232//[assembly: AssemblyFileVersion("1.0.0.0")]
3333[ assembly: NeutralResourcesLanguage ( "en-US" ) ]
Original file line number Diff line number Diff line change 150150 <Syntax >regular string literal</Syntax >
151151 </Syntaxes >
152152 </Refactoring >
153- <Refactoring Id =" ConvertStringLiteralToCharacterLiteral" Title =" Convert string literal to character literal" ExtensionVersion =" 0.0.0 " >
153+ <Refactoring Id =" ConvertStringLiteralToCharacterLiteral" Title =" Convert string literal to character literal" ExtensionVersion =" 0.9.70 " >
154154 <Syntaxes >
155155 <Syntax >string literal</Syntax >
156156 </Syntaxes >
324324 </Syntaxes >
325325 <Scope >block</Scope >
326326 </Refactoring >
327- <Refactoring Id =" FormatAccessorBracesOnSingleLine" Title =" Format accessor braces on single line" ExtensionVersion =" 0.0.0 " >
327+ <Refactoring Id =" FormatAccessorBracesOnSingleLine" Title =" Format accessor braces on single line" ExtensionVersion =" 0.9.70 " >
328328 <Syntaxes >
329329 <Syntax >get accessor</Syntax >
330330 <Syntax >set accessor</Syntax >
373373 <Syntax >initializer</Syntax >
374374 </Syntaxes >
375375 </Refactoring >
376- <Refactoring Id =" GenerateSwitchSections" Title =" Generate switch sections" ExtensionVersion =" 0.0.0 " >
376+ <Refactoring Id =" GenerateSwitchSections" Title =" Generate switch sections" ExtensionVersion =" 0.9.70 " >
377377 <Syntaxes >
378378 <Syntax >switch statement (that is empty or contains only default section)</Syntax >
379379 </Syntaxes >
436436 </Syntaxes >
437437 <Scope >indexer/method/property header</Scope >
438438 </Refactoring >
439- <Refactoring Id =" MarkAllMembersAsStatic" Title =" Mark all members as static" ExtensionVersion =" 0.0.0 " >
439+ <Refactoring Id =" MarkAllMembersAsStatic" Title =" Mark all members as static" ExtensionVersion =" 0.9.70 " >
440440 <Syntaxes >
441441 <Syntax >non-static field/method/property/event in static class</Syntax >
442442 </Syntaxes >
443443 </Refactoring >
444- <Refactoring Id =" MarkMemberAsStatic" Title =" Mark member as static" ExtensionVersion =" 0.0.0 " >
444+ <Refactoring Id =" MarkMemberAsStatic" Title =" Mark member as static" ExtensionVersion =" 0.9.70 " >
445445 <Syntaxes >
446446 <Syntax >non-static field/method/property/event in static class</Syntax >
447447 </Syntaxes >
Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
33 <metadata >
44 <id >CSharpAnalyzers</id >
5- <version >0.9.60 .0</version >
5+ <version >0.9.70 .0</version >
66 <title >C# Analyzers</title >
77 <authors >Josef Pihrt</authors >
88 <owners >Josef Pihrt</owners >
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.9.60 " ) ]
31+ [ assembly: AssemblyVersion ( "0.9.70 " ) ]
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.9.60 " ) ]
31+ [ assembly: AssemblyVersion ( "0.9.70 " ) ]
3232//[assembly: AssemblyFileVersion("1.0.0.0")]
3333[ 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.9.60 " Language =" en-US" Publisher =" Josef Pihrt" />
4+ <Identity Id =" 18c29e93-71e2-4e1f-922f-6082e58e8de3" Version =" 0.9.70 " Language =" en-US" Publisher =" Josef Pihrt" />
55 <DisplayName >C# Refactorings</DisplayName >
66 <Description xml : space =" preserve" >Roslyn-based extension that offers 100+ refactorings for C#.</Description >
77 <MoreInfo >http://github.com/JosefPihrt/Pihrtsoft.CodeAnalysis</MoreInfo >
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.9.60 " Language =" en-US" Publisher =" Josef Pihrt" />
4+ <Identity Id =" e5401839-cc8f-4d0c-b757-21d4e345aa62" Version =" 0.9.70 " 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 100+ refactorings for C#.</Description >
77 <MoreInfo >http://github.com/JosefPihrt/Pihrtsoft.CodeAnalysis</MoreInfo >
You can’t perform that action at this time.
0 commit comments