Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: cake-contrib/Cake.FileHelpers

Tags

7.0.0

Toggle 7.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
augustoproiete C. Augusto Proiete
Merge branch 'release/7.0.0'

6.1.3

Toggle 6.1.3's commit message

Verified

This commit was signed with the committer’s verified signature.
augustoproiete C. Augusto Proiete
Merge branch 'release/6.1.3'

6.1.2

Toggle 6.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use Cake's IFileSystem for read/write operations instead of System.IO…

….File (#118)

* Use Cake's IFileSystem for read/write operations instead of System.IO.File

In all file aliases, use Cake's IFileSystem abstraction instead of using System.IO.File.
This enables testing of tasks that use the file aliases by mocking IFileSystem.

The FileTouch() alias continues to use System.IO.File since there is no API in IFileSystem that allows setting the last write time.

* Remove unnecessary nullable annotation

Co-authored-by: C. Augusto Proiete <[email protected]>

* Convert paths to absolute paths before opening file stream

Co-authored-by: C. Augusto Proiete <[email protected]>

---------

Co-authored-by: C. Augusto Proiete <[email protected]>

6.0.0

Toggle 6.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
augustoproiete C. Augusto Proiete
Merge branch 'release/6.0.0'

5.0.0

Toggle 5.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
augustoproiete C. Augusto Proiete
Merge branch 'release/5.0.0'

4.0.1

Toggle 4.0.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge branch 'hotfix/4.0.1'

* hotfix/4.0.1:
  (#54) Add cake-addin tag
  (build) Only build specific branches
  (build) Bump to latest Cake.Recipe
  (build) Pin to Ubuntu 18.04

4.0.0

Toggle 4.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge branch 'release/4.0.0'

* release/4.0.0:
  (GH-33): Update Cake.FileHelpers to target Cake v1.0.0
  (GH-42) Cross compile for .NET 5.0
  (GH-43) Add dependabot configuration
  (GH-46) Add publish docs workflow
  (GH-43) Add Cake dependabot workflow
  (GH-44) Add CodeQL analysis workflow

3.4.0

Toggle 3.4.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge branch 'release/3.4.0'

* release/3.4.0:
  (build) Restructured folders
  (build) Add SolutionInfo.cs file
  (build) Remove solutioninfo.cs file
  .(GH-41) Enable deterministic builds
  (GH-40) Add Cake.Addin.Analyzer package
  (GH-39) Add CakeContrib.Guidelines package
  (maint) Add vscode settings file
  (build) TargetFramework -> TargetFrameworks
  (maint) Update TargetFrameworks for unit tests
  (GH-36) Switch to GHA as preferred CI
  (GH-38) Add workflow to generate release notes
  (GH-37) Add GRM config file
  (GH-36) Add GitHub Actions workflow
  (GH-35) Update to use Cake.Recipe 2.2.0

3.3.0

Toggle 3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #31 from JTOne123/master

[PR] The proj files have been updated to enable SourceLink

3.2.1

Toggle 3.2.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
(GH-30) Add EditorConfig file