File tree Expand file tree Collapse file tree 11 files changed +12
-12
lines changed
VisualStudio.AnalyzersAndRefactorings
VisualStudio.Common/Properties
VisualStudio.Refactorings
tools/DebugAnalyzersAndRefactorings/Properties Expand file tree Collapse file tree 11 files changed +12
-12
lines changed 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.98.2 .0</version >
5+ <version >0.99.0 .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.98.4 " ) ]
31+ [ assembly: AssemblyVersion ( "0.99.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.98.4 " ) ]
31+ [ assembly: AssemblyVersion ( "0.99.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.98.4 " ) ]
31+ [ assembly: AssemblyVersion ( "0.99.0 " ) ]
3232//[assembly: AssemblyFileVersion("1.0.0.0")]
3333[ assembly: NeutralResourcesLanguage ( "en-US" ) ]
Original file line number Diff line number Diff line change 689689 </Syntaxes >
690690 <Scope >method name</Scope >
691691 </Refactoring >
692- <Refactoring Id =" ReplaceConditionalExpressionWithExpression" Title =" Replace conditional expression with expression" ExtensionVersion =" 0.0 .0" >
692+ <Refactoring Id =" ReplaceConditionalExpressionWithExpression" Title =" Replace conditional expression with expression" ExtensionVersion =" 0.99 .0" >
693693 <Syntaxes >
694694 <Syntax >conditional expression</Syntax >
695695 </Syntaxes >
742742 <Syntax >Enum.HasFlag method invocation</Syntax >
743743 </Syntaxes >
744744 </Refactoring >
745- <Refactoring Id =" ReplaceIfElseWithConditionalExpression" Title =" Replace if-else with conditional expression" ExtensionVersion =" 0.0 .0" >
745+ <Refactoring Id =" ReplaceIfElseWithConditionalExpression" Title =" Replace if-else with conditional expression" ExtensionVersion =" 0.99 .0" >
746746 <Syntaxes >
747747 <Syntax >conditional expression</Syntax >
748748 </Syntaxes >
Original file line number Diff line number Diff line change 3131// Build Number
3232// Revision
3333//
34- [ assembly: AssemblyVersion ( "0.98.4 " ) ]
34+ [ assembly: AssemblyVersion ( "0.99.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.98.4 " Language =" en-US" Publisher =" Josef Pihrt" />
4+ <Identity Id =" e5401839-cc8f-4d0c-b757-21d4e345aa62" Version =" 0.99.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 130+ 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.98.4 " ) ]
33+ [ assembly: AssemblyVersion ( "0.99.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.98.4 " ) ]
34+ [ assembly: AssemblyVersion ( "0.99.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.98.4 " Language =" en-US" Publisher =" Josef Pihrt" />
4+ <Identity Id =" 18c29e93-71e2-4e1f-922f-6082e58e8de3" Version =" 0.99.0 " Language =" en-US" Publisher =" Josef Pihrt" />
55 <DisplayName >C# Refactorings</DisplayName >
66 <Description xml : space =" preserve" >Roslyn-based extension that offers 130+ refactorings for C#.</Description >
77 <MoreInfo >http://github.com/JosefPihrt/RoslynTools</MoreInfo >
You can’t perform that action at this time.
0 commit comments