Skip to content

Commit

Permalink
Update changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelldi committed Dec 20, 2023
1 parent 375af5c commit 6e47453
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

## [Unreleased]

### Added

- Suggest updating Aspire workload

### Fixed

- Fix an issue when the Aspire host can exceed the execution time of the run configuration

## [0.1.1] - 2023-12-12

### Changed
Expand Down
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# .NET Aspire Plugin for JetBrains Rider

![Build](https://github.com/rafaelldi/aspire-plugin/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/23289-aspire.svg?label=plugin&logo=rider)](https://plugins.jetbrains.com/plugin/23289-aspire)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/23289-aspire.svg)](https://plugins.jetbrains.com/plugin/23289-aspire)
<div align="center">
<img alt="Logo" src="./src/main/resources/META-INF/pluginIcon.svg#gh-light-mode-only" width="100">
<img alt="Logo" src="./src/main/resources/META-INF/pluginIcon_dark.svg#gh-dark-mode-only" width="100">
<h2>.NET Aspire Plugin for JetBrains Rider</h2>

<a href="https://github.com/rafaelldi/aspire-plugin/actions/workflows/build.yml"><img src="https://github.com/rafaelldi/aspire-plugin/workflows/Build/badge.svg" alt="Build"></a>
<a href="https://plugins.jetbrains.com/plugin/23289-aspire"><img src="https://img.shields.io/jetbrains/plugin/v/23289-aspire.svg?label=plugin&logo=rider" alt="Version"></a>
<a href="https://plugins.jetbrains.com/plugin/23289-aspire"><img src="https://img.shields.io/jetbrains/plugin/d/23289-aspire.svg" alt="Downloads"></a>
</div>

[Plugin documentation](https://rafaelldi.github.io/aspire-plugin)

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ pluginUntilBuild = 233.*

# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType = RD
platformVersion = 2023.3
platformVersion = 2023.3.2

# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
# See https://jb.gg/intellij-platform-builds-list for available build versions.
# RD-2023.3
pluginVerifierIdeVersions = RD-2023.3
pluginVerifierIdeVersions = RD-2023.3.2

dotnetBuildConfiguration = Debug

Expand Down

0 comments on commit 6e47453

Please sign in to comment.