Skip to content

Commit

Permalink
Bump version to 2.0.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
maroontress-tomohisa committed May 11, 2024
1 parent 7cb0917 commit 805cf5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion StyleChecker/StyleChecker/StyleChecker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<PropertyGroup>
<PackageId>StyleChecker</PackageId>
<PackageVersion>$(Version)</PackageVersion>
<DevelopmentDependency>true</DevelopmentDependency>
<IsRoslynComponent>true</IsRoslynComponent>
<Authors>Tomohisa Tanaka</Authors>
<PackageProjectUrl>https://maroontress.github.io/StyleChecker/</PackageProjectUrl>
<RepositoryUrl>https://github.com/maroontress/StyleChecker</RepositoryUrl>
Expand All @@ -22,7 +24,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.27.0</Version>
<Version>2.0.0-alpha</Version>
<RepositoryType />
<Company>Maroontress Fast Software</Company>
<AnnotationsVersion>1.0.1</AnnotationsVersion>
Expand Down

0 comments on commit 805cf5e

Please sign in to comment.