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

Commit

Permalink
Tye version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelldi committed Jul 13, 2021
1 parent 094f987 commit d9ccaaf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
# tye-plugin Changelog

## [Unreleased]
### Changed
- Compatibility with 2021.2 version of the platform
- Tye global tool version is updated to 0.8.0-alpha.21352.1

## [0.1.1]
### Added
- Check tye version at startup
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Tye simplifies microservices development with local orchestrating of multiple .N
1. Install [.NET Core 3.1](https://dotnet.microsoft.com/download/dotnet/3.1).
2. Run action from the menu <kbd>Tools</kbd> -> <kbd>Tye</kbd> -> <kbd>Install Tye Global Tool</kbd> OR install tye via the [following command](https://github.com/dotnet/tye/blob/main/docs/getting_started.md):
```shell
dotnet tool install -g Microsoft.Tye --version "0.7.0-alpha.21279.2"
dotnet tool install -g Microsoft.Tye --version "0.8.0-alpha.21352.1"
```

## Plugin Installation
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pluginGroup = com.github.rafaelldi.tyeplugin
pluginName = tye-plugin
pluginVersion = 0.1.1
pluginVersion = 0.1.2
pluginSinceBuild = 203
pluginUntilBuild = 212.*
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import com.intellij.openapi.util.SystemInfo
import com.intellij.openapi.util.io.FileUtil
import com.intellij.util.EnvironmentUtil

const val TYE_ACTUAL_VERSION = "0.7.0-alpha.21279.2"
const val TYE_ACTUAL_VERSION = "0.8.0-alpha.21352.1"

fun isDotNetInstalled(): Boolean {
val commandLine = GeneralCommandLine()
Expand Down

0 comments on commit d9ccaaf

Please sign in to comment.