Skip to content

Commit

Permalink
Add symbol package
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJul committed Jul 9, 2023
1 parent da89309 commit 5748e4e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Authors>Julien Lebosquain</Authors>
<Product>Estragonia</Product>
<Copyright>Copyright © $(Authors) – 2023</Copyright>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
</PropertyGroup>

</Project>
10 changes: 10 additions & 0 deletions src/JLeb.Estragonia/JLeb.Estragonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@

<PropertyGroup>
<AssemblyTitle>Estragonia</AssemblyTitle>

<!-- Framework/Language -->
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>10.0</LangVersion>
<AnalysisMode>Recommended</AnalysisMode>

<!-- Package -->
<IsPackable>true</IsPackable>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand All @@ -16,6 +20,12 @@
<PackageReleaseNotes>https://github.com/MrJul/Estragonia/releases</PackageReleaseNotes>
<Description>Estragonia is a bridge allowing the use of the Avalonia UI framework in the Godot game engine.</Description>
<PackageTags>avalonia;godot;ui;game</PackageTags>

<!-- Source Link -->
<IncludeSymbols>true</IncludeSymbols>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>

</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 5748e4e

Please sign in to comment.