From 5710a8367768c022a46ac87da772575c5ba2c12b Mon Sep 17 00:00:00 2001 From: Eugene Sadovoi Date: Wed, 8 Apr 2020 19:02:30 -0700 Subject: [PATCH 1/2] refactor: Removed solution --- Unity.Experimental.sln | 25 ------------------------- src/Unity.Experimental.csproj | 3 ++- 2 files changed, 2 insertions(+), 26 deletions(-) delete mode 100644 Unity.Experimental.sln diff --git a/Unity.Experimental.sln b/Unity.Experimental.sln deleted file mode 100644 index 9cedd5a..0000000 --- a/Unity.Experimental.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.30002.166 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unity.Experimental", "src\Unity.Experimental.csproj", "{A25A345C-1402-4979-B692-092EBB876FB2}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {A25A345C-1402-4979-B692-092EBB876FB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A25A345C-1402-4979-B692-092EBB876FB2}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A25A345C-1402-4979-B692-092EBB876FB2}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A25A345C-1402-4979-B692-092EBB876FB2}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {296C04ED-A84B-493A-B8CC-2D79BC8C4A19} - EndGlobalSection -EndGlobal diff --git a/src/Unity.Experimental.csproj b/src/Unity.Experimental.csproj index a3236d7..319933f 100644 --- a/src/Unity.Experimental.csproj +++ b/src/Unity.Experimental.csproj @@ -11,7 +11,8 @@ Unity Open Source Project latest enable - net48 + netstandard2.1;netstandard2.0;netstandard1.0;netcoreapp3.0;netcoreapp2.0;netcoreapp1.0;net48;net47;net46;net45;net40 + true From a951130c026033d0806140d1fd446a0836db8498 Mon Sep 17 00:00:00 2001 From: Eugene Sadovoi Date: Sat, 11 Apr 2020 14:48:43 -0700 Subject: [PATCH 2/2] fix#5 No longer required --- CHANGELOG.md | 9 +++++++++ README.md | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8c2cc67 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# (2020-04-10) + + +### Bug Fixes + +* Removed unused settings ([1f47686](https://github.com/unitycontainer/experimental/commit/1f47686298487ad0d2a1b493b104485ef40a53dd)) + + + diff --git a/README.md b/README.md index 56c0799..74a32a5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ # experimental This repository contains experimental content -