Skip to content

Commit 08c47e4

Browse files
author
Kirk Shoop
committed
release rxcpp 4.0.0
1 parent c808bb5 commit 08c47e4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

projects/nuget/release.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Write-NuGetPackage .\rxcpp.autoconfig
2+
Publish-NuGetPackage -Packages .\rxcpp.4.0.0.nupkg

projects/nuget/rxcpp.autoconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
nuget {
22
nuspec {
33
id = rxcpp;
4-
version : 3.0.1;
4+
version : 4.0.0;
55
title: Reactive Extensions for C++;
66
authors: {Microsoft Open Technologies Inc.};
77
owners: {Microsoft Open Technologies Inc.};
@@ -12,7 +12,7 @@ nuget {
1212
summary: "The Reactive Extensions (Rx) asynchronous algorithm library";
1313
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.
1414
Compiles for gcc, clang and VisualStudio on Linux, OSX and Windows.";
15-
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";
15+
releaseNotes: "rx lite complete!, bug fixes, breaking changes to make repeat(0) and retry(0), VC2017 support, coroutines support, take_while, is_empty";
1616
copyright: Copyright 2016;
1717
tags: { RxCpp, RxC++, Rx, Reactive, Observable, Functional, native, nativepackage};
1818
};

0 commit comments

Comments
 (0)