File tree Expand file tree Collapse file tree 32 files changed +54
-57
lines changed
Contoso.Android.Puppet/Properties
Contoso.Forms.Demo/Contoso.Forms.Demo.MacOS
Contoso.Forms.Puppet/Properties
Contoso.Forms.Puppet.Droid/Properties
Contoso.Forms.Puppet.MacOS
Contoso.WPF.Puppet/Properties
Contoso.WPF.Puppet.DotNetCore
Contoso.WinForms.Puppet/Properties
Contoso.WinForms.Puppet.DotNetCore
Contoso.WinUI.Desktop.Puppet/Contoso.WinUI.Desktop.Puppet (Package)
AppCenter/Microsoft.AppCenter.Shared
Contoso.Test.Functional.Droid/Properties
Contoso.Test.Functional.iOS
Microsoft.AppCenter.Analytics.Test.Windows/Properties
Microsoft.AppCenter.Crashes.Test.Windows/Properties
Microsoft.AppCenter.Test.UWP
Microsoft.AppCenter.Test.Windows/Properties
Microsoft.AppCenter.Test.WindowsDesktop/Properties Expand file tree Collapse file tree 32 files changed +54
-57
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" package =" com.microsoft.appcenter.xamarin.puppet" android : versionCode =" 110 " android : versionName =" 5.0.0 -SNAPSHOT" android : installLocation =" auto" >
2
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" package =" com.microsoft.appcenter.xamarin.puppet" android : versionCode =" 111 " android : versionName =" 5.0.1 -SNAPSHOT" android : installLocation =" auto" >
3
3
<uses-sdk android : minSdkVersion =" 21" android : targetSdkVersion =" 30" />
4
4
<application android : label =" SXPuppet" android : icon =" @drawable/Icon" android : theme =" @style/PuppetTheme" ></application >
5
5
</manifest >
Original file line number Diff line number Diff line change 28
28
// by using the '*' as shown below:
29
29
// [assembly: AssemblyVersion("1.0.*")]
30
30
[ assembly: AssemblyVersion ( "0.0.0.0" ) ]
31
- [ assembly: AssemblyFileVersion ( "5.0.0 .0" ) ]
32
- [ assembly: AssemblyInformationalVersion ( "5.0.0 -SNAPSHOT" ) ]
31
+ [ assembly: AssemblyFileVersion ( "5.0.1 .0" ) ]
32
+ [ assembly: AssemblyInformationalVersion ( "5.0.1 -SNAPSHOT" ) ]
Original file line number Diff line number Diff line change 4
4
using AppKit ;
5
5
using Foundation ;
6
6
using Xamarin . Forms . Platform . MacOS ;
7
+ using Xamarin . Forms ;
8
+ using Contoso . Forms . Demo . MacOS ;
7
9
10
+ [ assembly: Dependency ( typeof ( AppDelegate ) ) ]
8
11
namespace Contoso . Forms . Demo . MacOS
9
12
{
10
13
[ Register ( "AppDelegate" ) ]
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 111 " android : versionName =" 5.0.0 -SNAPSHOT" package =" com.microsoft.appcenter.xamarin.forms.puppet" >
2
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 112 " android : versionName =" 5.0.1 -SNAPSHOT" package =" com.microsoft.appcenter.xamarin.forms.puppet" >
3
3
<uses-sdk android : minSdkVersion =" 21" android : targetSdkVersion =" 30" />
4
4
<application android : label =" ACFPuppet" ></application >
5
5
</manifest >
Original file line number Diff line number Diff line change 22
22
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
23
23
24
24
[ assembly: AssemblyVersion ( "0.0.0.0" ) ]
25
- [ assembly: AssemblyFileVersion ( "5.0.0 .0" ) ]
26
- [ assembly: AssemblyInformationalVersion ( "5.0.0 -SNAPSHOT" ) ]
25
+ [ assembly: AssemblyFileVersion ( "5.0.1 .0" ) ]
26
+ [ assembly: AssemblyInformationalVersion ( "5.0.1 -SNAPSHOT" ) ]
27
27
28
28
// The following attributes are used to specify the signing key for the assembly,
29
29
// if desired. See the Mono documentation for more information about signing.
Original file line number Diff line number Diff line change 7
7
<key >CFBundleIdentifier </key >
8
8
<string >com.microsoft.appcenter.Contoso-Forms-Puppet-MacOS </string >
9
9
<key >CFBundleShortVersionString </key >
10
- <string >5.0.0 </string >
10
+ <string >5.0.1 </string >
11
11
<key >CFBundleVersion </key >
12
- <string >5.0.0 </string >
12
+ <string >5.0.1 </string >
13
13
<key >LSMinimumSystemVersion </key >
14
14
<string >10.14 </string >
15
15
<key >CFBundleDevelopmentRegion </key >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Package xmlns =" http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns : mp =" http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns : uap =" http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces =" uap mp" >
3
- <Identity Name =" 10805zumoTestUser.AppCenter-Contoso.Forms.Puppet.U" Publisher =" CN=B2D1C358-6AF8-4416-BF73-129CC1F3C152" Version =" 5.0.0 .0" />
3
+ <Identity Name =" 10805zumoTestUser.AppCenter-Contoso.Forms.Puppet.U" Publisher =" CN=B2D1C358-6AF8-4416-BF73-129CC1F3C152" Version =" 5.0.1 .0" />
4
4
<mp : PhoneIdentity PhoneProductId =" 55497ed8-b2ac-4485-ba79-e2b65bb720ed" PhonePublisherId =" 00000000-0000-0000-0000-000000000000" />
5
5
<Properties >
6
6
<DisplayName >AppCenter-Contoso.Forms.Puppet.UWP</DisplayName >
Original file line number Diff line number Diff line change 27
27
// by using the '*' as shown below:
28
28
// [assembly: AssemblyVersion("1.0.*")]
29
29
[ assembly: AssemblyVersion ( "0.0.0.0" ) ]
30
- [ assembly: AssemblyFileVersion ( "5.0.0 .0" ) ]
30
+ [ assembly: AssemblyFileVersion ( "5.0.1 .0" ) ]
31
31
[ assembly: ComVisible ( false ) ]
Original file line number Diff line number Diff line change 5
5
<key >CFBundleIdentifier </key >
6
6
<string >com.microsoft.appcenter.xamarin.forms.ios.puppet </string >
7
7
<key >CFBundleShortVersionString </key >
8
- <string >5.0.0 </string >
8
+ <string >5.0.1 </string >
9
9
<key >CFBundleVersion </key >
10
- <string >5.0.0 </string >
10
+ <string >5.0.1 </string >
11
11
<key >LSRequiresIPhoneOS </key >
12
12
<true />
13
13
<key >MinimumOSVersion </key >
Original file line number Diff line number Diff line change 20
20
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
21
21
22
22
[ assembly: AssemblyVersion ( "0.0.0.0" ) ]
23
- [ assembly: AssemblyFileVersion ( "5.0.0 .0" ) ]
24
- [ assembly: AssemblyInformationalVersion ( "5.0.0 -SNAPSHOT" ) ]
23
+ [ assembly: AssemblyFileVersion ( "5.0.1 .0" ) ]
24
+ [ assembly: AssemblyInformationalVersion ( "5.0.1 -SNAPSHOT" ) ]
25
25
26
26
// The following attributes are used to specify the signing key for the assembly,
27
27
// if desired. See the Mono documentation for more information about signing.
Original file line number Diff line number Diff line change 13
13
<key >CFBundlePackageType </key >
14
14
<string >APPL </string >
15
15
<key >CFBundleShortVersionString </key >
16
- <string >5.0.0 </string >
16
+ <string >5.0.1 </string >
17
17
<key >CFBundleSignature </key >
18
18
<string >???? </string >
19
19
<key >CFBundleVersion </key >
20
- <string >5.0.0 </string >
20
+ <string >5.0.1 </string >
21
21
<key >LSMinimumSystemVersion </key >
22
22
<string >10.15 </string >
23
23
<key >NSHumanReadableCopyright </key >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Package xmlns =" http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns : mp =" http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns : uap =" http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces =" uap mp" >
3
- <Identity Name =" 10805zumoTestUser.AppCenter-Contoso.UWP.Puppet" Publisher =" CN=B2D1C358-6AF8-4416-BF73-129CC1F3C152" Version =" 5.0.0 .0" />
3
+ <Identity Name =" 10805zumoTestUser.AppCenter-Contoso.UWP.Puppet" Publisher =" CN=B2D1C358-6AF8-4416-BF73-129CC1F3C152" Version =" 5.0.1 .0" />
4
4
<mp : PhoneIdentity PhoneProductId =" ce1e8604-09a9-4ffb-846b-8762beb84188" PhonePublisherId =" 00000000-0000-0000-0000-000000000000" />
5
5
<Properties >
6
6
<DisplayName >AppCenter-Contoso.UWP.Puppet</DisplayName >
Original file line number Diff line number Diff line change 27
27
// by using the '*' as shown below:
28
28
// [assembly: AssemblyVersion("1.0.*")]
29
29
[ assembly: AssemblyVersion ( "0.0.0.0" ) ]
30
- [ assembly: AssemblyFileVersion ( "5.0.0 .0" ) ]
30
+ [ assembly: AssemblyFileVersion ( "5.0.1 .0" ) ]
31
31
[ assembly: ComVisible ( false ) ]
Original file line number Diff line number Diff line change 4
4
<OutputType >WinExe</OutputType >
5
5
<TargetFramework >netcoreapp3.1</TargetFramework >
6
6
<UseWPF >true</UseWPF >
7
- <Version >5.0.0 -SNAPSHOT</Version >
7
+ <Version >5.0.1 -SNAPSHOT</Version >
8
8
<AssemblyVersion >0.0.0.0</AssemblyVersion >
9
- <FileVersion >5.0.0 .0</FileVersion >
9
+ <FileVersion >5.0.1 .0</FileVersion >
10
10
</PropertyGroup >
11
11
<ItemGroup >
12
12
<PackageReference Include =" Microsoft.AspNetCore.StaticFiles" Version =" 2.2.0" />
Original file line number Diff line number Diff line change 30
30
// by using the '*' as shown below:
31
31
// [assembly: AssemblyVersion("1.0.*")]
32
32
[ assembly: AssemblyVersion ( "0.0.0.0" ) ]
33
- [ assembly: AssemblyFileVersion ( "5.0.0 .0" ) ]
34
- [ assembly: AssemblyInformationalVersion ( "5.0.0 -SNAPSHOT" ) ]
33
+ [ assembly: AssemblyFileVersion ( "5.0.1 .0" ) ]
34
+ [ assembly: AssemblyInformationalVersion ( "5.0.1 -SNAPSHOT" ) ]
Original file line number Diff line number Diff line change 4
4
<OutputType >WinExe</OutputType >
5
5
<TargetFramework >netcoreapp3.1</TargetFramework >
6
6
<UseWindowsForms >true</UseWindowsForms >
7
- <Version >5.0.0 -SNAPSHOT</Version >
7
+ <Version >5.0.1 -SNAPSHOT</Version >
8
8
</PropertyGroup >
9
9
<ItemGroup >
10
10
<PackageReference Include =" Microsoft.AspNetCore.StaticFiles" Version =" 2.2.0" />
Original file line number Diff line number Diff line change 28
28
// by using the '*' as shown below:
29
29
// [assembly: AssemblyVersion("1.0.*")]
30
30
[ assembly: AssemblyVersion ( "0.0.0.0" ) ]
31
- [ assembly: AssemblyFileVersion ( "5.0.0 .0" ) ]
32
- [ assembly: AssemblyInformationalVersion ( "5.0.0 -SNAPSHOT" ) ]
31
+ [ assembly: AssemblyFileVersion ( "5.0.1 .0" ) ]
32
+ [ assembly: AssemblyInformationalVersion ( "5.0.1 -SNAPSHOT" ) ]
Original file line number Diff line number Diff line change 9
9
<Identity
10
10
Name =" 796335c7-b33b-483b-995f-fa87ae20db4f"
11
11
Publisher =" CN=Microsoft.AppCenter"
12
- Version =" 5.0.0 .0" />
12
+ Version =" 5.0.1 .0" />
13
13
14
14
<Properties >
15
15
<DisplayName >Contoso.WinUI.Desktop.Puppet (Package)</DisplayName >
Original file line number Diff line number Diff line change 7
7
<key >CFBundleIdentifier </key >
8
8
<string >com.microsoft.appcenter.xamarin.ios.puppet </string >
9
9
<key >CFBundleShortVersionString </key >
10
- <string >5.0.0 </string >
10
+ <string >5.0.1 </string >
11
11
<key >CFBundleVersion </key >
12
- <string >5.0.0 </string >
12
+ <string >5.0.1 </string >
13
13
<key >LSRequiresIPhoneOS </key >
14
14
<true />
15
15
<key >MinimumOSVersion </key >
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ public partial class WrapperSdk
14
14
public const string Name = "appcenter.xamarin" ;
15
15
16
16
/* We can't use reflection for assemblyInformationalVersion on iOS with "Link All" optimization. */
17
- internal const string Version = "5.0.0 -SNAPSHOT" ;
17
+ internal const string Version = "5.0.1 -SNAPSHOT" ;
18
18
}
19
19
}
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
1
2
<Project >
2
3
<PropertyGroup >
3
4
<Copyright >Microsoft Corp. All rights reserved.</Copyright >
4
5
<Company >Microsoft Corporation</Company >
5
-
6
- <!-- Pin C# version. C# 8 features might have issues on Mono runtime. -->
6
+ <!-- Pin C# version. C# 8 features might have issues on Mono runtime. -->
7
7
<LangVersion >7.0</LangVersion >
8
-
9
8
<!-- Current version. -->
10
- <Version >5.0.0-SNAPSHOT</Version >
11
- <FileVersion >5.0.0.0</FileVersion >
12
-
9
+ <Version >5.0.1-SNAPSHOT</Version >
10
+ <FileVersion >5.0.1.0</FileVersion >
13
11
<!-- Used in runtime to ensure versions match. Prevents loading in some cases, so don't set it as release version. -->
14
12
<AssemblyVersion >0.0.0.0</AssemblyVersion >
15
-
16
13
<!-- Fix to have multiple projects in the same folder. -->
17
14
<BaseIntermediateOutputPath >obj\$(MSBuildProjectName)</BaseIntermediateOutputPath >
18
15
<DefaultItemExcludes >$(DefaultItemExcludes);obj\**</DefaultItemExcludes >
19
-
20
16
<!-- Build XML documentation. -->
21
17
<DocumentationFile >bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile >
22
-
23
18
<!-- TODO: Fix XML documentation warnings. -->
24
19
<NoWarn >1573;1591</NoWarn >
25
-
26
20
<!-- Signing. -->
27
21
<SignAssembly >true</SignAssembly >
28
22
<DelaySign >true</DelaySign >
29
23
<AssemblyOriginatorKeyFile >..\..\..\appcenter-public-key.snk</AssemblyOriginatorKeyFile >
30
24
</PropertyGroup >
31
- </Project >
25
+ </Project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 42 " android : versionName =" 5.0.0 -SNAPSHOT" package =" com.contoso.test.functional" >
2
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 43 " android : versionName =" 5.0.1 -SNAPSHOT" package =" com.contoso.test.functional" >
3
3
<uses-sdk android : minSdkVersion =" 21" android : targetSdkVersion =" 30" />
4
4
<uses-permission android : name =" android.permission.INTERNET" />
5
5
<application android : label =" Contoso.Test.Functional.Droid" >
Original file line number Diff line number Diff line change 22
22
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
23
23
24
24
[ assembly: AssemblyVersion ( "0.0.0.0" ) ]
25
- [ assembly: AssemblyFileVersion ( "5.0.0 .0" ) ]
26
- [ assembly: AssemblyInformationalVersion ( "5.0.0 -SNAPSHOT" ) ]
25
+ [ assembly: AssemblyFileVersion ( "5.0.1 .0" ) ]
26
+ [ assembly: AssemblyInformationalVersion ( "5.0.1 -SNAPSHOT" ) ]
27
27
28
28
// The following attributes are used to specify the signing key for the assembly,
29
29
// if desired. See the Mono documentation for more information about signing.
Original file line number Diff line number Diff line change 7
7
<key >CFBundleIdentifier </key >
8
8
<string >com.contoso.test.functional </string >
9
9
<key >CFBundleShortVersionString </key >
10
- <string >5.0.0 </string >
10
+ <string >5.0.1 </string >
11
11
<key >CFBundleVersion </key >
12
- <string >5.0.0 </string >
12
+ <string >5.0.1 </string >
13
13
<key >LSRequiresIPhoneOS </key >
14
14
<true />
15
15
<key >MinimumOSVersion </key >
Original file line number Diff line number Diff line change 37
37
// by using the '*' as shown below:
38
38
// [assembly: AssemblyVersion("1.0.*")]
39
39
[ assembly: AssemblyVersion ( "0.0.0.0" ) ]
40
- [ assembly: AssemblyFileVersion ( "5.0.0 .0" ) ]
41
- [ assembly: AssemblyInformationalVersion ( "5.0.0 -SNAPSHOT" ) ]
40
+ [ assembly: AssemblyFileVersion ( "5.0.1 .0" ) ]
41
+ [ assembly: AssemblyInformationalVersion ( "5.0.1 -SNAPSHOT" ) ]
Original file line number Diff line number Diff line change 19
19
20
20
// [assembly: AssemblyVersion("1.0.*")]
21
21
[ assembly: AssemblyVersion ( "0.0.0.0" ) ]
22
- [ assembly: AssemblyFileVersion ( "5.0.0 .0" ) ]
23
- [ assembly: AssemblyInformationalVersion ( "5.0.0 -SNAPSHOT" ) ]
22
+ [ assembly: AssemblyFileVersion ( "5.0.1 .0" ) ]
23
+ [ assembly: AssemblyInformationalVersion ( "5.0.1 -SNAPSHOT" ) ]
Original file line number Diff line number Diff line change 19
19
20
20
// [assembly: AssemblyVersion("1.0.*")]
21
21
[ assembly: AssemblyVersion ( "0.0.0.0" ) ]
22
- [ assembly: AssemblyFileVersion ( "5.0.0 .0" ) ]
23
- [ assembly: AssemblyInformationalVersion ( "5.0.0 -SNAPSHOT" ) ]
22
+ [ assembly: AssemblyFileVersion ( "5.0.1 .0" ) ]
23
+ [ assembly: AssemblyInformationalVersion ( "5.0.1 -SNAPSHOT" ) ]
Original file line number Diff line number Diff line change 7
7
8
8
<Identity Name =" da6d3d34-876e-488c-9342-7a7e4daa110b"
9
9
Publisher =" CN=Alexander Chocron"
10
- Version =" 5.0.0 .0" />
10
+ Version =" 5.0.1 .0" />
11
11
12
12
<mp : PhoneIdentity PhoneProductId =" da6d3d34-876e-488c-9342-7a7e4daa110b" PhonePublisherId =" 00000000-0000-0000-0000-000000000000" />
13
13
Original file line number Diff line number Diff line change 17
17
18
18
// [assembly: AssemblyVersion("1.0.*")]
19
19
[ assembly: AssemblyVersion ( "1.0.0.0" ) ]
20
- [ assembly: AssemblyFileVersion ( "5.0.0 .0" ) ]
20
+ [ assembly: AssemblyFileVersion ( "5.0.1 .0" ) ]
21
21
[ assembly: ComVisible ( false ) ]
Original file line number Diff line number Diff line change 19
19
20
20
// [assembly: AssemblyVersion("1.0.*")]
21
21
[ assembly: AssemblyVersion ( "0.0.0.0" ) ]
22
- [ assembly: AssemblyFileVersion ( "5.0.0 .0" ) ]
23
- [ assembly: AssemblyInformationalVersion ( "5.0.0 -SNAPSHOT" ) ]
22
+ [ assembly: AssemblyFileVersion ( "5.0.1 .0" ) ]
23
+ [ assembly: AssemblyInformationalVersion ( "5.0.1 -SNAPSHOT" ) ]
Original file line number Diff line number Diff line change 20
20
21
21
// [assembly: AssemblyVersion("1.0.*")]
22
22
[ assembly: AssemblyVersion ( "1.0.0.0" ) ]
23
- [ assembly: AssemblyFileVersion ( "5.0.0 .0" ) ]
23
+ [ assembly: AssemblyFileVersion ( "5.0.1 .0" ) ]
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<config >
3
3
<sdkInfo >
4
- <sdkVersion >5.0.0 -SNAPSHOT</sdkVersion >
4
+ <sdkVersion >5.0.1 -SNAPSHOT</sdkVersion >
5
5
<appleVersion >5.0.0</appleVersion >
6
6
<androidVersion >5.0.0</androidVersion >
7
7
</sdkInfo >
You can’t perform that action at this time.
0 commit comments