Skip to content

Commit 9090d13

Browse files
author
zzzprojects
committed
Migrate codeplex to github
Migrate codeplex to github
1 parent 94e3c6b commit 9090d13

File tree

171 files changed

+33047
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

171 files changed

+33047
-0
lines changed

docs/404.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
permalink: /404.html
3+
---
4+
5+
<div style="margin-top: 60px;"></div>
6+
Oops! The page has moved, or the link is broken.
7+
8+
Let us know how you landed on this page, and we will try to fix the link: <a href="mailto:[email protected]">[email protected]</a>
9+
10+
Go to <a href="http://entityframework-extensions.net/">Home</a>

docs/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
findandreplace.io

docs/_config.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
highlighter: rouge
2+
gems:
3+
- jekyll-sitemap
4+
- jekyll-redirect-from
5+
ga: "UA-55584370-8"
6+
defaults:
7+
-
8+
scope:
9+
path: ""
10+
values:
11+
layout: "default"
12+
-
13+
scope:
14+
path: ""
15+
type: "pages"
16+
values:
17+
last_modified_at: "2017-03-13"

docs/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: post
3+
permalink: index
4+
redirect_to: 'https://github.com/zzzprojects/findandreplace'
5+
---
6+
102 KB
Binary file not shown.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
3+
<metadata>
4+
<id>CommandLineParser</id>
5+
<version>1.9.71</version>
6+
<title>Command Line Parser Library</title>
7+
<authors>Giacomo Stelluti Scala</authors>
8+
<owners>Giacomo Stelluti Scala</owners>
9+
<licenseUrl>https://raw.github.com/gsscoder/commandline/master/doc/LICENSE</licenseUrl>
10+
<projectUrl>https://github.com/gsscoder/commandline</projectUrl>
11+
<iconUrl>https://github.com/gsscoder/commandline/raw/master/art/CommandLine.png</iconUrl>
12+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13+
<description>The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.</description>
14+
<releaseNotes />
15+
<copyright>Copyright (c) 2005 - 2013 Giacomo Stelluti Scala</copyright>
16+
<language />
17+
<tags>command line argument option parser parsing library syntax shell</tags>
18+
</metadata>
19+
</package>
57 KB
Binary file not shown.

lib/CommandLineParser.1.9.71/lib/net35/CommandLine.xml

Lines changed: 1390 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
57 KB
Binary file not shown.

lib/CommandLineParser.1.9.71/lib/net40/CommandLine.xml

Lines changed: 1390 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)