Skip to content

Commit

Permalink
chore(release): 1.6.2-dev.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.6.2-dev.1](1.6.1...1.6.2-dev.1) (2024-04-20)

### Bug Fixes

* print often used for schreibe in pseudocode, so add print as an alias for schreibe ([43cb8f9](43cb8f9))
* update undo system to fix multi-tab undo ([89ba8ef](89ba8ef))
  • Loading branch information
semantic-release-bot committed Apr 20, 2024
1 parent 43cb8f9 commit 2a4615f
Show file tree
Hide file tree
Showing 4 changed files with 13 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.1</version>
<url>https://github.com/PocketMiner82/pseudocode-ide/releases/download/1.6.1/pseudocode-ide.zip</url>
<changelog>https://github.com/PocketMiner82/pseudocode-ide/blob/1.6.1/CHANGELOG.md</changelog>
<version>1.6.2.1</version>
<url>https://github.com/PocketMiner82/pseudocode-ide/releases/download/1.6.2-dev.1/pseudocode-ide.zip</url>
<changelog>https://github.com/PocketMiner82/pseudocode-ide/blob/1.6.2-dev.1/CHANGELOG.md</changelog>
<mandatory>false</mandatory>
</item>
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.6.2-dev.1](https://github.com/PocketMiner82/pseudocode-ide/compare/1.6.1...1.6.2-dev.1) (2024-04-20)


### Bug Fixes

* print often used for schreibe in pseudocode, so add print as an alias for schreibe ([43cb8f9](https://github.com/PocketMiner82/pseudocode-ide/commit/43cb8f9c64568f814bc2ac903a1aa65992d41907))
* update undo system to fix multi-tab undo ([89ba8ef](https://github.com/PocketMiner82/pseudocode-ide/commit/89ba8eff20aad7ab9b10e93e7df5d2fe527a3eba))

## [1.6.1](https://github.com/PocketMiner82/pseudocode-ide/compare/1.6.0...1.6.1) (2024-04-16)


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.1</version>
<version>1.6.2.1</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.1</version>
<version>1.6.2.1</version>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
Expand Down

0 comments on commit 2a4615f

Please sign in to comment.