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 - 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