Skip to content

Commit

Permalink
Merge pull request #585 from RalfKoban/version_increase
Browse files Browse the repository at this point in the history
version increased to v0.0.44
  • Loading branch information
RalfKoban authored Oct 21, 2023
2 parents ed3d8e8 + 73a5f20 commit c4e6b55
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions MiKo.Analyzer.2019/MiKo.Analyzer.2019.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@

<PropertyGroup>
<PackageId>MiKoSolutions.Analyzers</PackageId>
<PackageVersion>0.0.43</PackageVersion>
<PackageVersion>0.0.44</PackageVersion>
<Authors>Ralf Koban</Authors>
<PackageLicenseUrl>http://LICENSE_URL_HERE_OR_DELETE_THIS_LINE</PackageLicenseUrl>
<PackageLicenseUrl>https://github.com/RalfKoban/MiKo-Analyzers/blob/master/LICENSE.txt</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/RalfKoban/MiKo-Analyzers</PackageProjectUrl>
<PackageIconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</PackageIconUrl>
<RepositoryUrl>https://github.com/RalfKoban/MiKo-Analyzers</RepositoryUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageRequireLicenseAcceptance>true</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, ordering and performance rules.</Description>
<PackageReleaseNotes>Summary of changes made in this release of the package.</PackageReleaseNotes>
<Copyright>Copyright © 2018-2023 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.43.0</AssemblyVersion>
<FileVersion>0.0.43.0</FileVersion>
<AssemblyVersion>0.0.44.0</AssemblyVersion>
<FileVersion>0.0.44.0</FileVersion>
<Company>MiKo Solutions</Company>
<Version>0.0.43</Version>
<Version>0.0.44</Version>
<RepositoryType>GIT</RepositoryType>
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
</PropertyGroup>
Expand Down
12 changes: 6 additions & 6 deletions MiKo.Analyzer.2022/MiKo.Analyzer.2022.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@

<PropertyGroup>
<PackageId>MiKoSolutions.Analyzers</PackageId>
<PackageVersion>0.0.43</PackageVersion>
<PackageVersion>0.0.44</PackageVersion>
<Authors>Ralf Koban</Authors>
<PackageLicenseUrl>http://LICENSE_URL_HERE_OR_DELETE_THIS_LINE</PackageLicenseUrl>
<PackageLicenseUrl>https://github.com/RalfKoban/MiKo-Analyzers/blob/master/LICENSE.txt</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/RalfKoban/MiKo-Analyzers</PackageProjectUrl>
<PackageIconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</PackageIconUrl>
<RepositoryUrl>https://github.com/RalfKoban/MiKo-Analyzers</RepositoryUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageRequireLicenseAcceptance>true</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, ordering and performance rules.</Description>
<PackageReleaseNotes>Summary of changes made in this release of the package.</PackageReleaseNotes>
<Copyright>Copyright © 2018-2023 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.43.0</AssemblyVersion>
<FileVersion>0.0.43.0</FileVersion>
<AssemblyVersion>0.0.44.0</AssemblyVersion>
<FileVersion>0.0.44.0</FileVersion>
<Company>MiKo Solutions</Company>
<Version>0.0.43</Version>
<Version>0.0.44</Version>
<RepositoryType>GIT</RepositoryType>
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion MiKo.Analyzer.Vsix2019/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.43" Language="en-US" Publisher="Ralf Koban"/>
<Identity Id="MiKo_Analyzer.e6f8e373-5a44-4dde-80ae-68a22f8a1679" Version="0.0.44" 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, ordering and performance rules.</Description>
<MoreInfo>https://github.com/RalfKoban/MiKo-Analyzers</MoreInfo>
Expand Down
2 changes: 1 addition & 1 deletion MiKo.Analyzer.Vsix2022/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.d072a90b-c2d9-4539-973d-225324cbc585" Version="0.0.43" Language="en-US" Publisher="Ralf Koban"/>
<Identity Id="MiKo_Analyzer.d072a90b-c2d9-4539-973d-225324cbc585" Version="0.0.44" 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, ordering and performance rules.</Description>
<MoreInfo>https://github.com/RalfKoban/MiKo-Analyzers</MoreInfo>
Expand Down

0 comments on commit c4e6b55

Please sign in to comment.