Skip to content

Commit

Permalink
Bump version to 10.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldbarendse committed Jun 9, 2022
1 parent 6f9fb9d commit fe342d6
Show file tree
Hide file tree
Showing 5 changed files with 207 additions and 207 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>2.0.0-rc1</Version>
<Version>10.0.0-rc1</Version>
<NeutralLanguage>en-US</NeutralLanguage>
<Company>Umbraco</Company>
<Copyright>Copyright © Umbraco 2022</Copyright>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<PackageTags>umbraco storage azure blob</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Umbraco.Cms.Web.Common" Version="10.0.0-rc3" />
<PackageReference Include="SixLabors.ImageSharp.Web.Providers.Azure" Version="2.0.0" />
<PackageReference Include="Umbraco.Cms.Web.Common" Version="[10.0.0-rc5, 11)" />
<PackageReference Include="SixLabors.ImageSharp.Web.Providers.Azure" Version="2.0.1" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.12.0" />
<ProjectReference Include="..\Umbraco.StorageProviders\Umbraco.StorageProviders.csproj" />
</ItemGroup>
Expand Down
Loading

0 comments on commit fe342d6

Please sign in to comment.