Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Tye 0.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@jkotalik jkotalik released this 05 Nov 22:10
fae4732

Release notes

These are the release notes for the 0.5 release of Tye.

The package version is 0.5.0-alpha.20555.1.

See getting started for installation instructions.

Notable changes and features

.NET 5 Support

We add support for .NET 5 in tye this release! Just in time for the .NET 5 release 😄 . Tye will work with .NET 5 for both tye run and tye deploy.

As a note, tye itself still requires the 3.1 SDK, so you still need the 3.1 SDK to use tye.

Dapr Support

We updated our support for Dapr, allowing it work with the latest 0.11 release. We also updated the dapr sample with the latest packages.

Multi TFM support

Thanks to @tebeco, you can now specify multiple tfms in your .NET projects, and specify which ones to use. See #567 for a summary of changes.

Breaking changes

  • -f now isn't a shortcut for --force and instead --framework

What are we starting to work on now

We have a Kubecon talk coming up shortly for anyone attending Kubecon. See this for more details.

We are hoping to make a VS Code extension public very shortly. More details to come.

Community contributions

Below is a list of all the community contributions between July 22, 2020 and November 05, 2020 (UTC time). Thanks to all our contributors for their enthusiasm and support!