Skip to content

Commit b10084e

Browse files
chore(release): 1.6.4 [skip ci]
## [1.6.4](1.6.3...1.6.4) (2024-09-16) ### Bug Fixes * update dependencies - Merge branch `dev` to `main` ([#33](#33)) ([a4d19b0](a4d19b0))
1 parent a4d19b0 commit b10084e

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

AutoUpdater.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<item>
3-
<version>1.6.4.2</version>
4-
<url>https://github.com/PocketMiner82/pseudocode-ide/releases/download/1.6.4-dev.2/pseudocode-ide.zip</url>
5-
<changelog>https://github.com/PocketMiner82/pseudocode-ide/blob/1.6.4-dev.2/CHANGELOG.md</changelog>
3+
<version>1.6.4</version>
4+
<url>https://github.com/PocketMiner82/pseudocode-ide/releases/download/1.6.4/pseudocode-ide.zip</url>
5+
<changelog>https://github.com/PocketMiner82/pseudocode-ide/blob/1.6.4/CHANGELOG.md</changelog>
66
<mandatory>false</mandatory>
77
</item>

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.6.4](https://github.com/PocketMiner82/pseudocode-ide/compare/1.6.3...1.6.4) (2024-09-16)
2+
3+
4+
### Bug Fixes
5+
6+
* update dependencies - Merge branch `dev` to `main` ([#33](https://github.com/PocketMiner82/pseudocode-ide/issues/33)) ([a4d19b0](https://github.com/PocketMiner82/pseudocode-ide/commit/a4d19b0b8f296caa05efc2b06fec2d7eec9ab132))
7+
18
## [1.6.4-dev.2](https://github.com/PocketMiner82/pseudocode-ide/compare/1.6.4-dev.1...1.6.4-dev.2) (2024-08-20)
29

310
## [1.6.4-dev.1](https://github.com/PocketMiner82/pseudocode-ide/compare/1.6.3...1.6.4-dev.1) (2024-08-05)

pseudocodeIde/pseudocodeIde.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<AssemblyTitle>pseudocode-ide</AssemblyTitle>
99
<Company>PocketMiner82</Company>
1010
<Product>pseudocode-ide</Product>
11-
<version>1.6.4.2</version>
11+
<version>1.6.4</version>
1212
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1313
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
1414
</PropertyGroup>

pseudocodeIdeUpdater/pseudocodeIdeUpdater.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Product>pseudocodeIdeUpdater</Product>
88
<Copyright>Copyright © 2023</Copyright>
99
<OutputPath>..\bin\$(Configuration)\updater\</OutputPath>
10-
<version>1.6.4.2</version>
10+
<version>1.6.4</version>
1111
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
1212
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
1313
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>

0 commit comments

Comments
 (0)