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 #22 from nor0x/update/4.2.0
Browse files Browse the repository at this point in the history
Update/4.2.0
  • Loading branch information
nor0x authored Apr 3, 2021
2 parents 6c6bf41 + 2d19983 commit 60852cd
Show file tree
Hide file tree
Showing 62 changed files with 1,747 additions and 60 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.1.0.1-XMAC")]
[assembly: AssemblyInformationalVersion("4.2.0-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.1.0.1-XMAC</Version>
<Version>4.2.0-XMAC</Version>
</PackageReference>
<PackageReference Include="nor0x.AppCenter.Analytics">
<Version>4.1.0.1-XMAC</Version>
<Version>4.2.0-XMAC</Version>
</PackageReference>
<PackageReference Include="nor0x.AppCenter.Crashes">
<Version>4.1.0.1-XMAC</Version>
<Version>4.2.0-XMAC</Version>
</PackageReference>
</ItemGroup>

Expand Down
12 changes: 6 additions & 6 deletions Apps/nor0x.Forms.Demo/Demo/Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
<PackageReference Include="Xamarin.Essentials" Version="1.6.0-pre1" />
</ItemGroup>
<ItemGroup Condition=" $(TargetFramework.StartsWith('netstandard')) ">
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="4.1.0" />
<PackageReference Include="Microsoft.AppCenter" Version="4.1.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="4.1.0" />
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="4.2.0" />
<PackageReference Include="Microsoft.AppCenter" Version="4.2.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="4.2.0" />
</ItemGroup>
<ItemGroup Condition=" $(TargetFramework.StartsWith('xamarin.mac')) ">
<PackageReference Include="nor0x.AppCenter" Version="4.1.0.1-XMAC">
<PackageReference Include="nor0x.AppCenter" Version="4.2.0-XMAC">
</PackageReference>
<PackageReference Include="nor0x.AppCenter.Analytics" Version="4.1.0.1-XMAC">
<PackageReference Include="nor0x.AppCenter.Analytics" Version="4.2.0-XMAC">
</PackageReference>
<PackageReference Include="nor0x.AppCenter.Crashes" Version="4.1.0.1-XMAC">
<PackageReference Include="nor0x.AppCenter.Crashes" Version="4.2.0-XMAC">
</PackageReference>
</ItemGroup>
</Project>
Binary file not shown.
Binary file not shown.
50 changes: 50 additions & 0 deletions CAKE_SCRIPT_TEMPiOSAssemblies/Microsoft.AppCenter.Analytics.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 60852cd

Please sign in to comment.