Skip to content

Commit

Permalink
Merge pull request #2 from RoboNET/dev
Browse files Browse the repository at this point in the history
Description and naming fixes
  • Loading branch information
RoboNET authored Aug 6, 2018
2 parents cb9b9fb + 5652f14 commit 665bf02
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?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="CyrillicAnalyzer.a4c0248d-c49d-4566-bf5c-473f895d4099" Version="1.0" Language="en-US" Publisher="Michael"/>
<DisplayName>CyrillicAnalyzer</DisplayName>
<Description xml:space="preserve">This is a sample diagnostic extension for the .NET Compiler Platform ("Roslyn").</Description>
<Identity Id="RoslynAsciiAnalyzer.a4c0248d-c49d-4566-bf5c-473f895d4099" Version="1.1.1" Language="en-US" Publisher="Michael Korolev"/>
<DisplayName>RoslynAsciiAnalyzer</DisplayName>
<Description xml:space="preserve">Analyzer show warning if your classes, properties, variables etc. contains non-ASCII symbols.</Description>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,)" />
Expand Down
12 changes: 6 additions & 6 deletions CuryllicAnalyzer/CuryllicAnalyzer/CyrillicAnalyzer.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard1.3</TargetFramework>
Expand All @@ -7,18 +7,18 @@
</PropertyGroup>

<PropertyGroup>
<PackageId>CuryllicAnalyzer</PackageId>
<PackageVersion>1.1.0.0</PackageVersion>
<PackageId>RoslynAsciiAnalyzer</PackageId>
<PackageVersion>1.1.1.0</PackageVersion>
<Authors>Michael Korolev</Authors>
<PackageLicenseUrl></PackageLicenseUrl>
<PackageProjectUrl>https://github.com/RoboNET/RoslynCyrillicAnalyzer</PackageProjectUrl>
<PackageIconUrl></PackageIconUrl>
<RepositoryUrl>https://github.com/RoboNET/RoslynCyrillicAnalyzer</RepositoryUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Description>CuryllicAnalyzer</Description>
<PackageReleaseNotes>Summary of changes made in this release of the package.</PackageReleaseNotes>
<Description>Analyzer show warning if your classes, properties, variables etc. contains non-ASCII symbols.</Description>
<PackageReleaseNotes>Migrate to .NET Standard.</PackageReleaseNotes>
<Copyright>RoboNet</Copyright>
<PackageTags>CuryllicAnalyzer, analyzers</PackageTags>
<PackageTags>Cyrillic, ascii, analyzers, roslyn</PackageTags>
<NoPackageAnalysis>true</NoPackageAnalysis>
</PropertyGroup>

Expand Down

0 comments on commit 665bf02

Please sign in to comment.