File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
VBTestTaskService/My Project Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 4
4
<OutputType >Exe</OutputType >
5
5
<TargetFramework >netcoreapp2.0</TargetFramework >
6
6
<StartupObject >TestTaskServiceConsole.Program</StartupObject >
7
+ <Version >2.7.1</Version >
7
8
</PropertyGroup >
8
9
9
10
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ Imports System.Runtime.InteropServices
10
10
11
11
< Assembly : AssemblyTitle( "VBTestTaskService" )>
12
12
< Assembly : AssemblyDescription( "" )>
13
- < Assembly : AssemblyCompany( "Hewlett-Packard Company " )>
13
+ < Assembly : AssemblyCompany( "Github Community " )>
14
14
< Assembly : AssemblyProduct( "VBTestTaskService" )>
15
- < Assembly : AssemblyCopyright( "Copyright © Hewlett-Packard Company 2008 " )>
15
+ < Assembly : AssemblyCopyright( "Copyright © Github Community " )>
16
16
< Assembly : AssemblyTrademark( "" )>
17
17
18
18
< Assembly : ComVisible( False )>
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
31
31
' by using the '*' as shown below:
32
32
' <Assembly: AssemblyVersion("1.0.*")>
33
33
34
- < Assembly : AssemblyVersion( "1.0.0 .0" )>
35
- < Assembly : AssemblyFileVersion( "1.0.0 .0" )>
34
+ < Assembly : AssemblyVersion( "2.7.1 .0" )>
35
+ < Assembly : AssemblyFileVersion( "2.7.1 .0" )>
You can’t perform that action at this time.
0 commit comments