Skip to content

Commit a071990

Browse files
committed
Bumped version to 1.0.5.
1 parent 8df0f39 commit a071990

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014 Soheil Rashidi
1+
Copyright (c) 2018 Soheil Rashidi
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

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-2012 Soheil Rashidi")]
9+
[assembly: AssemblyCopyright("Copyright 2007-2018 Soheil Rashidi")]
1010
[assembly: ComVisible(true)]
11-
[assembly: AssemblyVersion("1.0.4")]
11+
[assembly: AssemblyVersion("1.0.5")]

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.4", IconResourceID = 400)]
11+
[InstalledProductRegistration("#110", "#112", "1.0.5", 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
@@ -3,7 +3,7 @@
33
<Identifier Id="C2BD518B-C09A-401C-B9D0-93736786E488">
44
<Name>Xinq</Name>
55
<Author>Soheil Rashidi</Author>
6-
<Version>1.0.4</Version>
6+
<Version>1.0.5</Version>
77
<Description xml:space="preserve">Xml Integrated Query</Description>
88
<Locale>1033</Locale>
99
<Icon>XinqPackage.ico</Icon>

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Xinq makes it extremely easy to manage database queries inside Visual Studio.
66

77
## Download
88

9-
- Visual Studio 2013/2015: [xinq-v1.0.4.vsix](https://github.com/soheilpro/Xinq/releases/download/v1.0.4/xinq-v1.0.4.vsix.zip)
9+
- 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)
1010
- 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)
1111

1212
## Install
@@ -22,6 +22,9 @@ Double-click the downloaded .vsix file to install it.
2222
```
2323

2424
## Version History
25+
+ **1.0.5**
26+
+ Added support for Visual Studio 2017.
27+
+ Enabled scroll bars for the text editor.
2528
+ **1.0.4**
2629
+ Fixed a bug in generating the Queries class.
2730
+ **1.0.3**
@@ -37,7 +40,7 @@ Double-click the downloaded .vsix file to install it.
3740
+ http://github.com/soheilpro
3841

3942
## Copyright and License
40-
Copyright 2014 Soheil Rashidi
43+
Copyright 2018 Soheil Rashidi
4144

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

0 commit comments

Comments
 (0)