Skip to content

Commit

Permalink
chore(release): 1.6.4 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Sep 16, 2024
1 parent a4d19b0 commit b10084e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
6 changes: 3 additions & 3 deletions AutoUpdater.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>1.6.4.2</version>
<url>https://github.com/PocketMiner82/pseudocode-ide/releases/download/1.6.4-dev.2/pseudocode-ide.zip</url>
<changelog>https://github.com/PocketMiner82/pseudocode-ide/blob/1.6.4-dev.2/CHANGELOG.md</changelog>
<version>1.6.4</version>
<url>https://github.com/PocketMiner82/pseudocode-ide/releases/download/1.6.4/pseudocode-ide.zip</url>
<changelog>https://github.com/PocketMiner82/pseudocode-ide/blob/1.6.4/CHANGELOG.md</changelog>
<mandatory>false</mandatory>
</item>
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.6.4](https://github.com/PocketMiner82/pseudocode-ide/compare/1.6.3...1.6.4) (2024-09-16)


### Bug Fixes

* 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))

## [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)

## [1.6.4-dev.1](https://github.com/PocketMiner82/pseudocode-ide/compare/1.6.3...1.6.4-dev.1) (2024-08-05)
Expand Down
2 changes: 1 addition & 1 deletion pseudocodeIde/pseudocodeIde.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<AssemblyTitle>pseudocode-ide</AssemblyTitle>
<Company>PocketMiner82</Company>
<Product>pseudocode-ide</Product>
<version>1.6.4.2</version>
<version>1.6.4</version>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion pseudocodeIdeUpdater/pseudocodeIdeUpdater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Product>pseudocodeIdeUpdater</Product>
<Copyright>Copyright © 2023</Copyright>
<OutputPath>..\bin\$(Configuration)\updater\</OutputPath>
<version>1.6.4.2</version>
<version>1.6.4</version>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
Expand Down

0 comments on commit b10084e

Please sign in to comment.