-
-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Builds a release for Examine.AzureDirectory - first real release
- Loading branch information
Showing
11 changed files
with
55 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<build> | ||
<project id="Examine" version="0.1.90"/> | ||
<project id="Examine.AzureDirectory" version="1.0.0"/> | ||
<project id="Examine.AzureDirectory" version="0.1.90"/> | ||
</build> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 23 additions & 23 deletions
46
build/Nuspecs/Examine/Examine.nuspec → src/Examine/Examine.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata> | ||
<id>Examine</id> | ||
<version>0.0.0.0</version> | ||
<title>Examine</title> | ||
<authors>Shannon Deminick</authors> | ||
<owners>Shannon Deminick</owners> | ||
<projectUrl>https://github.com/Shazwazza/Examine</projectUrl> | ||
<licenseUrl>http://www.opensource.org/licenses/ms-pl</licenseUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Examine is a wrapper for getting a Lucene index up and running for any type of data and comes with an API to search it. You can either use the Fluent API that the library comes with or use raw Lucene query syntax. The indexing is configurable and will allow both synchronous and asynchronous indexing and everything works happily in web projects too.</description> | ||
<summary>Examine is a wrapper for getting a Lucene index up and running for any type of data and comes with an API to search it</summary> | ||
<tags>examine search lucene</tags> | ||
<copyright>$copyright$</copyright> | ||
<dependencies> | ||
<dependency id="Lucene.Net" version="2.9.4.1" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="Examine.dll" target="lib\net45\Examine.dll" /> | ||
<file src="Examine.pdb" target="lib\net45\Examine.pdb" /> | ||
</files> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata> | ||
<id>Examine</id> | ||
<version>0.0.0.0</version> | ||
<title>Examine</title> | ||
<authors>Shannon Deminick</authors> | ||
<owners>Shannon Deminick</owners> | ||
<projectUrl>https://github.com/Shazwazza/Examine</projectUrl> | ||
<licenseUrl>http://www.opensource.org/licenses/ms-pl</licenseUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Examine is a wrapper for getting a Lucene index up and running for any type of data and comes with an API to search it. You can either use the Fluent API that the library comes with or use raw Lucene query syntax. The indexing is configurable and will allow both synchronous and asynchronous indexing and everything works happily in web projects too.</description> | ||
<summary>Examine is a wrapper for getting a Lucene index up and running for any type of data and comes with an API to search it</summary> | ||
<tags>examine search lucene</tags> | ||
<copyright>$copyright$</copyright> | ||
<dependencies> | ||
<dependency id="Lucene.Net" version="2.9.4.1" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="bin\Release\Examine.dll" target="lib\net452\Examine.dll" /> | ||
<file src="bin\Release\Examine.pdb" target="lib\net452\Examine.pdb" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters