Skip to content

Commit

Permalink
Update version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kahbazi committed Apr 25, 2020
1 parent e0ccbc8 commit 1636ec7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/MediatR.AspNetCore.Endpoints/Package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package >
<metadata>
<id>MediatR.AspNetCore.Endpoints</id>
<version>0.1.0</version>
<version>0.2.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>
<releaseNotes>Use MediatR in ASP.NET Core without controllers</releaseNotes>
<copyright>Copyright 2020</copyright>
<tags>mediatR aspnetcore endpoint microservice</tags>
<dependencies>
<dependency id="MediatR" version="8.0.0" />
Expand Down

0 comments on commit 1636ec7

Please sign in to comment.