Skip to content

Commit

Permalink
Updated to CMS RC3 and bumped version to beta003.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyButland committed Sep 9, 2021
1 parent 1ae3e4c commit 8ca34fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Version>9.0.0</Version>
<AssemblyVersion>9.0.0</AssemblyVersion>
<InformationalVersion>9.0.0-beta002</InformationalVersion>
<InformationalVersion>9.0.0-beta003</InformationalVersion>
<FileVersion>9.0.0</FileVersion>
<LangVersion Condition="'$(LangVersion)' == ''">9.0</LangVersion>
<NeutralLanguage>en-US</NeutralLanguage>
Expand Down
2 changes: 1 addition & 1 deletion src/Umbraco.Deploy.Contrib/Umbraco.Deploy.Contrib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Umbraco.Deploy.Core" Version="9.0.0-beta002" />
<PackageReference Include="Umbraco.Deploy.Core" Version="9.0.0-beta003" />
</ItemGroup>
</Project>

0 comments on commit 8ca34fe

Please sign in to comment.