From 7232650f12afd6277f509a545cbf51a63914ea80 Mon Sep 17 00:00:00 2001 From: ellizio Date: Tue, 31 Mar 2026 23:49:25 +0300 Subject: [PATCH] Bump to 1.3.0 --- CHANGELOG.md | 5 +++++ README.md | 1 + gradle.properties | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c61911..2625e23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.3.0] +- Added service name to the generation tab title +- Dropped hardcoded NuGet source +- Updated to .NET 10 + ## [1.2.1] - Added scroll to dialog - Improved validation diff --git a/README.md b/README.md index 079598a..bcb2761 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ | Plugin version | odata-cli version | |----------------|-------------------| +| 1.3.0 | 0.3.1, 0.3.0 | | 1.2.1 | 0.3.1, 0.3.0 | | 1.2.0 | 0.3.1, 0.3.0 | | 1.1.0 | 0.3.1, 0.3.0 | diff --git a/gradle.properties b/gradle.properties index 78e6d87..27a79d4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ DotnetPluginId=ReSharperPlugin.ODataCliUi DotnetSolution=ReSharperPlugin.ODataCliUi.sln RiderPluginId=ru.ellizio.odatacliui -PluginVersion=1.2.1-2026.1 +PluginVersion=1.3.0-2026.1 BuildConfiguration=Debug