Skip to content

Tags: dn-vm/dnvm

Tags

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 1.1.2 (#328)

## Summary

Bump version to 1.1.2 for the next release.

## Changes since v1.1.1

### Bug Fixes
* Fix SDK extraction failing on tarballs with symlinks (.NET 11 Preview
2+) #326

### Dependencies
* Bump Azure.Security.KeyVault.Keys from 4.8.0 to 4.9.0
* Bump coverlet.collector from 6.0.4 to 8.0.0
* Bump xunit.v3 from 3.2.1 to 3.2.2
* Bump Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0
* Bump Serde from 0.10.0 to 0.10.2

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Serde.CmdLine to 0.1.3 (#314)

Bumps `Serde.CmdLine` dependency from `0.1.2` to `0.1.3`.

- Updated version in `Directory.Packages.props` (centralized package
management)

<!-- START COPILOT CODING AGENT TIPS -->
---

✨ Let Copilot coding agent [set things up for
you](https://github.com/dn-vm/dnvm/issues/new?title=✨+Set+up+Copilot+instructions&body=Configure%20instructions%20for%20this%20repository%20as%20documented%20in%20%5BBest%20practices%20for%20Copilot%20coding%20agent%20in%20your%20repository%5D%28https://gh.io/copilot-coding-agent-tips%29%2E%0A%0A%3COnboard%20this%20repo%3E&assignees=copilot)
— coding agent works faster and does higher quality work when set up for
your repo.

---------

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

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Clarify remote vs fork in release checklist (#284)

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove logo from prolog in readme (#278)

v1.0.0

Toggle v1.0.0's commit message
Bump version to 1.0.0

v0.9.9

Toggle v0.9.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Default dotnet encoding is broken (#267)

Uses BOM, doesn't throw on invalid

v0.9.8

Toggle v0.9.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Let select target any dir with installed SDKs (#262)

Fixes #261

v0.9.7

Toggle v0.9.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 0.9.7 (#254)

v0.9.6

Toggle v0.9.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 0.9.6 (#252)

v0.9.5

Toggle v0.9.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Move install config to an env variable (#247)

Rather than prompting the user for an output path, use
the DNVM_HOME env variable to decide the install path.
This is a relatively uncommon scneario and requiring an
env variable indicates how it will also be used in the
future: via setting the DNVM_HOME variable for all shells.