Skip to content

Commit

Permalink
Update Moq.Analyzers.csproj NuGet package metadata (#50)
Browse files Browse the repository at this point in the history
* Update Moq.Analyzers.csproj copyright

Conform to value in LICENSE file

* Update package metadata tags

Add additional tags to aid in discoverability on NuGet.org search

* Update nuget package metadata to link to releases

* Update package authors tag

* Update PackageTests.Baseline#manifest.verified.nuspec

Updated with values from updated .csproj
  • Loading branch information
rjmurillo authored Jun 4, 2024
1 parent 1908bb6 commit 3f7a811
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<package>
<package>
<metadata>
<id>Moq.Analyzers</id>
<version>********</version>
<authors>Andrey "Litee" Lipatkin</authors>
<authors>Matt Kotsenas, Andrey "Litee" Lipatkin, Richard Murillo</authors>
<developmentDependency>true</developmentDependency>
<license type="expression">BSD-3-Clause</license>
<licenseUrl>https://licenses.nuget.org/BSD-3-Clause</licenseUrl>
<readme>README.md</readme>
<projectUrl>https://github.com/Litee/moq.analyzers</projectUrl>
<description>Roslyn analyzer that helps to write unit tests using Moq mocking library by highlighting typical errors and suggesting quick fixes. Port of Resharper extension to Roslyn. Find the full list of detected issues at project GitHub page.</description>
<releaseNotes>Upgraded to support Visual Studio 2019</releaseNotes>
<copyright>2015-2019 Andrey Lipatkin</copyright>
<tags>moq, mock, test, analyzers</tags>
<releaseNotes>A changelog is available at https://github.com/Litee/moq.analyzers/releases</releaseNotes>
<copyright>2017 Andrey Lipatkin</copyright>
<tags>moq, tdd, mocking, mocks, unittesting, agile, unittest, mock, test, analyzers</tags>
<repository type="git" url="https://github.com/********/moq.analyzers.git" commit="****************************************" />
</metadata>
</package>
10 changes: 5 additions & 5 deletions Source/Moq.Analyzers/Moq.Analyzers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

<PropertyGroup Label="Package metadata">
<PackageId>Moq.Analyzers</PackageId>
<Authors>Andrey "Litee" Lipatkin</Authors>
<Authors>Matt Kotsenas, Andrey "Litee" Lipatkin, Richard Murillo</Authors>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/Litee/moq.analyzers</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Description>Roslyn analyzer that helps to write unit tests using Moq mocking library by highlighting typical errors and suggesting quick fixes. Port of Resharper extension to Roslyn. Find the full list of detected issues at project GitHub page.</Description>
<PackageReleaseNotes>Upgraded to support Visual Studio 2019</PackageReleaseNotes>
<Copyright>2015-2019 Andrey Lipatkin</Copyright>
<PackageTags>moq, mock, test, analyzers</PackageTags>
<PackageReleaseNotes>A changelog is available at https://github.com/Litee/moq.analyzers/releases</PackageReleaseNotes>
<Copyright>2017 Andrey Lipatkin</Copyright>
<PackageTags>moq, tdd, mocking, mocks, unittesting, agile, unittest, mock, test, analyzers</PackageTags>
<DevelopmentDependency>true</DevelopmentDependency>
</PropertyGroup>

Expand Down Expand Up @@ -46,4 +46,4 @@
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
</ItemGroup>

</Project>
</Project>

0 comments on commit 3f7a811

Please sign in to comment.