Skip to content

Commit 41915a8

Browse files
committed
Add package metadata
1 parent 58bcff5 commit 41915a8

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Abies/Abies.csproj

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
<TargetFramework>net9.0</TargetFramework>
55
<!-- needed to support JS interop -->
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7+
8+
<!-- Package metadata -->
9+
<Authors>Maurice CGP Peters</Authors>
10+
<Description>Abies - A WebAssembly library for building MVP style web applications with .NET</Description>
11+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
12+
<PackageReadmeFile>README.md</PackageReadmeFile>
13+
<PackageProjectUrl>https://github.com/Picea/Abies</PackageProjectUrl>
14+
<RepositoryUrl>https://github.com/Picea/Abies.git</RepositoryUrl>
15+
<RepositoryType>git</RepositoryType>
16+
<PackageTags>webassembly;wasm;dotnet;web</PackageTags>
717
</PropertyGroup>
818

919
<ItemGroup>

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Abies (/ˈa.bi.eːs/)
22

3+
A WebAssembly library for building MVP style web applications with .NET
4+
35
## The name
46

57
Abies is a latin name which means "fir tree"

0 commit comments

Comments
 (0)