Skip to content

Commit 75b42dd

Browse files
committed
Temporarily disabled SourceLink because of the issues with Mono
1 parent 9a07134 commit 75b42dd

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Macaron.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
1818
<AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk>
1919
<TargetFrameworkVersion>v9.0</TargetFrameworkVersion>
20-
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
21-
<PublishRepositoryUrl>true</PublishRepositoryUrl>
20+
<!--<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
21+
<PublishRepositoryUrl>true</PublishRepositoryUrl>-->
2222
</PropertyGroup>
2323
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2424
<DebugSymbols>true</DebugSymbols>
@@ -30,13 +30,13 @@
3030
<WarningLevel>4</WarningLevel>
3131
</PropertyGroup>
3232
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33-
<DebugType>portable</DebugType>
33+
<DebugType>none</DebugType>
3434
<Optimize>true</Optimize>
3535
<OutputPath>bin\Release\</OutputPath>
3636
<DefineConstants>TRACE</DefineConstants>
3737
<ErrorReport>prompt</ErrorReport>
3838
<WarningLevel>4</WarningLevel>
39-
<DebugSymbols>true</DebugSymbols>
39+
<DebugSymbols>false</DebugSymbols>
4040
</PropertyGroup>
4141
<ItemGroup>
4242
<Reference Include="Microsoft.CSharp" />
@@ -57,11 +57,11 @@
5757
<Compile Include="Widgets\SelectableAdapter.cs" />
5858
</ItemGroup>
5959
<ItemGroup>
60-
<PackageReference Include="Microsoft.SourceLink.GitHub">
60+
<!--<PackageReference Include="Microsoft.SourceLink.GitHub">
6161
<Version>1.0.0-beta-63127-02</Version>
6262
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
6363
<PrivateAssets>all</PrivateAssets>
64-
</PackageReference>
64+
</PackageReference>-->
6565
<PackageReference Include="Xamarin.Android.Support.v7.RecyclerView">
6666
<Version>27.0.2.1</Version>
6767
</PackageReference>

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
// You can specify all the values or you can default the Build and Revision Numbers
2525
// by using the '*' as shown below:
2626
// [assembly: AssemblyVersion("1.0.*")]
27-
[assembly: AssemblyInformationalVersion("1.0.1")]
28-
[assembly: AssemblyVersion("1.0.1.*")]
27+
[assembly: AssemblyInformationalVersion("1.0.2")]
28+
[assembly: AssemblyVersion("1.0.2.*")]

0 commit comments

Comments
 (0)