From 7f8718f130b620282e112ce5e9a776dd56264faf Mon Sep 17 00:00:00 2001 From: Eirik Tsarpalis Date: Wed, 7 Oct 2015 14:46:15 +0300 Subject: [PATCH 1/2] Add Nessos testimonial --- docs/content/testimonials.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/content/testimonials.md b/docs/content/testimonials.md index 037fad2e9b..006e5d2578 100644 --- a/docs/content/testimonials.md +++ b/docs/content/testimonials.md @@ -44,6 +44,19 @@ Paket has enabled us to explicitly define our constraints and forces us to think Chris Haines (Development Team Lead) [@cjbhaines](https://twitter.com/cjbhaines), [Betgenius](http://www.betgenius.com) +[Betgenius](http://www.betgenius.com) + +## Nessos + +> Paket is an excellent dependency management and package authoring tool that has greatly improved our productivity. + +[Nessos](http://www.nessos.gr/) is an Athens, Greece based ISV and consultancy focused on .NET/F# technologies with expertise in tailored business applications and scalable computation. Nessos is a [major contributor](https://github.com/nessos) in .NET open source software and is author and primary contributor of the [MBrace](http://www.m-brace.net/) distributed computation library. + +Paket has enabled us to quickly and effectively control dependencies in large and complicated projects we have been developing both in-house and in our open source development. Its simple design philosophy is an excellent match to FAKE and git and is ideal for cross platform development. Special mention needs to made of paket pack: we heavily modularize our code in small nuget packages that need to be updated often. The default nuget tooling for authoring packages was cumbersome to use since dependency constraints needed to be edited by hand. This often resulted in accidental releases of dud packages. Packet pack does away with that concern; authoring a package update now takes less than 10 seconds of manual work. + +Eirik Tsarpalis (Nessos R&D) [@eiriktsarpalis](https://twitter.com/eiriktsarpalis), [Nessos](http://www.nessos.gr) + + ## Please contribute your testimonials! Adding new testimonials to this page is easy. Just write your quote in plain text, using some Markdown formatting and send a pull request to [docs/content/testimonials.md](https://github.com/fsprojects/Paket/blob/master/docs/content/testimonials.md). From 289847612a4a6747b8ea7237a7417b06ded7c370 Mon Sep 17 00:00:00 2001 From: Eirik Tsarpalis Date: Wed, 7 Oct 2015 14:47:54 +0300 Subject: [PATCH 2/2] Update testimonials.md --- docs/content/testimonials.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/content/testimonials.md b/docs/content/testimonials.md index 006e5d2578..b63c237440 100644 --- a/docs/content/testimonials.md +++ b/docs/content/testimonials.md @@ -44,8 +44,6 @@ Paket has enabled us to explicitly define our constraints and forces us to think Chris Haines (Development Team Lead) [@cjbhaines](https://twitter.com/cjbhaines), [Betgenius](http://www.betgenius.com) -[Betgenius](http://www.betgenius.com) - ## Nessos > Paket is an excellent dependency management and package authoring tool that has greatly improved our productivity.