Skip to content

Commit

Permalink
add LICENSE.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
lisa3907 committed Mar 20, 2019
1 parent cdcb657 commit 9d07372
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DotNet.HighStock.Sample/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ public void ConfigureServices(IServiceCollection services)
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory)
{
loggerFactory.AddConsole(Configuration.GetSection("Logging"));
loggerFactory.AddDebug();
//loggerFactory.AddConsole(Configuration.GetSection("Logging"));
//loggerFactory.AddDebug();

//app.UseApplicationInsightsRequestTelemetry();

Expand Down
9 changes: 8 additions & 1 deletion DotNet.HighStock/DotNet.HighStock.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
<PackageTags>highstocks;highstock;highcharts;highchart</PackageTags>
<PackageIconUrl>https://github.com/lisa3907/dotnet.highstock/blob/master/logo-files/highstock.ico?raw=true</PackageIconUrl>
<PackageProjectUrl>https://github.com/lisa3907/dotnet.highstock</PackageProjectUrl>
<PackageLicenseUrl></PackageLicenseUrl>
<NetStandardImplicitPackageVersion>1.6.1</NetStandardImplicitPackageVersion>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>2.2.2</Version>
<PackageReleaseNotes>nuget update</PackageReleaseNotes>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -29,4 +29,11 @@
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.5.1" />
</ItemGroup>

<ItemGroup>
<None Include="..\LICENSE.txt">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>
5 changes: 5 additions & 0 deletions DotNet.HighStock/global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"sdk": {
"version": "3.0.100"
}
}
6 changes: 3 additions & 3 deletions DotNet.Highstock.sln
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2002
# Visual Studio Version 16
VisualStudioVersion = 16.0.28714.193
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BC101D79-62FB-4576-B4EC-E9D6FB7C7322}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Expand Down
File renamed without changes.

0 comments on commit 9d07372

Please sign in to comment.