Skip to content

Commit f92e4a1

Browse files
committed
Bump the version to 1.5.7
1 parent e05d5ab commit f92e4a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/XrmTools/source.extension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ internal sealed partial class Vsix
1212
public const string Name = "Xrm Tools";
1313
public const string Description = @"Xrm Tools is a Visual Studio extension that makes Power Platform development feel native, with IntelliSense for plugins, boilerplate and typed entity generation, and first-class FetchXML support.";
1414
public const string Language = "en-US";
15-
public const string Version = "1.5.6";
15+
public const string Version = "1.5.7";
1616
public const string Author = "Reza Niroomand";
1717
public const string Tags = "Power Platform, Dataverse, Power Apps, XRM";
1818
public const bool IsPreview = false;

src/XrmTools/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
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="XrmTools.eba3cd26-ffad-444f-b4ef-771d430bacef" Version="1.5.6" Language="en-US" Publisher="Reza Niroomand" />
4+
<Identity Id="XrmTools.eba3cd26-ffad-444f-b4ef-771d430bacef" Version="1.5.7" Language="en-US" Publisher="Reza Niroomand" />
55
<DisplayName>Xrm Tools</DisplayName>
66
<Description xml:space="preserve">Xrm Tools is a Visual Studio extension that makes Power Platform development feel native, with IntelliSense for plugins, boilerplate and typed entity generation, and first-class FetchXML support.</Description>
77
<MoreInfo>https://github.com/rezanid/xrmtools</MoreInfo>

0 commit comments

Comments
 (0)