Skip to content

Commit 8a7ec7f

Browse files
committed
EncapsulateFieldForWPF. v2.0
1 parent dd14acf commit 8a7ec7f

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

EncapsulateFieldForWPF/EncapsulateFieldForWPF.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="EncapsulateFieldForWPF.Vsix.2e13edc9-b127-4386-9054-92aaee5c2d6b" Version="1.8" Language="en-US" Publisher="NeVeS" />
4+
<Identity Id="EncapsulateFieldForWPF.Vsix.2e13edc9-b127-4386-9054-92aaee5c2d6b" Version="2.0" Language="en-US" Publisher="NeVeS" />
55
<DisplayName>Encapsulate field for WPF</DisplayName>
66
<Description xml:space="preserve">Code refactoring that introduces full property implementation with invocation of OnPropertyChanged in Visual Studio</Description>
77
<MoreInfo>https://github.com/NeVeSpl/CodeRefactoringsForVisualStudio#EncapsulateFieldForWPF</MoreInfo>
88
<Icon>EncapsulateFieldForWPF.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
@@ -30,13 +30,6 @@ Visual Studio code refactoring that replaces an auto-property with full property
3030

3131
Visual Studio code refactoring that creates full property implementation with an invocation of OnPropertyChanged in a setter for a selected set of backing fields.
3232

33-
##### Changelog
34-
35-
version 1.5
36-
- icon added to vsix
37-
38-
version 1.4
39-
- performance improvement, a new way of determining the name of a method that by convention is called "OnPropertyChanged"
4033

4134

4235
### <a name="IntroduceParameterObject"></a>4. Introduce parameter object - [download](https://marketplace.visualstudio.com/items?itemName=NeVeS.IntroduceParameterObject)

0 commit comments

Comments
 (0)