Skip to content

Commit f94754b

Browse files
committed
Added extra validation and improved error message on error
1 parent a6ccf9d commit f94754b

File tree

5 files changed

+4
-8
lines changed

5 files changed

+4
-8
lines changed

Abstractions

Package.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<version>5.9.0</version>
66
<authors>Unity Container Project</authors>
77
<owners>Unity Container Project</owners>
8-
<licenseUrl>https://github.com/unitycontainer/unity/blob/v5.x/LICENSE</licenseUrl>
8+
<license>https://github.com/unitycontainer/unity/blob/v5.x/LICENSE</license>
99
<projectUrl>https://github.com/unitycontainer/unity</projectUrl>
1010
<iconUrl>https://avatars1.githubusercontent.com/u/12849707</iconUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>

package.sln

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ Global
182182
{510FC085-87EF-4EB8-85EB-6C1E0F629313}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
183183
{510FC085-87EF-4EB8-85EB-6C1E0F629313}.Debug|Any CPU.Build.0 = Debug|Any CPU
184184
{510FC085-87EF-4EB8-85EB-6C1E0F629313}.Release|Any CPU.ActiveCfg = Release|Any CPU
185-
{510FC085-87EF-4EB8-85EB-6C1E0F629313}.Release|Any CPU.Build.0 = Release|Any CPU
186185
{A66DF5B3-583E-4269-A110-7386356584AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
187186
{A66DF5B3-583E-4269-A110-7386356584AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
188187
{A66DF5B3-583E-4269-A110-7386356584AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -234,11 +233,8 @@ Global
234233
{5F84ACD0-148C-4DE0-ADCA-073B5C66BAD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
235234
{5F84ACD0-148C-4DE0-ADCA-073B5C66BAD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
236235
{5F84ACD0-148C-4DE0-ADCA-073B5C66BAD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
237-
{5F84ACD0-148C-4DE0-ADCA-073B5C66BAD1}.Release|Any CPU.Build.0 = Release|Any CPU
238236
{BF0FFC67-E5D8-45CE-95AD-A595F63A37EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
239-
{BF0FFC67-E5D8-45CE-95AD-A595F63A37EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
240237
{BF0FFC67-E5D8-45CE-95AD-A595F63A37EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
241-
{BF0FFC67-E5D8-45CE-95AD-A595F63A37EF}.Release|Any CPU.Build.0 = Release|Any CPU
242238
EndGlobalSection
243239
GlobalSection(SolutionProperties) = preSolution
244240
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)