Skip to content

Commit 26245a2

Browse files
committed
MediatRAddRequestHandlerAndRequest v2.0
1 parent 8a7ec7f commit 26245a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MediatRAddRequestHandlerAndRequest/MediatRAddRequestHandlerAndRequest.Vsix/source.extension.vsixmanifest

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="MediatRAddRequestHandlerAndRequest.c895fddc-d583-4005-82e8-c862522b036f" Version="1.7" Language="en-US" Publisher="NeVeS"/>
4+
<Identity Id="MediatRAddRequestHandlerAndRequest.c895fddc-d583-4005-82e8-c862522b036f" Version="2.0" Language="en-US" Publisher="NeVeS"/>
55
<DisplayName>MediatR add RequestHandler and Request</DisplayName>
66
<Description xml:space="preserve">Code refactoring that adds MediatR RequestHandler and Request boilerplate code based on the selected method name and return type.</Description>
77
<MoreInfo>https://github.com/NeVeSpl/CodeRefactoringsForVisualStudio#MediatRAddRequestHandlerAndRequest</MoreInfo>
88
<Icon>MediatRAddRequestHandlerAndRequest.Logo.png</Icon>
99
</Metadata>
1010
<Installation>
11-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,17.0)">
11+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.11,17.0)">
1212
<ProductArchitecture>x86</ProductArchitecture>
1313
</InstallationTarget>
1414
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,18.0)">

0 commit comments

Comments
 (0)