Skip to content

Commit

Permalink
release: 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garcia committed Jul 7, 2020
1 parent 1646b8c commit e571a7c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Authors>Sentry Team and Contributors</Authors>
<Version>1.1.2</Version>
<Version>1.1.3</Version>
<Company>Sentry.io</Company>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion src/SymbolCollector.Android/Properties/AndroidManifest.xml
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" package="io.sentry.symbol.collector" android:versionCode="1" android:versionName="1.1.2">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="io.sentry.symbol.collector" android:versionCode="1" android:versionName="1.1.3">
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="29" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
Expand Down
4 changes: 2 additions & 2 deletions src/SymbolCollector.Android/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
[assembly: ComVisible(false)]

// Until Xamarin supports SDK style csproj
[assembly: AssemblyVersion("1.1.2")]
[assembly: AssemblyFileVersion("1.1.2")]
[assembly: AssemblyVersion("1.1.3")]
[assembly: AssemblyFileVersion("1.1.3")]

0 comments on commit e571a7c

Please sign in to comment.