summaryrefslogtreecommitdiff
path: root/projects/nuget
diff options
context:
space:
mode:
authorKirk Shoop <kirk.shoop@microsoft.com>2015-02-24 15:17:41 -0800
committerKirk Shoop <kirk.shoop@microsoft.com>2015-02-24 17:30:38 -0800
commit20706a51e3d7ebfe390ff9653c3f3200af752fd0 (patch)
treeaac9e500ffbf8314951f62d309410628eacdb4bb /projects/nuget
parent93f04f7a7b8a2ab6fafb72debd37d3342054bd8e (diff)
downloadRxCpp-20706a51e3d7ebfe390ff9653c3f3200af752fd0.tar.gz
update nuget description
Diffstat (limited to 'projects/nuget')
-rw-r--r--projects/nuget/rxcpp.autoconfig15
1 files changed, 8 insertions, 7 deletions
diff --git a/projects/nuget/rxcpp.autoconfig b/projects/nuget/rxcpp.autoconfig
index bb3b63e..25d1193 100644
--- a/projects/nuget/rxcpp.autoconfig
+++ b/projects/nuget/rxcpp.autoconfig
@@ -1,7 +1,7 @@
nuget {
nuspec {
id = rxcpp;
- version : 1.0.2;
+ version : 2.1.1;
title: Reactive Extensions for C++;
authors: {Microsoft Open Technologies Inc.};
owners: {Microsoft Open Technologies Inc.};
@@ -10,10 +10,11 @@ nuget {
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.";
- releaseNotes: "This release has many new operators and schedulers. Also some preliminary support for MVVM in WinRT.";
- copyright: Copyright 2013;
- tags: { RxCpp, RxC++, Rx, Reactive, Observable, Functional, native};
+ 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.
+ 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;
+ tags: { RxCpp, RxC++, Rx, Reactive, Observable, Functional, native, nativepackage};
};
files {
@@ -21,8 +22,8 @@ nuget {
#defines {
SDK_RX = ..\..\;
}
- include: { "${SDK_RX}Rx\v2\src\**\*", "${SDK_RX}Ix\CPP\src\**\*" };
- docs: { ${SDK_RX}Readme.html, ${SDK_RX}AUTHORS.txt, ${SDK_RX}v2\license.txt };
+ include: { "${SDK_RX}Rx\v2\src\**\*" };
+ docs: { ${SDK_RX}AUTHORS.txt, ${SDK_RX}Rx\v2\license.txt, ${SDK_RX}Rx\v2\examples\**\* };
}
targets {