Skip to content

Commit

Permalink
v0.0.38
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfKoban committed Aug 8, 2021
1 parent 4bc8734 commit c87d973
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MiKo.Analyzer.Vsix/source.extension.vsixmanifest
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="MiKo_Analyzer.e6f8e373-5a44-4dde-80ae-68a22f8a1679" Version="0.0.37" Language="en-US" Publisher="Ralf Koban"/>
<Identity Id="MiKo_Analyzer.e6f8e373-5a44-4dde-80ae-68a22f8a1679" Version="0.0.38" Language="en-US" Publisher="Ralf Koban"/>
<DisplayName>MiKo Analyzers</DisplayName>
<Description xml:space="preserve">A diagnostic extension for the .NET Compiler Platform ("Roslyn") that checks for different metrics such as Lines of Code or Cyclomatic Complexity; in addition to several documentation, maintainability, naming and ordering rules.</Description>
<Preview>true</Preview>
Expand Down
8 changes: 4 additions & 4 deletions MiKo.Analyzer/MiKo.Analyzer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Description>A diagnostic extension for the .NET Compiler Platform ("Roslyn") that checks for different metrics such as Lines of Code or Cyclomatic Complexity; in addition to several documentation, maintainability, naming and ordering rules.</Description>
<PackageReleaseNotes>Summary of changes made in this release of the package.</PackageReleaseNotes>
<Copyright>Copyright © 2018-2020 by MiKo Solutions. All rights reserved.</Copyright>
<Copyright>Copyright © 2018-2021 by MiKo Solutions. All rights reserved.</Copyright>
<PackageTags>MiKoSolutions.Analyzers, analyzers, metrics</PackageTags>
<NoPackageAnalysis>true</NoPackageAnalysis>
<AssemblyName>MiKoSolutions.Analyzers</AssemblyName>
<RootNamespace>MiKoSolutions.Analyzers</RootNamespace>
<AssemblyVersion>0.0.37.0</AssemblyVersion>
<FileVersion>0.0.37.0</FileVersion>
<AssemblyVersion>0.0.38.0</AssemblyVersion>
<FileVersion>0.0.38.0</FileVersion>
<Company>MiKo Solutions</Company>
<Version>0.0.37</Version>
<Version>0.0.38</Version>
<RepositoryType>GIT</RepositoryType>
</PropertyGroup>

Expand Down

0 comments on commit c87d973

Please sign in to comment.