Skip to content

Commit 49784a2

Browse files
housekeeping: Release 14.1 (#2792)
* housekeeping: Release 14.1 * Update Approved Test files, remove white space Fix build issue Co-authored-by: Chris Pulman <[email protected]>
1 parent 0704d19 commit 49784a2

File tree

4 files changed

+28
-25
lines changed

4 files changed

+28
-25
lines changed

src/ReactiveUI.Tests/API/ApiApprovalTests.ReactiveUI.net472.approved.txt

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -683,13 +683,14 @@ namespace ReactiveUI
683683
}
684684
public enum RegistrationNamespace
685685
{
686-
XamForms = 0,
687-
Winforms = 1,
688-
Wpf = 2,
689-
Uno = 3,
690-
Blazor = 4,
691-
Drawing = 5,
692-
Avalonia = 6,
686+
None = 0,
687+
XamForms = 1,
688+
Winforms = 2,
689+
Wpf = 3,
690+
Uno = 4,
691+
Blazor = 5,
692+
Drawing = 6,
693+
Avalonia = 7,
693694
}
694695
public class Registrations
695696
{
@@ -935,4 +936,4 @@ namespace System.Reactive.Disposables
935936
public static T DisposeWith<T>(this T item, System.Reactive.Disposables.CompositeDisposable compositeDisposable)
936937
where T : System.IDisposable { }
937938
}
938-
}
939+
}

src/ReactiveUI.Tests/API/ApiApprovalTests.ReactiveUI.net5.0.approved.txt

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -678,13 +678,14 @@ namespace ReactiveUI
678678
}
679679
public enum RegistrationNamespace
680680
{
681-
XamForms = 0,
682-
Winforms = 1,
683-
Wpf = 2,
684-
Uno = 3,
685-
Blazor = 4,
686-
Drawing = 5,
687-
Avalonia = 6,
681+
None = 0,
682+
XamForms = 1,
683+
Winforms = 2,
684+
Wpf = 3,
685+
Uno = 4,
686+
Blazor = 5,
687+
Drawing = 6,
688+
Avalonia = 7,
688689
}
689690
public class Registrations
690691
{
@@ -930,4 +931,4 @@ namespace System.Reactive.Disposables
930931
public static T DisposeWith<T>(this T item, System.Reactive.Disposables.CompositeDisposable compositeDisposable)
931932
where T : System.IDisposable { }
932933
}
933-
}
934+
}

src/ReactiveUI.Tests/API/ApiApprovalTests.ReactiveUI.netcoreapp3.1.approved.txt

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -676,13 +676,14 @@ namespace ReactiveUI
676676
}
677677
public enum RegistrationNamespace
678678
{
679-
XamForms = 0,
680-
Winforms = 1,
681-
Wpf = 2,
682-
Uno = 3,
683-
Blazor = 4,
684-
Drawing = 5,
685-
Avalonia = 6,
679+
None = 0,
680+
XamForms = 1,
681+
Winforms = 2,
682+
Wpf = 3,
683+
Uno = 4,
684+
Blazor = 5,
685+
Drawing = 6,
686+
Avalonia = 7,
686687
}
687688
public class Registrations
688689
{
@@ -928,4 +929,4 @@ namespace System.Reactive.Disposables
928929
public static T DisposeWith<T>(this T item, System.Reactive.Disposables.CompositeDisposable compositeDisposable)
929930
where T : System.IDisposable { }
930931
}
931-
}
932+
}

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "13.3",
3+
"version": "14.1",
44
"publicReleaseRefSpec": [
55
"^refs/heads/master$", // we release out of master
66
"^refs/heads/main$",

0 commit comments

Comments
 (0)