Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions Directory.Build.Props
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<Authors>Maytham Fahmi and Contributors</Authors>
<Copyright>All Rights Reserved</Copyright>
<Version>3.3.0</Version>
<FileVersion>3.4.0.0</FileVersion>
<AssemblyVersion>3.4.0.0</AssemblyVersion>
<Version>3.4.1</Version>
<FileVersion>3.4.1.0</FileVersion>
<AssemblyVersion>3.4.1.0</AssemblyVersion>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -19,6 +19,10 @@

<!-- Some of us are already working with the next SDK -->
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>

<!-- Generate symbol packages for NuGet -->
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

</Project>