Skip to content

Commit

Permalink
housekeeping: Release 14.1 (#2792)
Browse files Browse the repository at this point in the history
* housekeeping: Release 14.1

* Update Approved Test files, remove white space

Fix build issue

Co-authored-by: Chris Pulman <chris.pulman@yahoo.com>
  • Loading branch information
glennawatson and ChrisPulman authored Jun 19, 2021
1 parent 0704d19 commit 49784a2
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -683,13 +683,14 @@ namespace ReactiveUI
}
public enum RegistrationNamespace
{
XamForms = 0,
Winforms = 1,
Wpf = 2,
Uno = 3,
Blazor = 4,
Drawing = 5,
Avalonia = 6,
None = 0,
XamForms = 1,
Winforms = 2,
Wpf = 3,
Uno = 4,
Blazor = 5,
Drawing = 6,
Avalonia = 7,
}
public class Registrations
{
Expand Down Expand Up @@ -935,4 +936,4 @@ namespace System.Reactive.Disposables
public static T DisposeWith<T>(this T item, System.Reactive.Disposables.CompositeDisposable compositeDisposable)
where T : System.IDisposable { }
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -678,13 +678,14 @@ namespace ReactiveUI
}
public enum RegistrationNamespace
{
XamForms = 0,
Winforms = 1,
Wpf = 2,
Uno = 3,
Blazor = 4,
Drawing = 5,
Avalonia = 6,
None = 0,
XamForms = 1,
Winforms = 2,
Wpf = 3,
Uno = 4,
Blazor = 5,
Drawing = 6,
Avalonia = 7,
}
public class Registrations
{
Expand Down Expand Up @@ -930,4 +931,4 @@ namespace System.Reactive.Disposables
public static T DisposeWith<T>(this T item, System.Reactive.Disposables.CompositeDisposable compositeDisposable)
where T : System.IDisposable { }
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -676,13 +676,14 @@ namespace ReactiveUI
}
public enum RegistrationNamespace
{
XamForms = 0,
Winforms = 1,
Wpf = 2,
Uno = 3,
Blazor = 4,
Drawing = 5,
Avalonia = 6,
None = 0,
XamForms = 1,
Winforms = 2,
Wpf = 3,
Uno = 4,
Blazor = 5,
Drawing = 6,
Avalonia = 7,
}
public class Registrations
{
Expand Down Expand Up @@ -928,4 +929,4 @@ namespace System.Reactive.Disposables
public static T DisposeWith<T>(this T item, System.Reactive.Disposables.CompositeDisposable compositeDisposable)
where T : System.IDisposable { }
}
}
}
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "13.3",
"version": "14.1",
"publicReleaseRefSpec": [
"^refs/heads/master$", // we release out of master
"^refs/heads/main$",
Expand Down

0 comments on commit 49784a2

Please sign in to comment.