File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Pihrtsoft.CodeAnalysis.CSharp.Refactorings/Properties
Pihrtsoft.CodeAnalysis.CSharp
Pihrtsoft.CodeAnalysis.Common/Properties
Pihrtsoft.CodeAnalysis.CSharp.Refactorings.Vsix
Pihrtsoft.CodeAnalysis.CSharp.Vsix Expand file tree Collapse file tree 6 files changed +10
-10
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.30 " ) ]
31+ [ assembly: AssemblyVersion ( "0.9.40 " ) ]
3232//[assembly: AssemblyFileVersion("1.0.0.0")]
3333[ assembly: NeutralResourcesLanguage ( "en-US" ) ]
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.30 .0</version >
5+ <version >0.9.40 .0</version >
66 <title >C# Analyzers</title >
77 <authors >Josef Pihrt</authors >
88 <owners >Josef Pihrt</owners >
99 <licenseUrl >https://github.com/JosefPihrt/Pihrtsoft.CodeAnalysis/blob/master/LICENSE.txt</licenseUrl >
1010 <projectUrl >https://github.com/JosefPihrt/Pihrtsoft.CodeAnalysis</projectUrl >
1111 <requireLicenseAcceptance >false</requireLicenseAcceptance >
12- <description >Roslyn-based library that offers 60 + analyzers for C#.</description >
13- <summary >Roslyn-based library that offers 60 + analyzers for C#.</summary >
12+ <description >Roslyn-based library that offers 80 + analyzers for C#.</description >
13+ <summary >Roslyn-based library that offers 80 + analyzers for C#.</summary >
1414 <copyright >Copyright (c) 2016 Josef Pihrt</copyright >
1515 <tags >Roslyn Analyzer Refactoring Productivity CodeAnalysis C# CSharp</tags >
1616 <frameworkAssemblies >
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.30 " ) ]
31+ [ assembly: AssemblyVersion ( "0.9.40 " ) ]
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.30 " ) ]
31+ [ assembly: AssemblyVersion ( "0.9.40 " ) ]
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.30 " Language =" en-US" Publisher =" Josef Pihrt" />
4+ <Identity Id =" 18c29e93-71e2-4e1f-922f-6082e58e8de3" Version =" 0.9.40 " Language =" en-US" Publisher =" Josef Pihrt" />
55 <DisplayName >C# Refactorings</DisplayName >
6- <Description xml : space =" preserve" >Roslyn-based extension that offers 70 + refactorings for C#.</Description >
6+ <Description xml : space =" preserve" >Roslyn-based extension that offers 80 + refactorings for C#.</Description >
77 <MoreInfo >http://pihrt.net/Roslyn</MoreInfo >
88 <License >LICENSE.txt</License >
99 <ReleaseNotes >http://pihrt.net/Roslyn/ReleaseNotes</ReleaseNotes >
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.30 " Language =" en-US" Publisher =" Josef Pihrt" />
4+ <Identity Id =" e5401839-cc8f-4d0c-b757-21d4e345aa62" Version =" 0.9.40 " Language =" en-US" Publisher =" Josef Pihrt" />
55 <DisplayName >C# Analyzers and Refactorings</DisplayName >
6- <Description xml : space =" preserve" >Roslyn-based extension that offers 60 + analyzers and 70 + refactorings for C#.</Description >
6+ <Description xml : space =" preserve" >Roslyn-based extension that offers 80 + analyzers and 80 + refactorings for C#.</Description >
77 <MoreInfo >http://pihrt.net/Roslyn</MoreInfo >
88 <License >LICENSE.txt</License >
99 <ReleaseNotes >http://pihrt.net/Roslyn/ReleaseNotes</ReleaseNotes >
You can’t perform that action at this time.
0 commit comments