Skip to content

Commit

Permalink
Licence change: from Apache-2.0 to MIT
Browse files Browse the repository at this point in the history
  • Loading branch information
jirikanda committed Jan 30, 2019
1 parent 681af05 commit e3a86f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!-- NuGet -->
<PropertyGroup>
<Authors>HAVIT</Authors>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIconUrl>https://www.gravatar.com/avatar/e59ffb10448162f0c6d6b5ae3fecd0ce?s=64</PackageIconUrl>

<!-- Jako default nebudeme dávat content do balíčků (stačí ukliknutí a máme content v nuget balíčku).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- NuGet -->
<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageVersion>1.8.5</PackageVersion>
<PackageVersion>1.8.6</PackageVersion>
<IncludeContentInPack>true</IncludeContentInPack>
<Description>HAVIT .NET Framework Extensions - Castle Windsor support for WebForms</Description>
<!-- Targettig to WebForms, contentFiles is useless (WebForms does not use new csproj format, therefore does not use PackageReference but packages.config. -->
Expand Down

0 comments on commit e3a86f6

Please sign in to comment.