Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Injection of zip-compressor for fileTarget #1423

Merged
merged 13 commits into from
May 11, 2016

Commits on May 2, 2016

  1. Merge pull request #1 from NLog/master

    Update from org
    AndreGleichner committed May 2, 2016
    Configuration menu
    Copy the full SHA
    f42e446 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7372fc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    babaf73 View commit details
    Browse the repository at this point in the history
  4. Moved IFileCompressor concerns to FileTarget. Renamed DefaultFileComp…

    …ressor to ZipArchiveFileCompressor to better fit in FileTarget which now has a static property DefaultCompressor as well as instance property Compressor. ZipArchiveFileCompressor now only is included by the netfx45 project.
    AndreGleichner committed May 2, 2016
    Configuration menu
    Copy the full SHA
    0a0ab88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1bfaeba View commit details
    Browse the repository at this point in the history

Commits on May 3, 2016

  1. Performed a msbuild NLog.proj /t:SyncProjectItems. In insists on havi…

    …ng ZipArchiveFileCompressor.cs in all project, thus again added NET4_5 checks.
    AndreGleichner committed May 3, 2016
    Configuration menu
    Copy the full SHA
    f069931 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d17c9c View commit details
    Browse the repository at this point in the history

Commits on May 4, 2016

  1. Removed the per FileTarget instance Compressor property. Just leaving…

    … the static property which was renamed to FileCompressor. Renamed IFileCompressor.Compress() to IFileCompressor.CompressFile().
    AndreGleichner committed May 4, 2016
    Configuration menu
    Copy the full SHA
    1daf258 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2016

  1. Configuration menu
    Copy the full SHA
    c6a7a48 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2016

  1. Configuration menu
    Copy the full SHA
    0769236 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    144abdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41a1f38 View commit details
    Browse the repository at this point in the history
  4. upstream sync

    AndreGleichner committed May 10, 2016
    Configuration menu
    Copy the full SHA
    3dc9948 View commit details
    Browse the repository at this point in the history