Skip to content

Commit 8ab65d0

Browse files
committed
Updated dependency to 4.7.0 and version to 4.2.0.
1 parent 250e8aa commit 8ab65d0

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

build/version.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# Usage: on line 2 put the release version, on line 3 put the version comment (example: beta)
2-
4.2.0
3-
rc002
2+
4.2.0

src/Umbraco.Deploy.Contrib.Connectors/Properties/VersionInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// </auto-generated>
99
//------------------------------------------------------------------------------
1010

11-
[assembly: System.Reflection.AssemblyInformationalVersion("4.2.0-rc002")]
11+
[assembly: System.Reflection.AssemblyInformationalVersion("4.2.0")]
1212
[assembly: System.Reflection.AssemblyVersion("4.2.0")]
1313

1414

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88
<ItemGroup>
99
<PackageReference Include="UmbracoDeploy.Core">
10-
<Version>4.7.0-rc002</Version>
10+
<Version>4.7.0</Version>
1111
</PackageReference>
1212
</ItemGroup>
1313
</Project>

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

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

99
<ItemGroup>
1010
<PackageReference Include="UmbracoDeploy.Core">
11-
<Version>4.7.0-rc002</Version>
11+
<Version>4.7.0</Version>
1212
</PackageReference>
1313
</ItemGroup>
1414

0 commit comments

Comments
 (0)