diff --git a/Pugnet/Pugnet.csproj b/Pugnet/Pugnet.csproj
index 5e13746..c0edb7d 100644
--- a/Pugnet/Pugnet.csproj
+++ b/Pugnet/Pugnet.csproj
@@ -4,6 +4,15 @@
net8.0
enable
enable
+ LICENSE
+ Apache-2.0
+
Pugnet
+ https://github.com/RespectMathias/Pugnet
+ **Pugnet** is a modern Pug view engine for ASP.NET Core, forked from [Pugzor](https://github.com/AspNetMonsters/pugzor). It is updated for .NET 8 and using Jering's `Javascript.NodeJS`.
+ https://github.com/RespectMathias/Pugnet
+ Readme.md
+ True
+ pug;pugnet;pugzor;view-engine;aspnetcore;asp-net-core;dotnet;net8;templating;javascript-nodejs;razor-alternative;modern-pug;pug-template;mvc;web-development;frontend;server-side-rendering;html-template;pugjs
@@ -16,6 +25,17 @@
+
+
+ True
+ \
+
+
+ True
+ \
+
+
+
diff --git a/Readme.md b/Readme.md
index b51d75d..ca6ebbe 100644
--- a/Readme.md
+++ b/Readme.md
@@ -14,8 +14,6 @@ Learn more about Pug at [pugjs.org](https://pugjs.org/api/getting-started.html).
Install-Package Pugnet
```
-*Note: Package availability coming soon.*
-
---
## 🔨 Usage
@@ -43,7 +41,7 @@ public class Model
**Pug Template:**
```pug
-p #{FirstName}
+p #{FirstName}
```
---