Skip to content

Commit

Permalink
Update license path
Browse files Browse the repository at this point in the history
  • Loading branch information
fahminlb33 committed Feb 26, 2022
1 parent 58cca65 commit 354aaaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/KFlearning.App/KFlearning.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Copyright>Copyright (C) Fahmi Noor Fiqri, Kodesiana 2020-2022</Copyright>
<PackageProjectUrl>https://www.kodesiana.com/kflearning/</PackageProjectUrl>
<RepositoryUrl>https://github.com/fahminlb33/KFlearning</RepositoryUrl>
<PackageLicenseFile>D:\Kodesiana\KFlearning\LICENSE.md</PackageLicenseFile>
<PackageLicenseFile>..\..\LICENSE.md</PackageLicenseFile>
<ApplicationIcon>kflearning-logo.ico</ApplicationIcon>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/KFlearning.Core/KFlearning.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Platforms>AnyCPU</Platforms>
<Description>Application logic for Kodesiana KFlearning</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>D:\Kodesiana\KFlearning\LICENSE.md</PackageLicenseFile>
<PackageLicenseFile>..\..\LICENSE.md</PackageLicenseFile>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\README.md">
Expand Down

0 comments on commit 354aaaf

Please sign in to comment.