OpenSource » Database Migrator » Migrator2
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

Migrator Migrator now references the latest version of log4net

Changeset e616017b8117

Parent b9d51f2eecdd

by Profile picture of Daniel PupekDaniel Pupek

Changes to 38 files · Browse files at e616017b8117 Showing diff from parent b9d51f2eecdd Diff from another changeset...

 
44
45
46
47
48
49
 
 
 
50
51
52
 
44
45
46
 
 
 
47
48
49
50
51
52
@@ -44,9 +44,9 @@
  <WarningLevel>4</WarningLevel>   </PropertyGroup>   <ItemGroup> - <Reference Include="log4net, Version=1.2.12.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> - <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\packages\log4net.2.0.2\lib\net40-full\log4net.dll</HintPath> + <Reference Include="log4net, Version=2.0.7.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> + <HintPath>..\..\packages\log4net.2.0.7\lib\net40-full\log4net.dll</HintPath> + <Private>True</Private>   </Reference>   <Reference Include="RazorEngine">   <HintPath>..\..\packages\RazorEngine.3.3.0\lib\net40\RazorEngine.dll</HintPath>
 
1
2
3
 
4
5
6
 
 
1
2
 
3
4
5
6
 
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>  <packages> - <package id="log4net" version="2.0.2" targetFramework="net40" /> + <package id="log4net" version="2.0.7" targetFramework="net40" />   <package id="Microsoft.AspNet.Razor" version="2.0.30506.0" targetFramework="net40" />   <package id="RazorEngine" version="3.3.0" targetFramework="net40" />  </packages> \ No newline at end of file
 
53
54
55
56
57
58
 
 
 
59
60
61
 
53
54
55
 
 
 
56
57
58
59
60
61
@@ -53,9 +53,9 @@
  <Reference Include="EntityFramework.SqlServer">   <HintPath>..\..\packages\EntityFramework.6.0.2\lib\net40\EntityFramework.SqlServer.dll</HintPath>   </Reference> - <Reference Include="log4net, Version=1.2.12.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> - <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\packages\log4net.2.0.2\lib\net40-full\log4net.dll</HintPath> + <Reference Include="log4net, Version=2.0.7.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> + <HintPath>..\..\packages\log4net.2.0.7\lib\net40-full\log4net.dll</HintPath> + <Private>True</Private>   </Reference>   <Reference Include="Mono.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">   <HintPath>..\..\lib\Npgsql\net-4.0\Mono.Security.dll</HintPath>
 
1
2
3
4
 
5
6
7
 
1
2
3
 
4
5
6
7
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>  <packages>   <package id="EntityFramework" version="6.0.2" targetFramework="net40" /> - <package id="log4net" version="2.0.2" targetFramework="net40" /> + <package id="log4net" version="2.0.7" targetFramework="net40" />   <package id="System.Data.SQLite" version="1.0.92.0" targetFramework="net40" />   <package id="System.Data.SQLite.Core" version="1.0.92.0" targetFramework="net40" />   <package id="System.Data.SQLite.EF6" version="1.0.92.0" targetFramework="net40" />
 
59
60
61
62
63
 
 
 
64
65
66
 
59
60
61
 
 
62
63
64
65
66
67
@@ -59,8 +59,9 @@
  <WarningLevel>4</WarningLevel>   </PropertyGroup>   <ItemGroup> - <Reference Include="log4net"> - <HintPath>..\..\packages\log4net.2.0.2\lib\net35-full\log4net.dll</HintPath> + <Reference Include="log4net, Version=2.0.7.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> + <HintPath>..\..\packages\log4net.2.0.7\lib\net35-full\log4net.dll</HintPath> + <Private>True</Private>   </Reference>   <Reference Include="NAnt.Core, Version=0.85.2344.0, Culture=neutral">   <SpecificVersion>False</SpecificVersion>
 
1
2
3
 
4
 
 
1
2
 
3
4
 
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="utf-8"?>  <packages> - <package id="log4net" version="2.0.2" targetFramework="net35" /> + <package id="log4net" version="2.0.7" targetFramework="net35" />  </packages> \ No newline at end of file
 
 
This file's diff was not loaded because this changeset is very large. Load changes
 
 
This file's diff was not loaded because this changeset is very large. Load changes
 
 
This file's diff was not loaded because this changeset is very large. Load changes
 
 
This file's diff was not loaded because this changeset is very large. Load changes
 
 
This file's diff was not loaded because this changeset is very large. Load changes
 
 
This file's diff was not loaded because this changeset is very large. Load changes
 
 
This file's diff was not loaded because this changeset is very large. Load changes
 
 
Change 1 of 1 Show Entire File packages/​log4net.2.0.2/​log4net.2.0.2.nuspec Stacked
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
@@ -1,23 +0,0 @@
-<?xml version="1.0"?> -<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> - <metadata> - <id>log4net</id> - <version>2.0.2</version> - <title>log4net [1.2.12]</title> - <authors>Apache Software Foundation</authors> - <owners>Apache Software Foundation</owners> - <licenseUrl>http://logging.apache.org/log4net/license.html</licenseUrl> - <projectUrl>http://logging.apache.org/log4net/</projectUrl> - <requireLicenseAcceptance>false</requireLicenseAcceptance> - <description>log4net is a tool to help the programmer output log statements to a variety of output targets. In case of problems with an application, it is helpful to enable logging so that the problem can be located. With log4net it is possible to enable logging at runtime without modifying the application binary. The log4net package is designed so that log statements can remain in shipped code without incurring a high performance cost. It follows that the speed of logging (or rather not logging) is crucial. - -At the same time, log output can be so voluminous that it quickly becomes overwhelming. One of the distinctive features of log4net is the notion of hierarchical loggers. Using these loggers it is possible to selectively control which log statements are output at arbitrary granularity. - -log4net is designed with two distinct goals in mind: speed and flexibility</description> - <summary>The Apache log4net library is a tool to help the programmer output log statements to a variety of output targets.</summary> - <releaseNotes /> - <copyright /> - <language /> - <tags>logging log tracing logfiles</tags> - </metadata> -</package> \ No newline at end of file
 
 
This file's diff was not loaded because this changeset is very large. Load changes
 
 
This file's diff was not loaded because this changeset is very large. Load changes
 
 
This file's diff was not loaded because this changeset is very large. Load changes
 
 
This file's diff was not loaded because this changeset is very large. Load changes
 
 
This file's diff was not loaded because this changeset is very large. Load changes
 
 
This file's diff was not loaded because this changeset is very large. Load changes
 
 
 
 
 
44
45
46
47
48
49
 
 
 
50
51
52
 
44
45
46
 
 
 
47
48
49
50
51
52
@@ -44,9 +44,9 @@
  <WarningLevel>4</WarningLevel>   </PropertyGroup>   <ItemGroup> - <Reference Include="log4net, Version=1.2.12.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> - <SpecificVersion>False</SpecificVersion> - <HintPath>..\packages\log4net.2.0.2\lib\net40-full\log4net.dll</HintPath> + <Reference Include="log4net, Version=2.0.7.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> + <HintPath>..\packages\log4net.2.0.7\lib\net40-full\log4net.dll</HintPath> + <Private>True</Private>   </Reference>   <Reference Include="MySql.Data">   <HintPath>..\lib\MySql.Data.dll</HintPath>
 
1
2
3
 
4
 
 
1
2
 
3
4
 
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="utf-8"?>  <packages> - <package id="log4net" version="2.0.2" targetFramework="net40" /> + <package id="log4net" version="2.0.7" targetFramework="net40" />  </packages> \ No newline at end of file