Skip to content

Commit 79e4afc

Browse files
authored
Merge pull request #23 from apptentive/develop
Release 5.7.0
2 parents a1c3604 + e9a1050 commit 79e4afc

File tree

6 files changed

+9
-3
lines changed

6 files changed

+9
-3
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# OSX noise
2+
.DS_Store

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This document lets you know what has changed in the Xamarin.Android package. For
44

55
- [Android Changelog](https://github.com/apptentive/apptentive-android/blob/master/CHANGELOG.md)
66

7+
# 2021-08-04 - v5.7.0
8+
9+
- Apptentive Android SDK: 5.7.0
10+
711
# 2021-07-28 - v5.6.5
812

913
- Apptentive Android SDK: 5.6.4

source/Apptentive.Android.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<TransformFile Include="Transforms\Metadata.xml" />
9898
</ItemGroup>
9999
<ItemGroup>
100-
<LibraryProjectZip Include="Jars\apptentive-android-5.6.4.aar" />
100+
<LibraryProjectZip Include="Jars\apptentive-android-5.7.0.aar" />
101101
</ItemGroup>
102102
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.Bindings.targets" />
103103
<Import Project="packages\Xamarin.Android.Support.Compat.4.28.0.0\build\MonoAndroid70\Xamarin.Android.Support.Compat.targets" Condition="Exists('packages\Xamarin.Android.Support.Compat.4.28.0.0\build\MonoAndroid70\Xamarin.Android.Support.Compat.targets')" />
1010 KB
Binary file not shown.

source/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
1919
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
2020

21-
[assembly: AssemblyVersion("5.6.5")]
21+
[assembly: AssemblyVersion("5.7.0")]
2222
[assembly: MetaData("apptentive_sdk_distribution", Value = "Xamarin")]
23-
[assembly: MetaData("apptentive_sdk_distribution_version", Value = "5.6.5")]
23+
[assembly: MetaData("apptentive_sdk_distribution_version", Value = "5.7.0")]
2424

2525
// The following attributes are used to specify the signing key for the assembly,
2626
// if desired. See the Mono documentation for more information about signing.

0 commit comments

Comments
 (0)