Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
rafaelldi committed Apr 2, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent 5453a05 commit 72cced7
Showing 3 changed files with 2 additions and 18 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ pluginGroup = me.rafaelldi.aspire
pluginName = aspire-plugin
pluginRepositoryUrl = https://github.com/rafaelldi/aspire-plugin
# SemVer format -> https://semver.org
pluginVersion = 0.4.1
pluginVersion = 0.4.2

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 241

This file was deleted.

Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
using JetBrains.ReSharper.Features.Running;
using JetBrains.Rider.Model;
using JetBrains.Util;
using static AspirePlugin.RunnableProject.AspireProjectPropertyRequest;
using static AspirePlugin.Project.AspireHostProjectPropertyRequest;
using Key = JetBrains.Rider.Model.Key;

namespace AspirePlugin.RunnableProject;

0 comments on commit 72cced7

Please sign in to comment.