Skip to content

Commit

Permalink
Fix license path
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolai Selivanov committed Nov 12, 2023
1 parent 1d9daf4 commit a4f8dae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/.idea/.idea.UnityMVVM/.idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/.idea/.idea.UnityMVVM/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/UnityMVVM/UnityMVVM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Description>MVVM pattern implemented for Unity3d game engine.</Description>
<PackageProjectUrl>https://github.com/kekchpek/UnityMVVM</PackageProjectUrl>
<RepositoryUrl>https://github.com/kekchpek/UnityMVVM</RepositoryUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageLicenseFile>../LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<LangVersion>9</LangVersion>
Expand Down

0 comments on commit a4f8dae

Please sign in to comment.