File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/CSharpGuidelinesAnalyzer
CSharpGuidelinesAnalyzer.Vsix Expand file tree Collapse file tree 3 files changed +4
-4
lines changed 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 =" CSharpGuidelinesAnalyzer..1d571424-b954-4fb3-8e9f-c8bcca9a17f0" Version =" 0.5 .0" Language =" en-US" Publisher =" Bart Koelman" />
4+ <Identity Id =" CSharpGuidelinesAnalyzer..1d571424-b954-4fb3-8e9f-c8bcca9a17f0" Version =" 1.0 .0" Language =" en-US" Publisher =" Bart Koelman" />
55 <DisplayName >CSharp Coding Guidelines Analyzer</DisplayName >
66 <Description xml : space =" preserve" >Reports diagnostics for C# coding guidelines that are not already covered by Resharper.</Description >
77 <MoreInfo >https://github.com/bkoelman/CSharpGuidelinesAnalyzer</MoreInfo >
Original file line number Diff line number Diff line change 1010 <projectUrl >https://github.com/bkoelman/CSharpGuidelinesAnalyzer</projectUrl >
1111 <requireLicenseAcceptance >false</requireLicenseAcceptance >
1212 <description >Reports diagnostics for C# coding guidelines that are not already covered by Resharper.</description >
13- <releaseNotes >Fixed incorrect statement count by AV1500 in VS 2017 RC; fixed crash on parameters of local functions in VS 2017 RC .</releaseNotes >
13+ <releaseNotes >First stable version; includes support for Visual Studio 2017.</releaseNotes >
1414 <copyright >Apache License, Version 2.0</copyright >
1515 <language >en-us</language >
1616 <tags >csharp c# coding guidelines analyzer</tags >
Original file line number Diff line number Diff line change 3838// You can specify all the values or you can default the Build and Revision Numbers
3939// by using the '*' as shown below:
4040
41- [ assembly: AssemblyVersion ( "0.5 .0" ) ]
42- [ assembly: AssemblyInformationalVersion ( "0.5 .0" ) ]
41+ [ assembly: AssemblyVersion ( "1.0 .0" ) ]
42+ [ assembly: AssemblyInformationalVersion ( "1.0 .0" ) ]
You can’t perform that action at this time.
0 commit comments