Skip to content

Tags: devlooped/dotnet-file

Tags

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] <support@github.com>

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 

v1.6.0

Toggle v1.6.0's commit message
Add a new relative target path heuristic with `/` in url When the source url ends in `/`, work similarly to when the target file path ends with `/`, meaning "relative structure from here on". This allows mapping an abitrary subfolder in GitHub to a specific target base directory on the local machine.

v1.5.0

Toggle v1.5.0's commit message
⬆️ Bump files with dotnet-file sync # devlooped/oss - Remove dependency on ThisAssembly devlooped/oss@c879f25 - Dynamically fetch devlooped JWK from github devlooped/oss@55124bc - Add targets for inclusion from tests devlooped/oss@81ba912 - Fix path to jwk.ps1 alongside the SponsorLink.targets devlooped/oss@c4830fc - Fix scenario where multiple packages share product name devlooped/oss@23f83bd - Rename sample assemblies for nicer display devlooped/oss@93df7c7 - SponsorLink-enabled analyzers need copylocal devlooped/oss@7593657 - Minor code simplification devlooped/oss@cf154d5 - Improve versioning of sample package devlooped/oss@3b943f5

v1.5.1-beta

Toggle v1.5.1-beta's commit message
Remove submodule for gcm and use tool package instead We need to tweak a bit the reference since the package is a tool-only package. We'd need to match the .NET version in the tool to avoid mismatch in reference assemblies, moving forward. This means we have to bump to .NET7 also.

v1.4.1

Toggle v1.4.1's commit message
⬆️ Bump files with dotnet-file sync # devlooped/oss - Switch to built-in release notes generator devlooped/oss@2c80ab0 - Drop net6 forced install, it's built-in all agents now devlooped/oss@34c1bf6 - Drop net6 setup on prior to dotnet format devlooped/oss@4b31891 - Enable C# compiler strict mode by default devlooped/oss@ef8e7fa - Drop net6 setup on publish too devlooped/oss@d302256 - Ignore docs merges too devlooped/oss@055a8b7