Metadata >> NuGet >> PatternMatcher

PatternMatcher

Metadata

Authors Tom Jacques
Copyrights Copyright 2013
Description Binaries for the PatternMatcher library. Visit https://github.com/tejacques/PatternMatcher for an overview and usage examples.
LicenseUrl https://github.com/tejacques/PatternMatcher/blob/master/LICENSE
Owners Tom Jacques
ProjectUrl https://github.com/tejacques/PatternMatcher/
ReleaseNotes Version Release Notes: Version 1.0.0: - Adds the PatternMatcher class to Functional.PatternMatching - PatternMatcher is a fluent API that allows you to execute code based on how input matches specified patterns - Patterns can match on type as well as value - Adds the Match<T> and Match<TIn,TOut> extension methods to objects to create a PatternMatcher for a value
RequireLicenseAcceptance False
Summary An open source PatternMatcher for C#.
Tags Functional Pattern Patterns Matching Matcher PatternMaching PatternMatcher
Title PatternMatcher
PackageSize 12448
PackageHashAlgorithm SHA512
PackageHash 0QxGiT0FLuOitE9IiPAVwb6dJjXDtwRpXl763A4Bm2c97WHxHWcgBOOwQSQDaswUO2ECpzSaCWVi939m98VFDw==
DownloadCount 000000
CreatedDate 2013-09-30T07:30:22

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install PatternMatcher -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install PatternMatcher -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package PatternMatcher
Installing the package (HTTP Basic authentication):
Install-Package PatternMatcher -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package PatternMatcher -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package PatternMatcher

OpenWrap

Installing the package:
o add-wrap PatternMatcher
Uninstalling the package:
o remove-wrap PatternMatcher

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.0.0