This repository was archived by the owner on Sep 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
<configSections >
4
4
</configSections >
5
5
<startup >
6
- <supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.7 .2" />
6
+ <supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.6 .2" />
7
7
</startup >
8
8
</configuration >
Original file line number Diff line number Diff line change 8
8
<OutputType >WinExe</OutputType >
9
9
<RootNamespace >ConceptMatrix</RootNamespace >
10
10
<AssemblyName >ConceptMatrix</AssemblyName >
11
- <TargetFrameworkVersion >v4.7 .2</TargetFrameworkVersion >
11
+ <TargetFrameworkVersion >v4.6 .2</TargetFrameworkVersion >
12
12
<FileAlignment >512</FileAlignment >
13
13
<ProjectTypeGuids >{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
14
14
<WarningLevel >4</WarningLevel >
Original file line number Diff line number Diff line change 51
51
// You can specify all the values or you can default the Build and Revision Numbers
52
52
// by using the '*' as shown below:
53
53
// [assembly: AssemblyVersion("1.0.*")]
54
- [ assembly: AssemblyVersion ( "2.0.15.0 " ) ]
55
- [ assembly: AssemblyFileVersion ( "2.0.15.0 " ) ]
54
+ [ assembly: AssemblyVersion ( "2.0.15.1 " ) ]
55
+ [ assembly: AssemblyFileVersion ( "2.0.15.1 " ) ]
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<configuration >
3
3
<startup >
4
- <supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.7 .2" />
4
+ <supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.6 .2" />
5
5
</startup >
6
6
</configuration >
Original file line number Diff line number Diff line change 8
8
<OutputType >WinExe</OutputType >
9
9
<RootNamespace >ConceptMatrixUpdater</RootNamespace >
10
10
<AssemblyName >ConceptMatrixUpdater</AssemblyName >
11
- <TargetFrameworkVersion >v4.7 .2</TargetFrameworkVersion >
11
+ <TargetFrameworkVersion >v4.6 .2</TargetFrameworkVersion >
12
12
<FileAlignment >512</FileAlignment >
13
13
<ProjectTypeGuids >{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
14
14
<WarningLevel >4</WarningLevel >
You can’t perform that action at this time.
0 commit comments