Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Moq.Analyzers.csproj NuGet package metadata #50

Merged
merged 5 commits into from
Jun 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
Loading