Skip to content

Commit ebcae3c

Browse files
authored
Task/prep 8.3.0 (#2000)
* bump versions * update changelog * update client
1 parent 30a4bc1 commit ebcae3c

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11

22

33

4+
5+
46
# Changelog
57
All notable changes to this project will be documented in this file.
68

79
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
810
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
911

10-
## [8.2.4] - Unreleased
12+
## [8.3.0] - 2024-09-23
1113

1214
- Add New Find & Replace, currently available via User Settings
1315
- Add instance setting to prompt for cohort versioning when comitting

SharedAssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
[assembly: AssemblyTrademark("")]
1111
[assembly: AssemblyCulture("")]
1212

13-
[assembly: AssemblyVersion("8.2.4")]
14-
[assembly: AssemblyFileVersion("8.2.4")]
15-
[assembly: AssemblyInformationalVersion("8.2.4")]
13+
[assembly: AssemblyVersion("8.3.0")]
14+
[assembly: AssemblyFileVersion("8.3.0")]
15+
[assembly: AssemblyInformationalVersion("8.3.0")]

rdmp-client.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<item>
33
<version>8.2.3.0</version>
4-
<url>https://github.com/HicServices/RDMP/releases/download/v8.2.3/rdmp-8.2.3-client.zip</url>
4+
<url>https://github.com/HicServices/RDMP/releases/download/v8.3.0/rdmp-8.3.0-client.zip</url>
55
<changelog>https://github.com/HicServices/RDMP/blob/main/CHANGELOG.md#7</changelog>
66
<mandatory>true</mandatory>
77
</item>

0 commit comments

Comments
 (0)