Skip to content

Commit 1d0e343

Browse files
committed
Added LICENSE and README files.
1 parent 46ce739 commit 1d0e343

File tree

3 files changed

+55
-0
lines changed

3 files changed

+55
-0
lines changed

LICENSE

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Copyright (c) 2014 Soheil Rashidi
2+
3+
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:
4+
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6+
7+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Xinq
2+
Xinq makes it extremely easy to manage database queries inside Visual Studio.
3+
4+
## Screenshots
5+
![Screenshot](Screenshot.png)
6+
7+
## Download
8+
9+
- Visual Studio 2013: [xinq-v1.0.2-vs12.vsix](https://github.com/soheilpro/Xinq/releases/download/v1.0.2-vs12/xinq-v1.0.2-vs12.vsix)
10+
- 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)
11+
12+
## Install
13+
Double-click the downloaded .vsix file to install it.
14+
15+
## Usage
16+
17+
1. Add an **XML Integrated Query** file to your project.
18+
2. Use the presented designer to add and edit queries.
19+
3. Reference queries in your code:
20+
```
21+
command.CommandText = UserQueries.GetNewUsers.Text;
22+
```
23+
24+
## Version History
25+
+ **1.0.2**
26+
+ Initial release
27+
28+
## Author
29+
**Soheil Rashidi**
30+
31+
+ http://soheilrashidi.com
32+
+ http://twitter.com/soheilpro
33+
+ http://github.com/soheilpro
34+
35+
## Copyright and License
36+
Copyright 2014 Soheil Rashidi
37+
38+
Licensed under the The MIT License (the "License");
39+
you may not use this work except in compliance with the License.
40+
You may obtain a copy of the License in the LICENSE file, or at:
41+
42+
http://www.opensource.org/licenses/mit-license.php
43+
44+
Unless required by applicable law or agreed to in writing, software
45+
distributed under the License is distributed on an "AS IS" BASIS,
46+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
47+
See the License for the specific language governing permissions and
48+
limitations under the License.

Screenshot.png

78.3 KB
Loading

0 commit comments

Comments
 (0)