Skip to content

Tags: devlooped/nugetizer

Tags

v1.4.6

Toggle v1.4.6's commit message
Bump Microsoft.Build from 17.13.9 to 17.14.28

---
updated-dependencies:
- dependency-name: Microsoft.Build
  dependency-version: 17.14.28
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

v1.4.5

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

v1.4.4

Toggle v1.4.4's commit message

Verified

This commit was signed with the committer’s verified signature.
kzu Daniel Cazzulino
Move OSMF section closer to the top in package

v1.4.3

Toggle v1.4.3's commit message

Verified

This commit was signed with the committer’s verified signature.
kzu Daniel Cazzulino
Specify configration in pack command

v1.4.2

Toggle v1.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix markdown link replacement: use raw URLs, preserve tooltips, and h…

…andle absolute URLs correctly (#655)

* Initial plan

* Fix markdown link replacement: use raw URLs, preserve tooltips, and handle absolute URLs correctly

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

* Use raw.githubusercontent.com format for GitHub raw content URLs

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

* Apply dotnet-format

---------

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

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was signed with the committer’s verified signature.
kzu Daniel Cazzulino
License acceptance should be required now

So users can read the OSMF EULA

v1.4.0

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

v1.3.1

Toggle v1.3.1's commit message
Fix issue with localized resources when packing tools

We were missing the %(RecursiveDir) value which caused localized resources to end up as duplicate assets in the package, causing the pack to fail.

v1.3.0

Toggle v1.3.0's commit message
Trim indent/newlines in text-based package metadata

This allows having newlines in the csproj while still compacting for packing.

The trimming involves:
* Removing blank lines at the beginning and ending of the value
* Determining indenting on the first line and using that to remove subsequent indenting in all following lines.
* Applying markdown rules to remove newlines: meaning only full paragraph separating newlines (blank) will be kept.
* Collapse multiple blank newlines into just one (when separating paragraphs).

This means you can indent nicely in the XML (as VS does by default) while still keeping a clean and compact representation in the package. For example:

```xml
    <Description>
      Create, edit and run multiple C# top-level programs in the same project,
      respecting per-file `#:package` references and `#:property` 😍
    </Description>
```
Would become a single line of text.

v1.2.4

Toggle v1.2.4's commit message
Bump Microsoft.TestPlatform.ObjectModel and Microsoft.NETFramework.Re…

…ferenceAssemblies

Bumps [Microsoft.TestPlatform.ObjectModel](https://github.com/microsoft/vstest) and [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet). These dependencies needed to be updated together.

Updates `Microsoft.TestPlatform.ObjectModel` from 17.10.0 to 17.12.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.10.0...v17.12.0)

Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3
- [Commits](https://github.com/Microsoft/dotnet/commits)

---
updated-dependencies:
- dependency-name: Microsoft.TestPlatform.ObjectModel
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.NETFramework.ReferenceAssemblies
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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