Skip to content

Commit 99f3cfa

Browse files
committed
Add Win8.1 to MakeRelease.
1 parent c975226 commit 99f3cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MakeRelease.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Param([string]$version = $null)
22

3-
$Archs = {"Portable-Net45+WinRT45+WP8", "Net45", "WP8", "WinRT45", "Mono", "Monoandroid", "Monotouch", "Monomac"}
3+
$Archs = {"Portable-Net45+WinRT45+WP8", "Net45", "WP8", "WinRT45", "WinRT451", "Mono", "Monoandroid", "Monotouch", "Monomac"}
44
$Projects = {
55
"ReactiveUI", "ReactiveUI.Testing", "ReactiveUI.Platforms", "ReactiveUI.Blend",
66
"ReactiveUI.Mobile", "RxUIViewModelGenerator", "ReactiveUI.Events"

0 commit comments

Comments
 (0)