Skip to content

Commit

Permalink
Version 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
SajjadAlipour authored and soheilpro committed Nov 13, 2021
1 parent 4d6a6d3 commit 5aeda39
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Projects/Package/Sources/Xinq/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
[assembly: AssemblyProduct("Xinq")]
[assembly: AssemblyCopyright("Copyright 2007-2021 Soheil Rashidi")]
[assembly: ComVisible(true)]
[assembly: AssemblyVersion("1.0.7")]
[assembly: AssemblyVersion("1.0.8")]
2 changes: 1 addition & 1 deletion Projects/Package/Sources/Xinq/Resources/Package.resx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<comment>Displayed in the 'About' dialog as product name</comment>
</data>
<data name="111" xml:space="preserve">
<value>1.0.7</value>
<value>1.0.8</value>
<comment>Displayed in the 'About' dialog as product version</comment>
</data>
<data name="112" xml:space="preserve">
Expand Down
2 changes: 1 addition & 1 deletion Projects/Package/Sources/Xinq/XinqPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Xinq
{
[PackageRegistration(UseManagedResourcesOnly = true, AllowsBackgroundLoading = true)]
[InstalledProductRegistration("#110", "#112", "1.0.7", IconResourceID = 400)]
[InstalledProductRegistration("#110", "#112", "1.0.8", IconResourceID = 400)]
[ProvideXmlEditorChooserDesignerView("Xinq Designer", "xinq", LogicalViewID.Designer, 0x60, DesignerLogicalViewEditor = typeof(XinqEditorFactory), Namespace = "http://schemas.microsoft.com/developer/vstemplate/2005", MatchExtensionAndNamespace = false)]
[ProvideEditorLogicalView(typeof(XinqEditorFactory), LogicalViewID.Designer)]
[ProvideEditorExtension(typeof(XinqEditorFactory), ".xinq", 32, ProjectGuid = vsContextGuids.vsContextGuidVCSProject, NameResourceID = 105)]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="Xinq.487467cc-91cf-4e39-b3db-0f271d6ef177" Version="1.0.7" Language="en-US" Publisher="Soheil Rashidi" />
<Identity Id="Xinq.487467cc-91cf-4e39-b3db-0f271d6ef177" Version="1.0.8" Language="en-US" Publisher="Soheil Rashidi" />
<DisplayName>Xinq</DisplayName>
<Description xml:space="preserve">Xml Integrated Query</Description>
<Icon>Resources\XinqPackage.ico</Icon>
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Xinq makes it extremely easy to manage database queries inside Visual Studio.

## Download

- Visual Studio 2022: [xinq-v1.0.8.vsix](https://github.com/soheilpro/Xinq/releases/download/v1.0.8/xinq-v1.0.8.vsix)
- Visual Studio 2019: [xinq-v1.0.7.vsix](https://github.com/soheilpro/Xinq/releases/download/v1.0.7/xinq-v1.0.7.vsix)
- 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)
- 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)

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

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

## Copyright and License
Copyright 2018 Soheil Rashidi
Copyright 2021 Soheil Rashidi

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

0 comments on commit 5aeda39

Please sign in to comment.