Skip to content

Commit eb83151

Browse files
committed
Releasing 5.11
1 parent a28a350 commit eb83151

File tree

5 files changed

+16
-15
lines changed

5 files changed

+16
-15
lines changed

.gitmodules

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
[submodule "Abstractions"]
2+
path = Abstractions
3+
url = ../abstractions.git
4+
branch = release/5.11
15
[submodule "Container"]
26
path = Container
37
url = ../container.git
4-
branch = master
8+
branch = release/5.11
59
[submodule "SpecificationTests"]
610
path = SpecificationTests
711
url = ../specification-tests.git
@@ -37,25 +41,22 @@
3741
[submodule "Microsoft.DependencyInjection"]
3842
path = Microsoft.DependencyInjection
3943
url = ../microsoft-dependency-injection.git
40-
branch = master
44+
branch = release/5.11
4145
[submodule "Log4net"]
4246
path = Log4net
43-
url = https://github.com/unitycontainer/log4net.git
47+
url = ../log4net.git
4448
[submodule "NLog"]
4549
path = NLog
46-
url = https://github.com/unitycontainer/NLog.git
50+
url = ../NLog.git
4751
[submodule "Microsoft.Logging"]
4852
path = Microsoft.Logging
49-
url = https://github.com/unitycontainer/microsoft-logging.git
53+
url = ../microsoft-logging.git
5054
[submodule "Examples"]
5155
path = Examples
52-
url = https://github.com/unitycontainer/examples.git
56+
url = ../examples.git
5357
[submodule "Microsoft.Options"]
5458
path = Microsoft.Options
55-
url = https://github.com/unitycontainer/microsoft-options.git
59+
url = ../microsoft-options.git
5660
[submodule "WCF"]
5761
path = WCF
58-
url = https://github.com/unitycontainer/wcf.git
59-
[submodule "Abstractions"]
60-
path = Abstractions
61-
url = https://github.com/unitycontainer/abstractions.git
62+
url = ../wcf.git

Abstractions

Container

Microsoft.DependencyInjection

Package.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>Unity</id>
5-
<version>5.11.1</version>
5+
<version>5.11.2</version>
66
<authors>Unity Container Project</authors>
77
<owners>Unity Container Project</owners>
88
<licenseUrl>https://github.com/unitycontainer/unity/blob/v5.x/LICENSE</licenseUrl>

0 commit comments

Comments
 (0)