embeddedLicenseFIle 1.1.4 License Info

embeddedLicenseFIle 1.1.4

[NuGet Gallery](http://nuget.org/) — Where packages are found 
=======================================================================

This is an implementation of the NuGet Gallery and API. This serves as the back-end and community 
website for the NuGet client. For information about the NuGet project, visit the [Home repository](https://github.com/nuget/home).

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

## Build and Run the Gallery in (arbitrary number) easy steps

1. Prerequisites:
    1. Visual Studio 2017 - Install the following `Workloads`:
        * ASP.NET and web development
        * Azure development
    2. PowerShell 4.0
    3. SQL Server 2016
        * For development purposes connection strings point to `(localdb)\mssqllocaldb`, make sure that the DB engine version 13.0 or greater is being used (check by running `sqllocaldb info mssqllocaldb` in the command line).
2. Clone it!
    
    ```PS C:\Code> git clone https://github.com/NuGet/NuGetGallery.git```
3. Build it!
    
    ```
    PS C:\Code> cd NuGetGallery
    PS C:\Code\NuGetGallery> .\build
    ```