Skip to content

Commit 433d4e5

Browse files
committed
bumping version to 3.0.1.
1 parent e1128a3 commit 433d4e5

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

build/version.txt

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[assembly: AssemblyConfiguration("")]
77
[assembly: AssemblyCompany("")]
88
[assembly: AssemblyProduct("Umbraco.Deploy.Contrib")]
9-
[assembly: AssemblyCopyright("Copyright © Umbraco 2019")]
9+
[assembly: AssemblyCopyright("Copyright © Umbraco 2020")]
1010
[assembly: AssemblyTrademark("")]
1111
[assembly: AssemblyCulture("")]
1212

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,7 @@
88
// </auto-generated>
99
//------------------------------------------------------------------------------
1010

11-
using System;
12-
using System.Reflection;
13-
using System.Resources;
14-
using System.Runtime.CompilerServices;
15-
using System.Runtime.InteropServices;
16-
17-
[assembly: AssemblyVersion("3.0.0")]
18-
[assembly: AssemblyInformationalVersion("3.0.0")]
11+
[assembly: System.Reflection.AssemblyVersion("3.0.1")]
12+
[assembly: System.Reflection.AssemblyInformationalVersion("3.0.1")]
1913

2014

0 commit comments

Comments
 (0)