The AspNet-Home repository is the starting point for people to learn about MakingSense ASP.NET 5 libraries.
https://ci.appveyor.com/nuget/makingsense-aspnet (authentincated)
Authentication:
- user:
[email protected]
- password:
4@pdw@BlfpQn
NuGet.config
file example:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="aspnetrelease" value="https://www.myget.org/F/aspnetrelease/api/v2" />
<add key="makingsense-aspnet" value="https://ci.appveyor.com/nuget/makingsense-aspnet" />
</packageSources>
<packageSourceCredentials>
<makingsense-aspnet>
<add key="Username" value="[email protected]" />
<add key="ClearTextPassword" value="4@pdw@BlfpQn" />
</makingsense-aspnet>
</packageSourceCredentials>
</configuration>
- aspnet-hypermedia-api-seed - Hypermedia API Seed
- aspnet-hypermedia-api - Hypermedia API Helpers
- aspnet-documentation-middleware - Documentation Middleware
- aspnet-authentication-simpletoken - Simple Authentication Middleware