From 1eea12b2f217589ba5a5591ea36337dcdc84ad68 Mon Sep 17 00:00:00 2001 From: Richard Murillo Date: Tue, 4 Jun 2024 08:47:33 -0700 Subject: [PATCH 1/5] Update Moq.Analyzers.csproj copyright Conform to value in LICENSE file --- Source/Moq.Analyzers/Moq.Analyzers.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Moq.Analyzers/Moq.Analyzers.csproj b/Source/Moq.Analyzers/Moq.Analyzers.csproj index fd215eab..942da6fd 100644 --- a/Source/Moq.Analyzers/Moq.Analyzers.csproj +++ b/Source/Moq.Analyzers/Moq.Analyzers.csproj @@ -17,7 +17,7 @@ README.md 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. Upgraded to support Visual Studio 2019 - 2015-2019 Andrey Lipatkin + 2017 Andrey Lipatkin moq, mock, test, analyzers true @@ -46,4 +46,4 @@ - \ No newline at end of file + From d173234cb3036cf830ef1f3f7a42d250071c4d3f Mon Sep 17 00:00:00 2001 From: Richard Murillo Date: Tue, 4 Jun 2024 08:50:15 -0700 Subject: [PATCH 2/5] Update package metadata tags Add additional tags to aid in discoverability on NuGet.org search --- Source/Moq.Analyzers/Moq.Analyzers.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Moq.Analyzers/Moq.Analyzers.csproj b/Source/Moq.Analyzers/Moq.Analyzers.csproj index 942da6fd..a6ea9dd8 100644 --- a/Source/Moq.Analyzers/Moq.Analyzers.csproj +++ b/Source/Moq.Analyzers/Moq.Analyzers.csproj @@ -18,7 +18,7 @@ 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. Upgraded to support Visual Studio 2019 2017 Andrey Lipatkin - moq, mock, test, analyzers + moq, tdd, mocking, mocks, unittesting, agile, unittest, mock, test, analyzers true From 9adc3a8d4ce8c1cacdb9bbecdbadc17b3e89cf11 Mon Sep 17 00:00:00 2001 From: Richard Murillo Date: Tue, 4 Jun 2024 08:52:49 -0700 Subject: [PATCH 3/5] Update nuget package metadata to link to releases --- Source/Moq.Analyzers/Moq.Analyzers.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Moq.Analyzers/Moq.Analyzers.csproj b/Source/Moq.Analyzers/Moq.Analyzers.csproj index a6ea9dd8..66ba6c14 100644 --- a/Source/Moq.Analyzers/Moq.Analyzers.csproj +++ b/Source/Moq.Analyzers/Moq.Analyzers.csproj @@ -16,7 +16,7 @@ false README.md 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. - Upgraded to support Visual Studio 2019 + A changelog is available at https://github.com/Litee/moq.analyzers/releases 2017 Andrey Lipatkin moq, tdd, mocking, mocks, unittesting, agile, unittest, mock, test, analyzers true From ba893770925194859fce5d7e5099f6683287b402 Mon Sep 17 00:00:00 2001 From: Richard Murillo Date: Tue, 4 Jun 2024 08:54:24 -0700 Subject: [PATCH 4/5] Update package authors tag --- Source/Moq.Analyzers/Moq.Analyzers.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Moq.Analyzers/Moq.Analyzers.csproj b/Source/Moq.Analyzers/Moq.Analyzers.csproj index 66ba6c14..3140d68c 100644 --- a/Source/Moq.Analyzers/Moq.Analyzers.csproj +++ b/Source/Moq.Analyzers/Moq.Analyzers.csproj @@ -10,7 +10,7 @@ Moq.Analyzers - Andrey "Litee" Lipatkin + Matt Kotsenas, Andrey "Litee" Lipatkin, Richard Murillo BSD-3-Clause https://github.com/Litee/moq.analyzers false From bcd13ca5c2411067ae0ec26e96c231369fbba907 Mon Sep 17 00:00:00 2001 From: Richard Murillo Date: Tue, 4 Jun 2024 08:57:42 -0700 Subject: [PATCH 5/5] Update PackageTests.Baseline#manifest.verified.nuspec Updated with values from updated .csproj --- .../PackageTests.Baseline#manifest.verified.nuspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Source/Moq.Analyzers.Test/PackageTests.Baseline#manifest.verified.nuspec b/Source/Moq.Analyzers.Test/PackageTests.Baseline#manifest.verified.nuspec index 4a62f7db..04c1cdef 100644 --- a/Source/Moq.Analyzers.Test/PackageTests.Baseline#manifest.verified.nuspec +++ b/Source/Moq.Analyzers.Test/PackageTests.Baseline#manifest.verified.nuspec @@ -1,17 +1,17 @@ - + Moq.Analyzers ******** - Andrey "Litee" Lipatkin + Matt Kotsenas, Andrey "Litee" Lipatkin, Richard Murillo true BSD-3-Clause https://licenses.nuget.org/BSD-3-Clause README.md https://github.com/Litee/moq.analyzers 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. - Upgraded to support Visual Studio 2019 - 2015-2019 Andrey Lipatkin - moq, mock, test, analyzers + A changelog is available at https://github.com/Litee/moq.analyzers/releases + 2017 Andrey Lipatkin + moq, tdd, mocking, mocks, unittesting, agile, unittest, mock, test, analyzers