Skip to content

Commit 8ca34fe

Browse files
committed
Updated to CMS RC3 and bumped version to beta003.
1 parent 1ae3e4c commit 8ca34fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Version>9.0.0</Version>
44
<AssemblyVersion>9.0.0</AssemblyVersion>
5-
<InformationalVersion>9.0.0-beta002</InformationalVersion>
5+
<InformationalVersion>9.0.0-beta003</InformationalVersion>
66
<FileVersion>9.0.0</FileVersion>
77
<LangVersion Condition="'$(LangVersion)' == ''">9.0</LangVersion>
88
<NeutralLanguage>en-US</NeutralLanguage>

src/Umbraco.Deploy.Contrib/Umbraco.Deploy.Contrib.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
11-
<PackageReference Include="Umbraco.Deploy.Core" Version="9.0.0-beta002" />
11+
<PackageReference Include="Umbraco.Deploy.Core" Version="9.0.0-beta003" />
1212
</ItemGroup>
1313
</Project>

0 commit comments

Comments
 (0)