diff --git a/Apps/Contoso.Android.Puppet/Properties/AndroidManifest.xml b/Apps/Contoso.Android.Puppet/Properties/AndroidManifest.xml index 6d44204b1..280636a2a 100644 --- a/Apps/Contoso.Android.Puppet/Properties/AndroidManifest.xml +++ b/Apps/Contoso.Android.Puppet/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/Apps/Contoso.Android.Puppet/Properties/AssemblyInfo.cs b/Apps/Contoso.Android.Puppet/Properties/AssemblyInfo.cs index 12264e8d8..25afcba50 100644 --- a/Apps/Contoso.Android.Puppet/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.Android.Puppet/Properties/AssemblyInfo.cs @@ -28,5 +28,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("5.0.0.0")] -[assembly: AssemblyInformationalVersion("5.0.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("5.0.1.0")] +[assembly: AssemblyInformationalVersion("5.0.1-SNAPSHOT")] diff --git a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.MacOS/AppDelegate.cs b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.MacOS/AppDelegate.cs index 985896765..7c0bff0b9 100644 --- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.MacOS/AppDelegate.cs +++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.MacOS/AppDelegate.cs @@ -4,7 +4,10 @@ using AppKit; using Foundation; using Xamarin.Forms.Platform.MacOS; +using Xamarin.Forms; +using Contoso.Forms.Demo.MacOS; +[assembly: Dependency(typeof(AppDelegate))] namespace Contoso.Forms.Demo.MacOS { [Register("AppDelegate")] diff --git a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/Properties/AndroidManifest.xml b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/Properties/AndroidManifest.xml index 8684fd091..3f7347a5c 100644 --- a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/Properties/AndroidManifest.xml +++ b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/Properties/AssemblyInfo.cs b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/Properties/AssemblyInfo.cs index 1f0e21b7c..e7c50f063 100644 --- a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/Properties/AssemblyInfo.cs @@ -22,8 +22,8 @@ // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("5.0.0.0")] -[assembly: AssemblyInformationalVersion("5.0.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("5.0.1.0")] +[assembly: AssemblyInformationalVersion("5.0.1-SNAPSHOT")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.MacOS/Info.plist b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.MacOS/Info.plist index b68dda3c4..779af603b 100644 --- a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.MacOS/Info.plist +++ b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.MacOS/Info.plist @@ -7,9 +7,9 @@ CFBundleIdentifier com.microsoft.appcenter.Contoso-Forms-Puppet-MacOS CFBundleShortVersionString - 5.0.0 + 5.0.1 CFBundleVersion - 5.0.0 + 5.0.1 LSMinimumSystemVersion 10.14 CFBundleDevelopmentRegion diff --git a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.UWP/Package.appxmanifest b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.UWP/Package.appxmanifest index a80e2b930..25c4a1446 100644 --- a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.UWP/Package.appxmanifest +++ b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.UWP/Package.appxmanifest @@ -1,6 +1,6 @@ - + AppCenter-Contoso.Forms.Puppet.UWP diff --git a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.UWP/Properties/AssemblyInfo.cs b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.UWP/Properties/AssemblyInfo.cs index 99c4af5f5..d626222fc 100644 --- a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.UWP/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.UWP/Properties/AssemblyInfo.cs @@ -27,5 +27,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("5.0.0.0")] +[assembly: AssemblyFileVersion("5.0.1.0")] [assembly: ComVisible(false)] diff --git a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.iOS/Info.plist b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.iOS/Info.plist index 0018af675..a6125b566 100644 --- a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.iOS/Info.plist +++ b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.iOS/Info.plist @@ -5,9 +5,9 @@ CFBundleIdentifier com.microsoft.appcenter.xamarin.forms.ios.puppet CFBundleShortVersionString - 5.0.0 + 5.0.1 CFBundleVersion - 5.0.0 + 5.0.1 LSRequiresIPhoneOS MinimumOSVersion diff --git a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet/Properties/AssemblyInfo.cs b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet/Properties/AssemblyInfo.cs index 41c003477..19e0586c1 100644 --- a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet/Properties/AssemblyInfo.cs @@ -20,8 +20,8 @@ // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("5.0.0.0")] -[assembly: AssemblyInformationalVersion("5.0.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("5.0.1.0")] +[assembly: AssemblyInformationalVersion("5.0.1-SNAPSHOT")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/Apps/Contoso.MacOS.Puppet/Info.plist b/Apps/Contoso.MacOS.Puppet/Info.plist index bfc1b06e1..3ec679733 100644 --- a/Apps/Contoso.MacOS.Puppet/Info.plist +++ b/Apps/Contoso.MacOS.Puppet/Info.plist @@ -13,11 +13,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 5.0.0 + 5.0.1 CFBundleSignature ???? CFBundleVersion - 5.0.0 + 5.0.1 LSMinimumSystemVersion 10.15 NSHumanReadableCopyright diff --git a/Apps/Contoso.UWP.Puppet/Package.appxmanifest b/Apps/Contoso.UWP.Puppet/Package.appxmanifest index f277710a1..ce0ca6a66 100644 --- a/Apps/Contoso.UWP.Puppet/Package.appxmanifest +++ b/Apps/Contoso.UWP.Puppet/Package.appxmanifest @@ -1,6 +1,6 @@ - + AppCenter-Contoso.UWP.Puppet diff --git a/Apps/Contoso.UWP.Puppet/Properties/AssemblyInfo.cs b/Apps/Contoso.UWP.Puppet/Properties/AssemblyInfo.cs index 1e030af81..bd6cef57e 100644 --- a/Apps/Contoso.UWP.Puppet/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.UWP.Puppet/Properties/AssemblyInfo.cs @@ -27,5 +27,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("5.0.0.0")] +[assembly: AssemblyFileVersion("5.0.1.0")] [assembly: ComVisible(false)] \ No newline at end of file diff --git a/Apps/Contoso.WPF.Puppet.DotNetCore/Contoso.WPF.Puppet.DotNetCore.csproj b/Apps/Contoso.WPF.Puppet.DotNetCore/Contoso.WPF.Puppet.DotNetCore.csproj index f94ea0170..72e8732b2 100644 --- a/Apps/Contoso.WPF.Puppet.DotNetCore/Contoso.WPF.Puppet.DotNetCore.csproj +++ b/Apps/Contoso.WPF.Puppet.DotNetCore/Contoso.WPF.Puppet.DotNetCore.csproj @@ -4,9 +4,9 @@ WinExe netcoreapp3.1 true - 5.0.0-SNAPSHOT + 5.0.1-SNAPSHOT 0.0.0.0 - 5.0.0.0 + 5.0.1.0 diff --git a/Apps/Contoso.WPF.Puppet/Properties/AssemblyInfo.cs b/Apps/Contoso.WPF.Puppet/Properties/AssemblyInfo.cs index 133eb7aee..818e6e5f9 100644 --- a/Apps/Contoso.WPF.Puppet/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.WPF.Puppet/Properties/AssemblyInfo.cs @@ -30,5 +30,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("5.0.0.0")] -[assembly: AssemblyInformationalVersion("5.0.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("5.0.1.0")] +[assembly: AssemblyInformationalVersion("5.0.1-SNAPSHOT")] diff --git a/Apps/Contoso.WinForms.Puppet.DotNetCore/Contoso.WinForms.Puppet.DotNetCore.csproj b/Apps/Contoso.WinForms.Puppet.DotNetCore/Contoso.WinForms.Puppet.DotNetCore.csproj index 9f86423e4..f6f37e035 100644 --- a/Apps/Contoso.WinForms.Puppet.DotNetCore/Contoso.WinForms.Puppet.DotNetCore.csproj +++ b/Apps/Contoso.WinForms.Puppet.DotNetCore/Contoso.WinForms.Puppet.DotNetCore.csproj @@ -4,7 +4,7 @@ WinExe netcoreapp3.1 true - 5.0.0-SNAPSHOT + 5.0.1-SNAPSHOT diff --git a/Apps/Contoso.WinForms.Puppet/Properties/AssemblyInfo.cs b/Apps/Contoso.WinForms.Puppet/Properties/AssemblyInfo.cs index b21fd0a55..8fceb267b 100644 --- a/Apps/Contoso.WinForms.Puppet/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.WinForms.Puppet/Properties/AssemblyInfo.cs @@ -28,5 +28,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("5.0.0.0")] -[assembly: AssemblyInformationalVersion("5.0.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("5.0.1.0")] +[assembly: AssemblyInformationalVersion("5.0.1-SNAPSHOT")] diff --git a/Apps/Contoso.WinUI.Desktop.Puppet/Contoso.WinUI.Desktop.Puppet (Package)/Package.appxmanifest b/Apps/Contoso.WinUI.Desktop.Puppet/Contoso.WinUI.Desktop.Puppet (Package)/Package.appxmanifest index 42991b3f4..844d19bf1 100644 --- a/Apps/Contoso.WinUI.Desktop.Puppet/Contoso.WinUI.Desktop.Puppet (Package)/Package.appxmanifest +++ b/Apps/Contoso.WinUI.Desktop.Puppet/Contoso.WinUI.Desktop.Puppet (Package)/Package.appxmanifest @@ -9,7 +9,7 @@ + Version="5.0.1.0" /> Contoso.WinUI.Desktop.Puppet (Package) diff --git a/Apps/Contoso.iOS.Puppet/Info.plist b/Apps/Contoso.iOS.Puppet/Info.plist index 9c9d13245..a41d225ad 100644 --- a/Apps/Contoso.iOS.Puppet/Info.plist +++ b/Apps/Contoso.iOS.Puppet/Info.plist @@ -7,9 +7,9 @@ CFBundleIdentifier com.microsoft.appcenter.xamarin.ios.puppet CFBundleShortVersionString - 5.0.0 + 5.0.1 CFBundleVersion - 5.0.0 + 5.0.1 LSRequiresIPhoneOS MinimumOSVersion diff --git a/SDK/AppCenter/Microsoft.AppCenter.Shared/WrapperSdk.cs b/SDK/AppCenter/Microsoft.AppCenter.Shared/WrapperSdk.cs index d1e157642..809be8a5b 100644 --- a/SDK/AppCenter/Microsoft.AppCenter.Shared/WrapperSdk.cs +++ b/SDK/AppCenter/Microsoft.AppCenter.Shared/WrapperSdk.cs @@ -14,6 +14,6 @@ public partial class WrapperSdk public const string Name = "appcenter.xamarin"; /* We can't use reflection for assemblyInformationalVersion on iOS with "Link All" optimization. */ - internal const string Version = "5.0.0-SNAPSHOT"; + internal const string Version = "5.0.1-SNAPSHOT"; } } diff --git a/SDK/Directory.Build.props b/SDK/Directory.Build.props index 8356626b8..3629ab0f2 100644 --- a/SDK/Directory.Build.props +++ b/SDK/Directory.Build.props @@ -1,31 +1,25 @@ + Microsoft Corp. All rights reserved. Microsoft Corporation - - + 7.0 - - 5.0.0-SNAPSHOT - 5.0.0.0 - + 5.0.1-SNAPSHOT + 5.0.1.0 0.0.0.0 - obj\$(MSBuildProjectName) $(DefaultItemExcludes);obj\** - bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml - 1573;1591 - true true ..\..\..\appcenter-public-key.snk - + \ No newline at end of file diff --git a/Tests/Contoso.Test.Functional.Droid/Properties/AndroidManifest.xml b/Tests/Contoso.Test.Functional.Droid/Properties/AndroidManifest.xml index 9f321acf6..aada27494 100644 --- a/Tests/Contoso.Test.Functional.Droid/Properties/AndroidManifest.xml +++ b/Tests/Contoso.Test.Functional.Droid/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@ - + diff --git a/Tests/Contoso.Test.Functional.Droid/Properties/AssemblyInfo.cs b/Tests/Contoso.Test.Functional.Droid/Properties/AssemblyInfo.cs index c212fb85b..075c52294 100644 --- a/Tests/Contoso.Test.Functional.Droid/Properties/AssemblyInfo.cs +++ b/Tests/Contoso.Test.Functional.Droid/Properties/AssemblyInfo.cs @@ -22,8 +22,8 @@ // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("5.0.0.0")] -[assembly: AssemblyInformationalVersion("5.0.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("5.0.1.0")] +[assembly: AssemblyInformationalVersion("5.0.1-SNAPSHOT")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/Tests/Contoso.Test.Functional.iOS/Info.plist b/Tests/Contoso.Test.Functional.iOS/Info.plist index d567dcf94..fc6927a00 100644 --- a/Tests/Contoso.Test.Functional.iOS/Info.plist +++ b/Tests/Contoso.Test.Functional.iOS/Info.plist @@ -7,9 +7,9 @@ CFBundleIdentifier com.contoso.test.functional CFBundleShortVersionString - 5.0.0 + 5.0.1 CFBundleVersion - 5.0.0 + 5.0.1 LSRequiresIPhoneOS MinimumOSVersion diff --git a/Tests/Contoso.Test.Functional.iOS/Properties/AssemblyInfo.cs b/Tests/Contoso.Test.Functional.iOS/Properties/AssemblyInfo.cs index 5860edba6..80f317be5 100644 --- a/Tests/Contoso.Test.Functional.iOS/Properties/AssemblyInfo.cs +++ b/Tests/Contoso.Test.Functional.iOS/Properties/AssemblyInfo.cs @@ -37,5 +37,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("5.0.0.0")] -[assembly: AssemblyInformationalVersion("5.0.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("5.0.1.0")] +[assembly: AssemblyInformationalVersion("5.0.1-SNAPSHOT")] diff --git a/Tests/Microsoft.AppCenter.Analytics.Test.Windows/Properties/AssemblyInfo.cs b/Tests/Microsoft.AppCenter.Analytics.Test.Windows/Properties/AssemblyInfo.cs index b88705156..39a79dd4c 100644 --- a/Tests/Microsoft.AppCenter.Analytics.Test.Windows/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.Analytics.Test.Windows/Properties/AssemblyInfo.cs @@ -19,5 +19,5 @@ // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("5.0.0.0")] -[assembly: AssemblyInformationalVersion("5.0.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("5.0.1.0")] +[assembly: AssemblyInformationalVersion("5.0.1-SNAPSHOT")] diff --git a/Tests/Microsoft.AppCenter.Crashes.Test.Windows/Properties/AssemblyInfo.cs b/Tests/Microsoft.AppCenter.Crashes.Test.Windows/Properties/AssemblyInfo.cs index 23f897fda..ead0094ed 100644 --- a/Tests/Microsoft.AppCenter.Crashes.Test.Windows/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.Crashes.Test.Windows/Properties/AssemblyInfo.cs @@ -19,5 +19,5 @@ // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("5.0.0.0")] -[assembly: AssemblyInformationalVersion("5.0.0-SNAPSHOT")] \ No newline at end of file +[assembly: AssemblyFileVersion("5.0.1.0")] +[assembly: AssemblyInformationalVersion("5.0.1-SNAPSHOT")] \ No newline at end of file diff --git a/Tests/Microsoft.AppCenter.Test.UWP/Package.appxmanifest b/Tests/Microsoft.AppCenter.Test.UWP/Package.appxmanifest index 6526bf984..200629b4e 100644 --- a/Tests/Microsoft.AppCenter.Test.UWP/Package.appxmanifest +++ b/Tests/Microsoft.AppCenter.Test.UWP/Package.appxmanifest @@ -7,7 +7,7 @@ + Version="5.0.1.0" /> diff --git a/Tests/Microsoft.AppCenter.Test.UWP/Properties/AssemblyInfo.cs b/Tests/Microsoft.AppCenter.Test.UWP/Properties/AssemblyInfo.cs index 5a0092eb1..3c38e8f10 100644 --- a/Tests/Microsoft.AppCenter.Test.UWP/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.Test.UWP/Properties/AssemblyInfo.cs @@ -17,5 +17,5 @@ // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("5.0.0.0")] +[assembly: AssemblyFileVersion("5.0.1.0")] [assembly: ComVisible(false)] \ No newline at end of file diff --git a/Tests/Microsoft.AppCenter.Test.Windows/Properties/AssemblyInfo.cs b/Tests/Microsoft.AppCenter.Test.Windows/Properties/AssemblyInfo.cs index ca71753bd..650794b23 100644 --- a/Tests/Microsoft.AppCenter.Test.Windows/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.Test.Windows/Properties/AssemblyInfo.cs @@ -19,5 +19,5 @@ // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("5.0.0.0")] -[assembly: AssemblyInformationalVersion("5.0.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("5.0.1.0")] +[assembly: AssemblyInformationalVersion("5.0.1-SNAPSHOT")] diff --git a/Tests/Microsoft.AppCenter.Test.WindowsDesktop/Properties/AssemblyInfo.cs b/Tests/Microsoft.AppCenter.Test.WindowsDesktop/Properties/AssemblyInfo.cs index cc2b10f3a..f9956cb98 100644 --- a/Tests/Microsoft.AppCenter.Test.WindowsDesktop/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.Test.WindowsDesktop/Properties/AssemblyInfo.cs @@ -20,4 +20,4 @@ // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("5.0.0.0")] +[assembly: AssemblyFileVersion("5.0.1.0")] diff --git a/scripts/configuration/ac-build-config.xml b/scripts/configuration/ac-build-config.xml index ab98f5b4c..d43416b38 100644 --- a/scripts/configuration/ac-build-config.xml +++ b/scripts/configuration/ac-build-config.xml @@ -1,7 +1,7 @@ - 5.0.0-SNAPSHOT + 5.0.1-SNAPSHOT 5.0.0 5.0.0