Skip to content

Commit 5aeda39

Browse files
SajjadAlipoursoheilpro
authored andcommitted
Version 1.0.8
1 parent 4d6a6d3 commit 5aeda39

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
[assembly: AssemblyProduct("Xinq")]
99
[assembly: AssemblyCopyright("Copyright 2007-2021 Soheil Rashidi")]
1010
[assembly: ComVisible(true)]
11-
[assembly: AssemblyVersion("1.0.7")]
11+
[assembly: AssemblyVersion("1.0.8")]

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.7</value>
147+
<value>1.0.8</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
@@ -10,7 +10,7 @@
1010
namespace Xinq
1111
{
1212
[PackageRegistration(UseManagedResourcesOnly = true, AllowsBackgroundLoading = true)]
13-
[InstalledProductRegistration("#110", "#112", "1.0.7", IconResourceID = 400)]
13+
[InstalledProductRegistration("#110", "#112", "1.0.8", IconResourceID = 400)]
1414
[ProvideXmlEditorChooserDesignerView("Xinq Designer", "xinq", LogicalViewID.Designer, 0x60, DesignerLogicalViewEditor = typeof(XinqEditorFactory), Namespace = "http://schemas.microsoft.com/developer/vstemplate/2005", MatchExtensionAndNamespace = false)]
1515
[ProvideEditorLogicalView(typeof(XinqEditorFactory), LogicalViewID.Designer)]
1616
[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.7" Language="en-US" Publisher="Soheil Rashidi" />
4+
<Identity Id="Xinq.487467cc-91cf-4e39-b3db-0f271d6ef177" Version="1.0.8" 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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Xinq makes it extremely easy to manage database queries inside Visual Studio.
66

77
## Download
88

9+
- Visual Studio 2022: [xinq-v1.0.8.vsix](https://github.com/soheilpro/Xinq/releases/download/v1.0.8/xinq-v1.0.8.vsix)
10+
- Visual Studio 2019: [xinq-v1.0.7.vsix](https://github.com/soheilpro/Xinq/releases/download/v1.0.7/xinq-v1.0.7.vsix)
911
- Visual Studio 2013/2015/2017: [xinq-v1.0.5.vsix](https://github.com/soheilpro/Xinq/releases/download/v1.0.5/xinq-v1.0.5.vsix)
1012
- Visual Studio 2010/2012: [xinq-v1.0.2-vs10_11.vsix](https://github.com/soheilpro/Xinq/releases/download/v1.0.2-vs10_11/xinq-v1.0.2-vs10_11.vsix)
1113

@@ -22,6 +24,8 @@ Double-click the downloaded .vsix file to install it.
2224
```
2325

2426
## Version History
27+
+ **1.0.8**
28+
+ Added support for Visual Studio 2022.
2529
+ **1.0.7**
2630
+ Added support for Visual Studio 2019.
2731
+ Fixed null exception when opening queries in Visual Studio 2019.
@@ -43,7 +47,7 @@ Double-click the downloaded .vsix file to install it.
4347
+ http://github.com/soheilpro
4448

4549
## Copyright and License
46-
Copyright 2018 Soheil Rashidi
50+
Copyright 2021 Soheil Rashidi
4751

4852
Licensed under the The MIT License (the "License");
4953
you may not use this work except in compliance with the License.

0 commit comments

Comments
 (0)