Skip to content

Commit a17c5a7

Browse files
SajjadAlipoursoheilpro
authored andcommitted
Version 1.0.7
1 parent 3b24003 commit a17c5a7

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

Projects/Package/Sources/Xinq/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
[assembly: AssemblyConfiguration("")]
77
[assembly: AssemblyCompany("Soheil Rashidi")]
88
[assembly: AssemblyProduct("Xinq")]
9-
[assembly: AssemblyCopyright("Copyright 2007-2018 Soheil Rashidi")]
9+
[assembly: AssemblyCopyright("Copyright 2007-2021 Soheil Rashidi")]
1010
[assembly: ComVisible(true)]
11-
[assembly: AssemblyVersion("1.0.5")]
11+
[assembly: AssemblyVersion("1.0.7")]

Projects/Package/Sources/Xinq/Resources/Package.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
<comment>Displayed in the 'About' dialog as product name</comment>
145145
</data>
146146
<data name="111" xml:space="preserve">
147-
<value>1.0.4</value>
147+
<value>1.0.7</value>
148148
<comment>Displayed in the 'About' dialog as product version</comment>
149149
</data>
150150
<data name="112" xml:space="preserve">

Projects/Package/Sources/Xinq/XinqPackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
namespace Xinq
99
{
1010
[PackageRegistration(UseManagedResourcesOnly = true)]
11-
[InstalledProductRegistration("#110", "#112", "1.0.5", IconResourceID = 400)]
11+
[InstalledProductRegistration("#110", "#112", "1.0.7", IconResourceID = 400)]
1212
[ProvideXmlEditorChooserDesignerView("Xinq Designer", "xinq", LogicalViewID.Designer, 0x60, DesignerLogicalViewEditor = typeof(XinqEditorFactory), Namespace = "http://schemas.microsoft.com/developer/vstemplate/2005", MatchExtensionAndNamespace = false)]
1313
[ProvideEditorLogicalView(typeof(XinqEditorFactory), LogicalViewID.Designer)]
1414
[ProvideEditorExtension(typeof(XinqEditorFactory), ".xinq", 32, ProjectGuid = vsContextGuids.vsContextGuidVCSProject, NameResourceID = 105)]

Projects/Package/Sources/Xinq/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="Xinq.487467cc-91cf-4e39-b3db-0f271d6ef177" Version="1.0.5" Language="en-US" Publisher="Soheil Rashidi" />
4+
<Identity Id="Xinq.487467cc-91cf-4e39-b3db-0f271d6ef177" Version="1.0.7" Language="en-US" Publisher="Soheil Rashidi" />
55
<DisplayName>Xinq</DisplayName>
66
<Description xml:space="preserve">Xml Integrated Query</Description>
77
<Icon>Resources\XinqPackage.ico</Icon>

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Double-click the downloaded .vsix file to install it.
2222
```
2323

2424
## Version History
25+
+ **1.0.7**
26+
+ Added support for Visual Studio 2019.
27+
+ Fixed null exception when opening queries in Visual Studio 2019.
2528
+ **1.0.5**
2629
+ Added support for Visual Studio 2017.
2730
+ Enabled scroll bars for the text editor.

0 commit comments

Comments
 (0)