summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorKirk Shoop <kirk.shoop@microsoft.com>2016-12-08 16:08:03 -0800
committerKirk Shoop <kirk.shoop@microsoft.com>2016-12-08 16:08:03 -0800
commit3ba04a7f41a0e3b3136c29477e6ac68368b39a1a (patch)
tree4e5801d3157bf4643f9172fff7725a37e72f2d7c /projects
parent70be0c28fe9d346b6d2b27406479390c8e4719da (diff)
downloadRxCpp-3ba04a7f41a0e3b3136c29477e6ac68368b39a1a.tar.gz
rcxpp nuget 3.0.1
Diffstat (limited to 'projects')
-rw-r--r--projects/nuget/rxcpp.autoconfig14
1 files changed, 7 insertions, 7 deletions
diff --git a/projects/nuget/rxcpp.autoconfig b/projects/nuget/rxcpp.autoconfig
index 25d1193..aa159e7 100644
--- a/projects/nuget/rxcpp.autoconfig
+++ b/projects/nuget/rxcpp.autoconfig
@@ -1,19 +1,19 @@
nuget {
nuspec {
id = rxcpp;
- version : 2.1.1;
+ version : 3.0.1;
title: Reactive Extensions for C++;
authors: {Microsoft Open Technologies Inc.};
owners: {Microsoft Open Technologies Inc.};
- licenseUrl: "http://rxcpp.codeplex.com/license";
- projectUrl: "https://rxcpp.codeplex.com/";
+ licenseUrl: "https://github.com/Reactive-Extensions/RxCpp/blob/master/license.md";
+ projectUrl: "https://github.com/Reactive-Extensions/RxCpp";
iconUrl: "http://go.microsoft.com/fwlink/?LinkId=261274";
requireLicenseAcceptance:false;
- summary: "The Reactive Extensions (Rx) asynchronous programming library";
- description: @"The Reactive Extensions (Rx) is a library for composing asynchronous and event-based programs using observable sequences and operators. Operators are the asynchronous form of standard library algorithms and they operate on Observables instead of iterators. Using Rx, developers represent asynchronous data streams with Observables, query asynchronous data streams using operators, and parameterize the concurrency in the asynchronous data streams using Schedulers.
+ summary: "The Reactive Extensions (Rx) asynchronous algorithm library";
+ description: @"The Reactive Extensions for C++ (RxCpp) is a library of algorithms for values-distributed-in-time. The Range-v3 library does the same for values-distributed-in-space.
Compiles for gcc, clang and VisualStudio on Linux, OSX and Windows.";
- releaseNotes: "bug fixes, blocking_observable, tracing hooks and new operators; subscribe_on/observe_on, repeat, skip, finally, group_by, window, retry, scope, start_with, first, last, count";
- copyright: Copyright 2014;
+ releaseNotes: "rx lite, bug fixes, debounce, exists, contains, any, timeout, with_latest_from, all, timestamp, window_toggle, take_last, skip_last, time_interval, switch_if_empty, default_if_empty, sequence_equal";
+ copyright: Copyright 2016;
tags: { RxCpp, RxC++, Rx, Reactive, Observable, Functional, native, nativepackage};
};