Skip to content

Commit e1930ee

Browse files
committed
Updated dependency to deploy 10.0.0 and version to 10.0.0.
1 parent 101ca79 commit e1930ee

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>10.0.0</Version>
44
<AssemblyVersion>10.0.0</AssemblyVersion>
5-
<InformationalVersion>10.0.0-rc2</InformationalVersion>
5+
<InformationalVersion>10.0.0</InformationalVersion>
66
<FileVersion>10.0.0</FileVersion>
77
<LangVersion Condition="'$(LangVersion)' == ''">10.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="10.0.0-rc6" />
11+
<PackageReference Include="Umbraco.Deploy.Core" Version="10.0.0" />
1212
</ItemGroup>
1313
</Project>

0 commit comments

Comments
 (0)