Skip to content

Commit

Permalink
Update version 1.0.21. (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
maroontress-tomohisa committed Mar 15, 2019
1 parent 58dcb6a commit cb596a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="StyleChecker.54813f7f-54ef-470a-ab56-833e37fbe4ec" Version="1.0.20" Language="en-US" Publisher="tomohisa"/>
<Identity Id="StyleChecker.54813f7f-54ef-470a-ab56-833e37fbe4ec" Version="1.0.21" Language="en-US" Publisher="tomohisa"/>
<DisplayName>StyleChecker</DisplayName>
<Description xml:space="preserve">StyleChecker is yet another style checker for C#.</Description>
</Metadata>
Expand Down
4 changes: 2 additions & 2 deletions StyleChecker/StyleChecker/StyleChecker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<PropertyGroup>
<PackageId>StyleChecker</PackageId>
<PackageVersion>1.0.20.0</PackageVersion>
<PackageVersion>1.0.21.0</PackageVersion>
<Authors>Tomohisa Tanaka</Authors>
<PackageProjectUrl>https://maroontress.github.io/StyleChecker/</PackageProjectUrl>
<RepositoryUrl>https://github.com/maroontress/StyleChecker</RepositoryUrl>
Expand All @@ -18,7 +18,7 @@
<Copyright>Copyright (c) 2018 Maroontress Fast Software</Copyright>
<PackageTags>csharp, visual-studio, roslyn, analyzer, roslyn-analyzer, roslyn-codefix, stylechecker</PackageTags>
<NoPackageAnalysis>true</NoPackageAnalysis>
<Version>1.0.20.0</Version>
<Version>1.0.21.0</Version>
<RepositoryType />
<Company>Maroontress Fast Software</Company>
<LangVersion>7.3</LangVersion>
Expand Down

0 comments on commit cb596a3

Please sign in to comment.