-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Moq.Analyzers.csproj NuGet package metadata (#50)
* 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
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
10 changes: 5 additions & 5 deletions
10
Source/Moq.Analyzers.Test/PackageTests.Baseline#manifest.verified.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters