Skip to content

Commit b270ca0

Browse files
Merge branch 'main' into js/taghelper
2 parents 68a82b5 + fb8b334 commit b270ca0

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

ImageSharp.Web.sln

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.28803.452
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.5.33424.131
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_root", "_root", "{C317F1B1-D75E-4C6D-83EB-80367343E0D7}"
77
ProjectSection(SolutionItems) = preProject
@@ -14,6 +14,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_root", "_root", "{C317F1B1
1414
.github\CONTRIBUTING.md = .github\CONTRIBUTING.md
1515
Directory.Build.props = Directory.Build.props
1616
Directory.Build.targets = Directory.Build.targets
17+
LICENSE = LICENSE
1718
README.md = README.md
1819
shared-infrastructure\SixLabors.ruleset = shared-infrastructure\SixLabors.ruleset
1920
shared-infrastructure\SixLabors.Tests.ruleset = shared-infrastructure\SixLabors.Tests.ruleset
@@ -67,12 +68,6 @@ EndProject
6768
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageSharp.Web.Sample", "samples\ImageSharp.Web.Sample\ImageSharp.Web.Sample.csproj", "{8F40DEC6-A97F-4002-A504-13E188665A98}"
6869
EndProject
6970
Global
70-
GlobalSection(SharedMSBuildProjectFiles) = preSolution
71-
shared-infrastructure\src\SharedInfrastructure\SharedInfrastructure.projitems*{2f1b36e2-5d92-4442-b816-d2a978246435}*SharedItemsImports = 5
72-
shared-infrastructure\src\SharedInfrastructure\SharedInfrastructure.projitems*{68a8cc40-6aed-4e96-b524-31b1158fdeea}*SharedItemsImports = 13
73-
shared-infrastructure\src\SharedInfrastructure\SharedInfrastructure.projitems*{e2a545ec-b909-4ead-b95f-397f68588be3}*SharedItemsImports = 5
74-
shared-infrastructure\src\SharedInfrastructure\SharedInfrastructure.projitems*{e631d300-acd5-40ea-a6bb-08e22092ec76}*SharedItemsImports = 5
75-
EndGlobalSection
7671
GlobalSection(SolutionConfigurationPlatforms) = preSolution
7772
Debug|Any CPU = Debug|Any CPU
7873
Debug|x64 = Debug|x64
@@ -173,4 +168,10 @@ Global
173168
GlobalSection(ExtensibilityGlobals) = postSolution
174169
SolutionGuid = {C5B38B65-A19E-4359-859C-5B2205429BD1}
175170
EndGlobalSection
171+
GlobalSection(SharedMSBuildProjectFiles) = preSolution
172+
shared-infrastructure\src\SharedInfrastructure\SharedInfrastructure.projitems*{2f1b36e2-5d92-4442-b816-d2a978246435}*SharedItemsImports = 5
173+
shared-infrastructure\src\SharedInfrastructure\SharedInfrastructure.projitems*{68a8cc40-6aed-4e96-b524-31b1158fdeea}*SharedItemsImports = 13
174+
shared-infrastructure\src\SharedInfrastructure\SharedInfrastructure.projitems*{e2a545ec-b909-4ead-b95f-397f68588be3}*SharedItemsImports = 5
175+
shared-infrastructure\src\SharedInfrastructure\SharedInfrastructure.projitems*{e631d300-acd5-40ea-a6bb-08e22092ec76}*SharedItemsImports = 5
176+
EndGlobalSection
176177
EndGlobal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ SixLabors.ImageSharp.Web
2121

2222
## License
2323

24-
- ImageSharp.Web is licensed under the [Six Labors Split License, Version 1.0](https://github.com/SixLabors/ImageSharp/blob/main/LICEN
24+
- ImageSharp.Web is licensed under the [Six Labors Split License, Version 1.0](https://github.com/SixLabors/ImageSharp.Web/blob/main/LICENSE)
2525

2626
## Support Six Labors
2727

0 commit comments

Comments
 (0)