-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
🎸 FeatureNew feature or requestNew feature or request👋 good first issueGood for newcomersGood for newcomers
Description
I wanted to use knope for all packages i publish, i currently publish nodejs, python, and dotnet packages and it doesn't support dotnet, it would be great to add support for dotnet packages, dotnet packages handle [packageName].csproj
it is an xml file with structure defined here https://learn.microsoft.com/en-us/aspnet/web-forms/overview/deployment/web-deployment-in-the-enterprise/understanding-the-project-file
for a simple package the file will look like this
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Authors>Package Author</Authors>
<Description>Package Description</Description>
<PackageIcon>icon.png</PackageIcon>
<PackageLicenseExpression></PackageLicenseExpression>
<Version>0.0.0</Version>
</PropertyGroup>
</Project>
hazre
Metadata
Metadata
Assignees
Labels
🎸 FeatureNew feature or requestNew feature or request👋 good first issueGood for newcomersGood for newcomers