From 77a1116caf61b0c8ada96c4769dc38953846ca02 Mon Sep 17 00:00:00 2001 From: Andrei Borodin Date: Tue, 19 Nov 2019 16:47:28 -0800 Subject: [PATCH 1/2] Updating MSBuildForUnity NuGet package reference that is either generated or embedded int he simple sample. The new version range allows any 0.8.0- prerelease, or a 0.8.0 package as max. --- .../Assets/NewtonsoftDependency/NewtonsoftDependency.csproj | 2 +- .../DependenciesProjectTemplate.g.props.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Samples/SimpleNuGetDependency.Unity/Assets/NewtonsoftDependency/NewtonsoftDependency.csproj b/Samples/SimpleNuGetDependency.Unity/Assets/NewtonsoftDependency/NewtonsoftDependency.csproj index 31b2884..2c6eb05 100644 --- a/Samples/SimpleNuGetDependency.Unity/Assets/NewtonsoftDependency/NewtonsoftDependency.csproj +++ b/Samples/SimpleNuGetDependency.Unity/Assets/NewtonsoftDependency/NewtonsoftDependency.csproj @@ -16,7 +16,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/Source/MSBuildTools.Unity/Packages/com.microsoft.msbuildforunity/Editor/ProjectGenerator/MSBuildTemplates/DependenciesProjectTemplate.g.props.template b/Source/MSBuildTools.Unity/Packages/com.microsoft.msbuildforunity/Editor/ProjectGenerator/MSBuildTemplates/DependenciesProjectTemplate.g.props.template index 3e18de6..57b9b24 100644 --- a/Source/MSBuildTools.Unity/Packages/com.microsoft.msbuildforunity/Editor/ProjectGenerator/MSBuildTemplates/DependenciesProjectTemplate.g.props.template +++ b/Source/MSBuildTools.Unity/Packages/com.microsoft.msbuildforunity/Editor/ProjectGenerator/MSBuildTemplates/DependenciesProjectTemplate.g.props.template @@ -20,7 +20,7 @@ - + all runtime; build; native; contentfiles; analyzers From 6a521da5f5e2140a3bb23acaa722c77a5b6e8206 Mon Sep 17 00:00:00 2001 From: Andrei Borodin Date: Tue, 19 Nov 2019 16:48:09 -0800 Subject: [PATCH 2/2] Git is case sensitive on link, fixing it --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f52ecae..c0e6c79 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ MSBuildForUnity solves the problem of establishing clear dependency relationship The samples included in this repository best convey the simplicity and value of this component: -- [Simple NuGet Dependency Sample](Samples/SimpleNuGetDependency.Unity/Readme.md) - Showcases the simplest and most minimal usage of this component to pull in a dependency. -- [Integrated Dependencies Sample](Samples/IntegratedDependencies.Unity/Readme.md) - Showcases the power of this component by relying on project generation. +- [Simple NuGet Dependency Sample](Samples/SimpleNuGetDependency.Unity/README.md) - Showcases the simplest and most minimal usage of this component to pull in a dependency. +- [Integrated Dependencies Sample](Samples/IntegratedDependencies.Unity/README.md) - Showcases the power of this component by relying on project generation. ## Contributing