Skip to content

Commit f36a59e

Browse files
committed
Add transform for Azure.Core for Umbraco package
1 parent b6e4a4d commit f36a59e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

build/UmbracoFileSystemProviders.Azure.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PackageName>UmbracoFileSystemProviders.Azure</PackageName>
1717
<MinUmbracoVersion>8.1.0</MinUmbracoVersion>
1818
<Readme>An Azure Blob Storage IFileSystem provider for Umbraco.</Readme>
19-
<AuthorName>James Jackson-South, Dirk Seefeld, Lars-Erik Aabech, Jeavon Leopold</AuthorName>
19+
<AuthorName>James Jackson-South, Dirk Seefeld, Lars-Erik Aabech, Jeavon Leopold, Warren Buckley, Callum Whyte, Sebastiaan Janssen, Rachel Breeze, Shannon Deminick, Chad Currie</AuthorName>
2020
<AuthorUrl>https://github.com/umbraco-community/UmbracoFileSystemProviders.Azure/graphs/contributors</AuthorUrl>
2121
<PackageLicenseName>Apache 2.0 license</PackageLicenseName>
2222
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>

build/transforms/umbpak-web.config.install.xdt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</dependentAssembly>
77
<dependentAssembly xdt:Transform="Remove" xdt:Locator="Condition(./_defaultNamespace:assemblyIdentity/@name='Microsoft.Data.Edm')">
88
</dependentAssembly>
9-
<dependentAssembly xdt:Transform="Remove" xdt:Locator="Condition(./_defaultNamespace:assemblyIdentity/@name='Microsoft.Azure.KeyVault.Core')">
9+
<dependentAssembly xdt:Transform="Remove" xdt:Locator="Condition(./_defaultNamespace:assemblyIdentity/@name='Azure.Core')">
1010
</dependentAssembly>
1111

1212
<dependentAssembly xdt:Transform="InsertIfMissing" xdt:Locator="Condition(./_defaultNamespace:assemblyIdentity/@name='Microsoft.Data.OData')">
@@ -17,6 +17,10 @@
1717
<assemblyIdentity name="Microsoft.Data.Edm" publicKeyToken="31bf3856ad364e35" culture="neutral" />
1818
<bindingRedirect oldVersion="0.0.0.0-5.8.4.0" newVersion="5.8.4.0" xdt:Transform="SetAttributes" />
1919
</dependentAssembly>
20+
<dependentAssembly xdt:Transform="InsertIfMissing" xdt:Locator="Condition(./_defaultNamespace:assemblyIdentity/@name='Azure.Core')">
21+
<assemblyIdentity name="Azure.Core" publicKeyToken="31bf3856ad364e35" culture="neutral" />
22+
<bindingRedirect oldVersion="0.0.0.0-1.18.0.0" newVersion="1.18.0.0" xdt:Transform="SetAttributes" />
23+
</dependentAssembly>
2024
</assemblyBinding>
2125
</runtime>
2226
</configuration>

0 commit comments

Comments
 (0)