Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Commit

Permalink
version bump to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpodwysocki committed Oct 28, 2013
1 parent 991f94c commit 44f2425
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion doc/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ There is a large surface area with the Reactive Extensions for JavaScript, so it

## Mapping RxJS from Different Libraries ##

Converting your existing code from other libraries can be easy. Many of the concepts you already know from popular libraries such as Bacon.js and [Async.js](https://github.com/caolan/async)
Converting your existing code from other libraries can be easy. Many of the concepts you already know from popular libraries such as [Bacon.js](https://github.com/baconjs/bacon.js) and [Async.js](https://github.com/caolan/async)

1. [For Bacon.js Users](mapping/baconjs.md)
2. [For Async.js Users](mapping/asyncjs.md)
Expand Down
2 changes: 1 addition & 1 deletion nuget/RxJS-Aggregates/RxJS-Aggregates.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<id>RxJS-Aggregates</id>
<title>Reactive Extensions for JavaScript - Aggregation Operations</title>
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
<version>2.2.2</version>
<version>2.2.3</version>
<authors>Microsoft Corporation</authors>
<description>Reactive Extensions for JavaScript library with aggregation event processing query operations.</description>
<projectUrl>http://rx.codeplex.com</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion nuget/RxJS-Async/RxJS-Async.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<id>RxJS-Async</id>
<title>Reactive Extensions for JavaScript - Async-Based Operations</title>
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
<version>2.2.2</version>
<version>2.2.3</version>
<authors>Microsoft Corporation</authors>
<description>Reactive Extensions for JavaScript library with async-based event processing query operations.</description>
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=179929</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion nuget/RxJS-Binding/RxJS-Binding.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>RxJS-Binding</id>
<title>Reactive Extensions for JavaScript - Binding</title>
<version>2.2.2</version>
<version>2.2.3</version>
<authors>Microsoft Corporation</authors>
<description>Reactive Extensions for JavaScript library with binding operationrs.</description>
<projectUrl>http://rx.codeplex.com</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion nuget/RxJS-Coincidence/RxJS-Coincidence.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<id>RxJS-Coincidence</id>
<title>Reactive Extensions for JavaScript - Coincidence</title>
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
<version>2.2.2</version>
<version>2.2.3</version>
<authors>Microsoft Corporation</authors>
<description>Reactive Extensions for JavaScript library with reactive coincidence join event processing query operations.</description>
<projectUrl>http://rx.codeplex.com</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion nuget/RxJS-Experimental/RxJS-Experimental.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<id>RxJS-Experimental</id>
<title>Reactive Extensions for JavaScript - Experimental</title>
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
<version>2.2.2</version>
<version>2.2.3</version>
<authors>Microsoft Corporation</authors>
<description>Reactive Extensions for JavaScript library with experimental operators.</description>
<projectUrl>http://rx.codeplex.com</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion nuget/RxJS-JoinPatterns/RxJS-JoinPatterns.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<id>RxJS-JoinPatterns</id>
<title>Reactive Extensions for JavaScript - Join Patterns</title>
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
<version>2.2.2</version>
<version>2.2.3</version>
<authors>Microsoft Corporation</authors>
<description>Reactive Extensions for JavaScript library with join patterns event processing query operations.</description>
<projectUrl>http://rx.codeplex.com</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion nuget/RxJS-Main/RxJS-Main.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<id>RxJS-Main</id>
<title>Reactive Extensions for JavaScript - Main Library</title>
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
<version>2.2.2</version>
<version>2.2.3</version>
<authors>Microsoft Corporation</authors>
<description>Reactive Extensions for JavaScript main library used to express complex event processing queries over observable sequences.</description>
<projectUrl>http://rx.codeplex.com</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion nuget/RxJS-Testing/RxJS-Testing.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<id>RxJS-Testing</id>
<title>Reactive Extensions for JavaScript - Test Library</title>
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
<version>2.2.2</version>
<version>2.2.3</version>
<authors>Microsoft Corporation</authors>
<description>Reactive Extensions for JavaScript test library, used to write unit tests for complex event processing queries.</description>
<projectUrl>http://rx.codeplex.com</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion nuget/RxJS-Time/RxJS-Time.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<id>RxJS-Time</id>
<title>Reactive Extensions for JavaScript - Time-Based Operations</title>
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
<version>2.2.2</version>
<version>2.2.3</version>
<authors>Microsoft Corporation</authors>
<description>Reactive Extensions for JavaScript library with time-based event processing query operations.</description>
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=179929</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion nuget/RxJS-VirtualTime/RxJS-VirtualTime.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<id>RxJS-VirtualTime</id>
<title>Reactive Extensions for JavaScript - Virtual Time-Based Schedulers</title>
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
<version>2.2.2</version>
<version>2.2.3</version>
<authors>Microsoft Corporation</authors>
<description>Reactive Extensions for JavaScript library with virtual time based schedulers.</description>
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=179929</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ suggestions.subscribe( function (data) {

And there you have it!

## Documentation ##
## Dive In! ##

You can find the documentation [here](https://github.com/Reactive-Extensions/RxJS/tree/master/doc) as well as examples [here](https://github.com/Reactive-Extensions/RxJS/tree/master/examples) and plenty of [unit tests](https://github.com/Reactive-Extensions/RxJS/tree/master/tests).

Expand Down

0 comments on commit 44f2425

Please sign in to comment.