Skip to content

Tags: devlooped/dotnet-file

Tags

v1.7.7

Toggle v1.7.7's commit message
To simplify debugging, allow passing working dir

This allows running from VSC to WSL directly and pass the target dir to process (since working dir has to be the one with the project).

v1.7.6

Toggle v1.7.6's commit message
Simplify --init handling, make it cross-cutting

v1.7.5

Toggle v1.7.5's commit message
Update command configuration after init retrieval

v1.7.4

Toggle v1.7.4's commit message
Bump dependencies

v1.7.3

Toggle v1.7.3's commit message
Bump the tests group with 3 updates

Bumps Microsoft.NET.Test.Sdk from 17.9.0 to 17.14.1
Bumps xunit from 2.8.0 to 2.9.3
Bumps xunit.runner.visualstudio from 2.8.0 to 3.1.4

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 17.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tests
- dependency-name: xunit
  dependency-version: 2.9.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tests
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tests
...

Signed-off-by: dependabot[bot] <[email protected]>

v1.7.2

Toggle v1.7.2's commit message
Fix issue when traversing directories

The missing '/' separator after the base `/contents` uri caused empty results.

v1.7.1

Toggle v1.7.1's commit message
Set process output encoding to UTF-8

This enables full unicode in commit change log too.

v1.7.0

Toggle v1.7.0's commit message
Optimize retrieval and propagation of X-Sha

Simplify retrieval by leveraging JQ support in GH CLI, and always ensure we propagate the latest value for the X-Sha header.

v1.6.2

Toggle v1.6.2's commit message
Smarter empty directory cleanup

We were not detecting non-empty directies (that contained only subdirectories), and we were also not cleaning up parent directories once the descendent ones were empty.

v1.6.1

Toggle v1.6.1's commit message
Ensure http client is disposed after execution