Skip to content

Commit

Permalink
Updated dependency to 4.7.0 and version to 4.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyButland committed Sep 21, 2022
1 parent 250e8aa commit 8ab65d0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions build/version.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# Usage: on line 2 put the release version, on line 3 put the version comment (example: beta)
4.2.0
rc002
4.2.0
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// </auto-generated>
//------------------------------------------------------------------------------

[assembly: System.Reflection.AssemblyInformationalVersion("4.2.0-rc002")]
[assembly: System.Reflection.AssemblyInformationalVersion("4.2.0")]
[assembly: System.Reflection.AssemblyVersion("4.2.0")]


Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="UmbracoDeploy.Core">
<Version>4.7.0-rc002</Version>
<Version>4.7.0</Version>
</PackageReference>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="UmbracoDeploy.Core">
<Version>4.7.0-rc002</Version>
<Version>4.7.0</Version>
</PackageReference>
</ItemGroup>

Expand Down

0 comments on commit 8ab65d0

Please sign in to comment.