Skip to content

Commit

Permalink
Add nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
Kahbazi committed Dec 29, 2019
1 parent 4b990e6 commit 5b43a3f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
Binary file removed MediatREndpoint.1.0.0.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\MediatR\src\MediatR\MediatR.csproj" />
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="MediatR" Version="8.0.0" />
</ItemGroup>
</Project>
19 changes: 19 additions & 0 deletions src/MediatR.AspNetCore.Endpoints/Package.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>MediatR.AspNetCore.Endpoints</id>
<version>0.1.0</version>
<authors>Kahbazi</authors>
<owners>Kahbazi</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">Apache-2.0</license>
<projectUrl>https://github.com/Kahbazi/MediatR.AspNetCore.Endpoints</projectUrl>
<description>Pure MediatR for ASP.NET Core without the needs for controllers</description>
<releaseNotes>Use MediatR in ASP.NET Core without MVC</releaseNotes>
<copyright>Copyright 2019</copyright>
<tags>mediatR aspnetcore endpoint microservice</tags>
<dependencies>
<dependency id="MediatR" version="8.0.0" />
</dependencies>
</metadata>
</package>

0 comments on commit 5b43a3f

Please sign in to comment.