Skip to content

Commit 9390589

Browse files
author
Oren Novotny
authored
Set interface with prerel tag for preview (#503)
* Set interface with prerel tag for preview * fix build badge
1 parent 78843a1 commit 9390589

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Reactive Extensions
33

44
Channel | Rx | Ix |
55
-------- | :------------: | :-------------: |
6-
AppVeyor<br>([home](https://ci.appveyor.com/project/dotnetfoundation/rx-net)) | ![#](https://img.shields.io/appveyor/ci/dotnetfoundation/rx-net/master.svg) | ![#](https://img.shields.io/appveyor/ci/dotnetfoundation/rx-net/master.svg)
6+
VSTS | ![#](https://dotnetfoundation.visualstudio.com/_apis/public/build/definitions/ba70dafd-6b93-4176-b27f-975148db36bd/9/badge) |
77
NuGet.org | [![#](https://img.shields.io/nuget/v/System.Reactive.svg)](https://www.nuget.org/packages/System.Reactive/) | [![#](https://img.shields.io/nuget/v/System.Interactive.svg)](https://www.nuget.org/packages/System.Interactive/)
88
MyGet<br>([gallery](https://dotnet.myget.org/gallery/rx)) | ![#](https://img.shields.io/dotnet.myget/rx/vpre/System.Reactive.svg)<br>![#](https://img.shields.io/dotnet.myget/rx/v/System.Reactive.svg) | ![#](https://img.shields.io/dotnet.myget/rx/vpre/System.Interactive.svg)<br>![#](https://img.shields.io/dotnet.myget/rx/v/System.Interactive.svg)
99

Rx.NET/Source/System.Reactive.sln

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1818
build-new.ps1 = build-new.ps1
1919
Directory.build.props = Directory.build.props
2020
Directory.build.targets = Directory.build.targets
21+
global.json = global.json
2122
Rx.ruleset = Rx.ruleset
2223
Test.ruleset = Test.ruleset
24+
version.json = version.json
2325
EndProjectSection
2426
EndProject
2527
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{D324579D-CBE6-4867-8980-D7842C7C45A2}"
@@ -325,4 +327,7 @@ Global
325327
{4DCC120A-FD19-409B-A0E6-A049C4D0B663} = {A0F39260-B8F8-4FCB-9679-0ED917A22BDF}
326328
{E9BB350B-D4EF-42E1-B4E2-14058AC6809B} = {A0F39260-B8F8-4FCB-9679-0ED917A22BDF}
327329
EndGlobalSection
330+
GlobalSection(ExtensibilityGlobals) = postSolution
331+
SolutionGuid = {A71771B3-8AA0-43A5-988A-9C86D422B7CD}
332+
EndGlobalSection
328333
EndGlobal
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "4.0.0",
2+
"version": "4.0.0-preview.2.build.{height}",
33
"inherit": true
44
}

0 commit comments

Comments
 (0)