Skip to content

Commit e081213

Browse files
committed
prepare release 1.0.0
1 parent 5018853 commit e081213

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ We use [SemVer](http://semver.org/) for versioning. For the versions available,
3737

3838
## Authors
3939
* **Mykyta Lytvynenko**
40+
* **Vitalii Pasko**
4041

4142
## License
4243
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

src/CreatioExtensionForVS/source.extension.vsixmanifest

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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="CreatioExtensionForVS.11c4dde8-b4c6-4e7d-ad59-80f3fb1166f3" Version="0.2.0" Language="en-US" Publisher="Mykyta Lytvynenko" />
4+
<Identity Id="CreatioExtensionForVS.11c4dde8-b4c6-4e7d-ad59-80f3fb1166f3" Version="1.0.0" Language="en-US" Publisher="Creatio Labs" />
55
<DisplayName>Creatio Extension for Visual Studio</DisplayName>
66
<Description xml:space="preserve">The set of extensions, templates, and snippets that will increase your productivity developing on Creatio platform.</Description>
77
<MoreInfo>https://github.com/nktlitvinenko/Creatio-Extension-for-Visual-Studio</MoreInfo>
@@ -10,7 +10,6 @@
1010
<Icon>Resources\creatio-circle.png</Icon>
1111
<PreviewImage>Resources\creatio-circle.png</PreviewImage>
1212
<Tags>creatio</Tags>
13-
<Preview>true</Preview>
1413
</Metadata>
1514
<Installation>
1615
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0, 17.0)" />

0 commit comments

Comments
 (0)