Skip to content

Commit dea49c8

Browse files
committed
IntroduceParameterObject v2.0
1 parent 26245a2 commit dea49c8

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

IntroduceParameterObject/IntroduceParameterObject.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="IntroduceParameterObject.fe674834-e5d3-4b3f-8b01-0146db4f8b1c" Version="1.8.1" Language="en-US" Publisher="NeVeS"/>
4+
<Identity Id="IntroduceParameterObject.fe674834-e5d3-4b3f-8b01-0146db4f8b1c" Version="2.0" Language="en-US" Publisher="NeVeS"/>
55
<DisplayName>Introduce parameter object</DisplayName>
66
<Description xml:space="preserve">Code refactoring that introduces parameter object in place of method arguments</Description>
77
<MoreInfo>https://github.com/NeVeSpl/CodeRefactoringsForVisualStudio#IntroduceParameterObject</MoreInfo>
88
<Icon>IntroduceParameterObject.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)">

README.md

-7
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,6 @@ Visual Studio implementation of code refactoring [Introduce Parameter Object](ht
4444
- it does not support generic type parameters
4545
- updating method body is done syntactically, not semantically, it means they may appear conflicts if a method parameter shares the same name with something else
4646

47-
##### Changelog
48-
49-
version 1.1
50-
- fixed crash caused by array parameter
51-
52-
53-
5447

5548

5649
### <a name="MediatRAddRequestHandlerAndRequest"></a>5. MediatR add RequestHandler and Request - [download](https://marketplace.visualstudio.com/items?itemName=NeVeS.MediatRAddRequestHandlerAndRequest)

0 commit comments

Comments
 (0)