Skip to content

Tags: devlooped/jq

Tags

v1.8.1.1

Toggle v1.8.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[WIP] Fix empty PackageVersion issue in publish workflow (#94)

* Initial plan

* Fix publish workflow versioning to use VersionLabel

Co-authored-by: kzu <169707+kzu@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: kzu <169707+kzu@users.noreply.github.com>

v1.8.1

Toggle v1.8.1's commit message
🖉 Update changelog with v1.8.1-beta

v1.8.1-beta

Toggle v1.8.1-beta's commit message
⬆️ Bump files with dotnet-file sync

# devlooped/oss

- Ensure lf for Scriban templates always devlooped/oss@4a9aa32
- Fix improper first / in gh api repos devlooped/oss@f2b690c
- Ignore .env files recursively devlooped/oss@3776526
- Add Company MSBuild property by default devlooped/oss@c509be4
- Improve default Product metadata, remove .git from user-facing URLs devlooped/oss@4339749
- Group MEAI packages together devlooped/oss@e733294
- Ignore slnx file format too devlooped/oss@68b409c
- Use GH_TOKEN if available for PR devlooped/oss@77e83f2

v1.7.1.8

Toggle v1.7.1.8's commit message
Don't force the type to be public

Now that we're being included as source, we should not make our type part of the public API surface of a consuming project.

v1.7.1.7

Toggle v1.7.1.7's commit message

Verified

This commit was signed with the committer’s verified signature.
kzu Daniel Cazzulino
Improve readme with examples

v1.7.1.6

Toggle v1.7.1.6's commit message
Switch to source content, add NS2.0 support

Rather than a runtime binary dependency containing just one class, make it a source file included via the package instead. The transitive targets should take care of bringing the runtime assets anyway when consumed from an app, so this shouldn't change anything.

v1.7.1.5

Toggle v1.7.1.5's commit message
Lock before writing to potentially shared file

Since there's no guarantee we won't get the same query simultaneously, we need to lock before attempting to write to the temp file to avoid collisions.

v1.7.1.4

Toggle v1.7.1.4's commit message
Ignore JQ binaries under tools

We should never commit those since we download them automatically

v1.7.1.3

Toggle v1.7.1.3's commit message
Bump NuGetizer from 1.2.3 to 1.2.4

Bumps [NuGetizer](https://github.com/devlooped/nugetizer) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/devlooped/nugetizer/releases)
- [Changelog](https://github.com/devlooped/nugetizer/blob/main/changelog.md)
- [Commits](devlooped/nugetizer@v1.2.3...v1.2.4)

---
updated-dependencies:
- dependency-name: NuGetizer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

v1.7.1.2

Toggle v1.7.1.2's commit message
Allow entering specific JQ version to bundle