Skip to content

Commit 80ab4f7

Browse files
Update version 1.0.13 and documents. (#37)
1 parent 4a6e9b7 commit 80ab4f7

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ It is supposed to be used with StyleCop Analyzers.
2626
- Avoid `using` statements for some types that have no resources to dispose.
2727
- Don't discard the return value of some delicate methods like
2828
`System.IO.Stream.Read(byte[], int, int)`.
29+
- Remove unused local variables.
2930

3031
## Configuration
3132

StyleChecker/StyleChecker.Vsix/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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="StyleChecker.54813f7f-54ef-470a-ab56-833e37fbe4ec" Version="1.0.12" Language="en-US" Publisher="tomohisa"/>
4+
<Identity Id="StyleChecker.54813f7f-54ef-470a-ab56-833e37fbe4ec" Version="1.0.13" Language="en-US" Publisher="tomohisa"/>
55
<DisplayName>StyleChecker</DisplayName>
66
<Description xml:space="preserve">StyleChecker is yet another style checker for C#.</Description>
77
</Metadata>

StyleChecker/StyleChecker/StyleChecker.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<PropertyGroup>
1010
<PackageId>StyleChecker</PackageId>
11-
<PackageVersion>1.0.12.0</PackageVersion>
11+
<PackageVersion>1.0.13.0</PackageVersion>
1212
<Authors>Tomohisa Tanaka</Authors>
1313
<PackageLicenseUrl></PackageLicenseUrl>
1414
<PackageProjectUrl>https://maroontress.github.io/StyleChecker/</PackageProjectUrl>
@@ -19,7 +19,7 @@
1919
<Copyright>Copyright (c) 2018 Maroontress Fast Software</Copyright>
2020
<PackageTags>StyleChecker, analyzers</PackageTags>
2121
<NoPackageAnalysis>true</NoPackageAnalysis>
22-
<Version>1.0.12.0</Version>
22+
<Version>1.0.13.0</Version>
2323
<RepositoryType />
2424
<Company>Maroontress Fast Software</Company>
2525
<LangVersion>7.3</LangVersion>

0 commit comments

Comments
 (0)