Skip to content

Commit 2b55d6f

Browse files
author
Tomáš Bezouška
committed
Bump version, pdb set to portable
1 parent a2f3ac0 commit 2b55d6f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/Firebase/Firebase.csproj

+3-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<PackageId>FirebaseDatabase.net</PackageId>
6-
<PackageVersion>4.0.3</PackageVersion>
6+
<PackageVersion>4.0.4</PackageVersion>
77
<Authors>Step Up Labs, Inc.</Authors>
88
<Description>Complex C# library for Firebase Realtime Database built on top of Firebase REST API. Among others it supports following:
99

@@ -25,11 +25,8 @@
2525
<IncludeSymbols>true</IncludeSymbols>
2626
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2727
<DocumentationFile>bin\$(Configuration)\netstandard2.0\Firebase.xml</DocumentationFile>
28-
</PropertyGroup>
29-
30-
<PropertyGroup>
31-
<DebugType>pdbonly</DebugType>
32-
<DebugSymbols>True</DebugSymbols>
28+
<DebugType>portable</DebugType>
29+
<DebugSymbols>true</DebugSymbols>
3330
</PropertyGroup>
3431

3532
<ItemGroup>

0 commit comments

Comments
 (0)