aboutsummaryrefslogtreecommitdiffstats
path: root/src/I2R.Endpoints.csproj
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-11-19 08:03:54 +0100
committerivarlovlie <git@ivarlovlie.no>2022-11-19 08:03:54 +0100
commit09250198cdd7a7c13bc50664ef3c8b51bdc1ea8b (patch)
tree963c5ffe58e8a9809db21f24fd792032250c113c /src/I2R.Endpoints.csproj
parentf48f101eb0dd6bbdca91d5f50b4ce4194d7369ab (diff)
downloaddotnet-endpoints-09250198cdd7a7c13bc50664ef3c8b51bdc1ea8b.tar.xz
dotnet-endpoints-09250198cdd7a7c13bc50664ef3c8b51bdc1ea8b.zip
feat: Release v1.0.0v1.0.0
Diffstat (limited to 'src/I2R.Endpoints.csproj')
-rw-r--r--src/I2R.Endpoints.csproj13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/I2R.Endpoints.csproj b/src/I2R.Endpoints.csproj
index c4d4c67..4948bed 100644
--- a/src/I2R.Endpoints.csproj
+++ b/src/I2R.Endpoints.csproj
@@ -2,7 +2,18 @@
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
-
+ <PackageProjectUrl>https://git.ivar.systems/dotnet-endpoints</PackageProjectUrl>
+ <PackageLicenseUrl>https://git.ivar.systems/dotnet-endpoints/tree/COPYING</PackageLicenseUrl>
+ <RepositoryUrl>https://git.ivar.systems/dotnet-endpoints</RepositoryUrl>
+ <RepositoryType>git</RepositoryType>
+ <PackageVersion>1.0.0</PackageVersion>
+ <Title>I2R.Endpoints</Title>
+ <Authors>Ivar Løvlie</Authors>
+ <Description>A library that enables single file endpoints (or whatever).</Description>
+ <Copyright>Ivar Løvlie</Copyright>
+ <PackageReleaseNotes>
+ Initial realease.
+ </PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />