Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
Merge pull request #24 from nor0x/fix/17
Browse files Browse the repository at this point in the history
generating valid .framework Anatomy
  • Loading branch information
nor0x authored Jun 30, 2021
2 parents 50bc2ae + 29aa70d commit 4a63d6e
Show file tree
Hide file tree
Showing 41 changed files with 164 additions and 84 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

[assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("4.1.0.0")]
[assembly: AssemblyInformationalVersion("4.3.0-XMAC")]
[assembly: AssemblyInformationalVersion("4.3.1-XMAC")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
6 changes: 3 additions & 3 deletions Apps/nor0x.Forms.Demo/Demo.macOS/Demo.macOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@
<PackageReference Include="Xamarin.Essentials" Version="1.6.0-pre1" />
<PackageReference Include="Xamarin.Forms" Version="4.8.0.1451" />
<PackageReference Include="nor0x.AppCenter">
<Version>4.3.0-XMAC</Version>
<Version>4.3.1-XMAC</Version>
</PackageReference>
<PackageReference Include="nor0x.AppCenter.Analytics">
<Version>4.3.0-XMAC</Version>
<Version>4.3.1-XMAC</Version>
</PackageReference>
<PackageReference Include="nor0x.AppCenter.Crashes">
<Version>4.3.0-XMAC</Version>
<Version>4.3.1-XMAC</Version>
</PackageReference>
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions Apps/nor0x.Forms.Demo/Demo/Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="4.3.0" />
</ItemGroup>
<ItemGroup Condition=" $(TargetFramework.StartsWith('xamarin.mac')) ">
<PackageReference Include="nor0x.AppCenter" Version="4.3.0-XMAC" />
<PackageReference Include="nor0x.AppCenter.Analytics" Version="4.3.0-XMAC" />
<PackageReference Include="nor0x.AppCenter.Crashes" Version="4.3.0-XMAC" />
<PackageReference Include="nor0x.AppCenter" Version="4.3.1-XMAC" />
<PackageReference Include="nor0x.AppCenter.Analytics" Version="4.3.1-XMAC" />
<PackageReference Include="nor0x.AppCenter.Crashes" Version="4.3.1-XMAC" />
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ AppCenter-XMac are Xamarin.Mac bindings for the AppCenter SDK.

| Module | Version | Bindings | Sample | NuGet |
| :-------------: | :-------------: |:-------------:| :-----:| :-----:|
| AppCenter | [4.1.1](https://github.com/microsoft/appcenter-sdk-apple/releases/tag/4.1.1) |||[![](https://img.shields.io/nuget/vpre/nor0x.AppCenter.svg)](https://nuget.org/packages/nor0x.AppCenter) [![](https://img.shields.io/nuget/dt/nor0x.AppCenter)](https://www.nuget.org/packages/nor0x.AppCenter)|
| AppCenter.Analytics| [4.1.1](https://github.com/microsoft/appcenter-sdk-apple/releases/tag/4.1.1) ||| [![](https://img.shields.io/nuget/vpre/nor0x.AppCenter.Analytics.svg)](https://nuget.org/packages/nor0x.AppCenter.Analytics) [![](https://img.shields.io/nuget/dt/nor0x.AppCenter.Analytics)](https://www.nuget.org/packages/nor0x.AppCenter.Analytics)|
| AppCenter.Crashes| [4.1.1](https://github.com/microsoft/appcenter-sdk-apple/releases/tag/4.1.1)|||[![](https://img.shields.io/nuget/vpre/nor0x.AppCenter.Crashes.svg)](https://nuget.org/packages/nor0x.AppCenter.Crashes) [![](https://img.shields.io/nuget/dt/nor0x.AppCenter.Crashes)](https://www.nuget.org/packages/nor0x.AppCenter.Crashes)|
| AppCenter | [4.2.0](https://github.com/microsoft/appcenter-sdk-apple/releases/tag/4.2.0) |||[![](https://img.shields.io/nuget/vpre/nor0x.AppCenter.svg)](https://nuget.org/packages/nor0x.AppCenter) [![](https://img.shields.io/nuget/dt/nor0x.AppCenter)](https://www.nuget.org/packages/nor0x.AppCenter)|
| AppCenter.Analytics| [4.2.0](https://github.com/microsoft/appcenter-sdk-apple/releases/tag/4.2.0) ||| [![](https://img.shields.io/nuget/vpre/nor0x.AppCenter.Analytics.svg)](https://nuget.org/packages/nor0x.AppCenter.Analytics) [![](https://img.shields.io/nuget/dt/nor0x.AppCenter.Analytics)](https://www.nuget.org/packages/nor0x.AppCenter.Analytics)|
| AppCenter.Crashes| [4.2.0](https://github.com/microsoft/appcenter-sdk-apple/releases/tag/4.2.0)|||[![](https://img.shields.io/nuget/vpre/nor0x.AppCenter.Crashes.svg)](https://nuget.org/packages/nor0x.AppCenter.Crashes) [![](https://img.shields.io/nuget/dt/nor0x.AppCenter.Crashes)](https://www.nuget.org/packages/nor0x.AppCenter.Crashes)|

## How to use:
- register a new macOS application on AppCenter.ms
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<SignAssembly>true</SignAssembly>
<DelaySign>true</DelaySign>
<AssemblyOriginatorKeyFile>..\..\..\appcenter-public-key.snk</AssemblyOriginatorKeyFile>
<DelaySign>true</DelaySign>
<AssemblyOriginatorKeyFile>..\..\..\appcenter-public-key.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand All @@ -16,7 +16,7 @@
<AssemblyName>nor0x.AppCenter.MacOS.Bindings</AssemblyName>
<MacResourcePrefix>Resources</MacResourcePrefix>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\..\appcenter-public-key.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\..\..\appcenter-public-key.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -31,7 +31,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<DefineConstants></DefineConstants>
<DefineConstants />
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand All @@ -52,10 +52,13 @@
<ObjcBindingCoreSource Include="StructsAndEnums.cs" />
</ItemGroup>
<ItemGroup>
<NativeReference Include="..\..\..\externals\macos\AppCenter.framework">
<NativeReference Include="..\..\..\externals\macos\AppCenter.framework">
<Kind>Framework</Kind>
<Link>AppCenter.framework</Link>
<ForceLoad>True</ForceLoad>
<LinkerFlags>-lsqlite3</LinkerFlags>
<Frameworks>CoreTelephony Security SystemConfiguration</Frameworks>
</NativeReference>
</ItemGroup>

<Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.ObjcBinding.CSharp.targets" />
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// When the attribute is present, the linker—if enabled—will process the assembly
// even if you’re using the “Link SDK assemblies only” option, which is the default for device builds.

[assembly: LinkerSafe]
[assembly: AssemblyMetadata("IsTrimmable", "False")]

// Information about this assembly is defined by the following attributes.
// Change them to the values specific to your project.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<Project>
<Target Name="FixAppCenterSymlink" AfterTargets="_CollectFrameworks">
<Message Text="symlinking AppCenter" />
<Exec Command="cd $(AppBundleDir)\Contents\Frameworks\AppCenter.framework\ ; rm AppCenter ; ln -s Versions\A\AppCenter AppCenter" />
</Target>
</Project>
2 changes: 1 addition & 1 deletion SDK/AppCenter/Microsoft.AppCenter.Shared/WrapperSdk.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,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 = "4.3.0-XMAC";
internal const string Version = "4.3.1-XMAC";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("4.3.0")]
[assembly: AssemblyInformationalVersion("4.3.0-XMAC")]
[assembly: AssemblyInformationalVersion("4.3.1-XMAC")]
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("4.3.0")]
[assembly: AssemblyInformationalVersion("4.3.0-XMAC")]
[assembly: AssemblyInformationalVersion("4.3.1-XMAC")]
[assembly: InternalsVisibleTo("Microsoft.AppCenter.Test.Functional, PublicKey=002400000480000094000000060200000024000052534131000400000100010055c4e2f76a6f3430448b1fd5b9ced790181e698a86759ece168bd955efc4297c9f89a303204019a9d2e8e92d204ba87e4825b36f8ba08113dc7297dcebe3d2bc15fabeae1d8c71d69769adedbc37ba7e197efc537cac2d477772ab38c4d4ccee45ddf99ce4343e9b665b663280c4dae2520b508bc7de0faf1978934f094d68e3")]
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<SignAssembly>true</SignAssembly>
<DelaySign>true</DelaySign>
<AssemblyOriginatorKeyFile>..\..\..\appcenter-public-key.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<DelaySign>true</DelaySign>
<AssemblyOriginatorKeyFile>..\..\..\appcenter-public-key.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Expand All @@ -29,7 +29,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<DefineConstants></DefineConstants>
<DefineConstants />
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand All @@ -50,10 +50,11 @@
<ObjcBindingCoreSource Include="StructsAndEnums.cs" />
</ItemGroup>
<ItemGroup>
<NativeReference Include="..\..\..\externals\macos\AppCenterAnalytics.framework">
<NativeReference Include="..\..\..\externals\macos\AppCenterAnalytics.framework">
<Kind>Framework</Kind>
<Link>AppCenterAnalytics.framework</Link>
<ForceLoad>True</ForceLoad>
</NativeReference>
</ItemGroup>

<Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.ObjcBinding.CSharp.targets" />
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// When the attribute is present, the linker—if enabled—will process the assembly
// even if you’re using the “Link SDK assemblies only” option, which is the default for device builds.

[assembly: LinkerSafe]
[assembly: AssemblyMetadata("IsTrimmable", "False")]

// Information about this assembly is defined by the following attributes.
// Change them to the values specific to your project.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<Project>
<Target Name="FixAppCenterAnalyticsSymlink" AfterTargets="_CollectFrameworks">
<Message Text="symlinking AppCenterAnalytics" />
<Exec Command="cd $(AppBundleDir)\Contents\Frameworks\AppCenterAnalytics.framework\ ; rm AppCenterAnalytics ; ln -s Versions\A\AppCenterAnalytics AppCenterAnalytics" />
</Target>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("4.3.0")]
[assembly: AssemblyInformationalVersion("4.3.0-XMAC")]
[assembly: AssemblyInformationalVersion("4.3.1-XMAC")]
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("4.3.0")]
[assembly: AssemblyInformationalVersion("4.3.0-XMAC")]
[assembly: AssemblyInformationalVersion("4.3.1-XMAC")]
[assembly: InternalsVisibleTo("Microsoft.AppCenter.Test.Functional, PublicKey=002400000480000094000000060200000024000052534131000400000100010055c4e2f76a6f3430448b1fd5b9ced790181e698a86759ece168bd955efc4297c9f89a303204019a9d2e8e92d204ba87e4825b36f8ba08113dc7297dcebe3d2bc15fabeae1d8c71d69769adedbc37ba7e197efc537cac2d477772ab38c4d4ccee45ddf99ce4343e9b665b663280c4dae2520b508bc7de0faf1978934f094d68e3")]
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<SignAssembly>true</SignAssembly>
<DelaySign>true</DelaySign>
<AssemblyOriginatorKeyFile>..\..\..\appcenter-public-key.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<DelaySign>true</DelaySign>
<AssemblyOriginatorKeyFile>..\..\..\appcenter-public-key.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Expand All @@ -29,7 +29,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<DefineConstants></DefineConstants>
<DefineConstants />
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand All @@ -56,9 +56,13 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<NativeReference Include="..\..\..\externals\macos\AppCenterCrashes.framework">
<NativeReference Include="..\..\..\externals\macos\AppCenterCrashes.framework">
<Kind>Framework</Kind>
<Link>AppCenterCrashes.framework</Link>
<ForceLoad>True</ForceLoad>
<Frameworks />
<LinkerFlags>-lc++</LinkerFlags>
<IsCxx>True</IsCxx>
<SmartLink>False</SmartLink>
</NativeReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.ObjcBinding.CSharp.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// When the attribute is present, the linker—if enabled—will process the assembly
// even if you’re using the “Link SDK assemblies only” option, which is the default for device builds.

[assembly: LinkerSafe]
[assembly: AssemblyMetadata("IsTrimmable", "False")]

// Information about this assembly is defined by the following attributes.
// Change them to the values specific to your project.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<Project>
<Target Name="FixAppCenterCrashesSymlink" AfterTargets="_CollectFrameworks">
<Message Text="symlinking AppCenterCrashes" />
<Exec Command="cd $(AppBundleDir)\Contents\Frameworks\AppCenterCrashes.framework\ ; rm AppCenterCrashes ; ln -s Versions\A\AppCenterCrashes AppCenterCrashes" />
</Target>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("4.3.0")]
[assembly: AssemblyInformationalVersion("4.3.0-XMAC")]
[assembly: AssemblyInformationalVersion("4.3.1-XMAC")]
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("4.3.0")]
[assembly: AssemblyInformationalVersion("4.3.0-XMAC")]
[assembly: AssemblyInformationalVersion("4.3.1-XMAC")]
[assembly: InternalsVisibleTo("Microsoft.AppCenter.Test.Functional, PublicKey=002400000480000094000000060200000024000052534131000400000100010055c4e2f76a6f3430448b1fd5b9ced790181e698a86759ece168bd955efc4297c9f89a303204019a9d2e8e92d204ba87e4825b36f8ba08113dc7297dcebe3d2bc15fabeae1d8c71d69769adedbc37ba7e197efc537cac2d477772ab38c4d4ccee45ddf99ce4343e9b665b663280c4dae2520b508bc7de0faf1978934f094d68e3")]
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("4.3.0")]
[assembly: AssemblyInformationalVersion("4.3.0-XMAC")]
[assembly: AssemblyInformationalVersion("4.3.1-XMAC")]
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("4.3.0")]
[assembly: AssemblyInformationalVersion("4.3.0-XMAC")]
[assembly: AssemblyInformationalVersion("4.3.1-XMAC")]
[assembly: InternalsVisibleTo("Microsoft.AppCenter.Test.Functional")]
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Copyright>Microsoft Corp. All rights reserved.</Copyright>
<Product>Microsoft.AppCenter.Distribute</Product>
<Company>Microsoft Corporation</Company>
<Version>4.3.0-XMAC</Version>
<Version>4.3.1-XMAC</Version>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<FileVersion>4.3.0</FileVersion>
<AssemblyTitle>Microsoft.AppCenter.Distribute</AssemblyTitle>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="18" android:versionName="4.3.0-XMAC" package="com.contoso.test.functional">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="18" android:versionName="4.3.1-XMAC" package="com.contoso.test.functional">
<uses-sdk android:targetSdkVersion="29" android:minSdkVersion="19" />
<uses-permission android:name="android.permission.INTERNET" />
<application android:label="Contoso.Test.Functional.Droid">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

[assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("4.1.0.0")]
[assembly: AssemblyInformationalVersion("4.3.0-XMAC")]
[assembly: AssemblyInformationalVersion("4.3.1-XMAC")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("4.1.0.0")]
[assembly: AssemblyInformationalVersion("4.3.0-XMAC")]
[assembly: AssemblyInformationalVersion("4.3.1-XMAC")]
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("4.1.0.0")]
[assembly: AssemblyInformationalVersion("4.3.0-XMAC")]
[assembly: AssemblyInformationalVersion("4.3.1-XMAC")]

[assembly: InternalsVisibleTo("Microsoft.AppCenter.Analytics.Test.Windows")]
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("4.1.0.0")]
[assembly: AssemblyInformationalVersion("4.3.0-XMAC")]
[assembly: AssemblyInformationalVersion("4.3.1-XMAC")]
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("4.1.0.0")]
[assembly: AssemblyInformationalVersion("4.3.0-XMAC")]
[assembly: AssemblyInformationalVersion("4.3.1-XMAC")]
2 changes: 1 addition & 1 deletion Tests/Microsoft.AppCenter.NET/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("4.1.0.0")]
[assembly: AssemblyInformationalVersion("4.3.0-XMAC")]
[assembly: AssemblyInformationalVersion("4.3.1-XMAC")]

[assembly: InternalsVisibleTo("Microsoft.AppCenter.Test.Windows")]
[assembly: InternalsVisibleTo("Microsoft.AppCenter.Analytics.Test.Windows")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("4.1.0.0")]
[assembly: AssemblyInformationalVersion("4.3.0-XMAC")]
[assembly: AssemblyInformationalVersion("4.3.1-XMAC")]
Loading

0 comments on commit 4a63d6e

Please sign in to comment.