File tree Expand file tree Collapse file tree 3 files changed +4
-10
lines changed
src/Umbraco.Deploy.Contrib.Connectors/Properties Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1
1
# 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
Original file line number Diff line number Diff line change 6
6
[ assembly: AssemblyConfiguration ( "" ) ]
7
7
[ assembly: AssemblyCompany ( "" ) ]
8
8
[ assembly: AssemblyProduct ( "Umbraco.Deploy.Contrib" ) ]
9
- [ assembly: AssemblyCopyright ( "Copyright © Umbraco 2019 " ) ]
9
+ [ assembly: AssemblyCopyright ( "Copyright © Umbraco 2020 " ) ]
10
10
[ assembly: AssemblyTrademark ( "" ) ]
11
11
[ assembly: AssemblyCulture ( "" ) ]
12
12
Original file line number Diff line number Diff line change 8
8
// </auto-generated>
9
9
//------------------------------------------------------------------------------
10
10
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" ) ]
19
13
20
14
You can’t perform that action at this time.
0 commit comments