Skip to content

Commit

Permalink
chore(release): 1.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.1](1.3.0...1.3.1) (2024-04-11)

### Bug Fixes

* beta releases didn't check for beta updates on start ([d5aa805](d5aa805))
* it was impossible to go back from beta to release ([3fd18b0](3fd18b0))
* on some devices, the changelog website wasn't displayed correctly ([0e216cc](0e216cc))
* updating to beta release always downloaded the latest (non-beta) release and the changelog always was the changelog in the main branch and not dynamic ([fe05fb6](fe05fb6))
  • Loading branch information
semantic-release-bot committed Apr 11, 2024
1 parent d03305e commit 9df367b
Show file tree
Hide file tree
Showing 4 changed files with 15 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.3.1.5</version>
<url>https://github.com/PocketMiner82/pseudocode-ide/releases/download/1.3.1-dev.5/pseudocode-ide.zip</url>
<changelog>https://github.com/PocketMiner82/pseudocode-ide/blob/1.3.1-dev.5/CHANGELOG.md</changelog>
<version>1.3.1</version>
<url>https://github.com/PocketMiner82/pseudocode-ide/releases/download/1.3.1/pseudocode-ide.zip</url>
<changelog>https://github.com/PocketMiner82/pseudocode-ide/blob/1.3.1/CHANGELOG.md</changelog>
<mandatory>false</mandatory>
</item>
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.3.1](https://github.com/PocketMiner82/pseudocode-ide/compare/1.3.0...1.3.1) (2024-04-11)


### Bug Fixes

* beta releases didn't check for beta updates on start ([d5aa805](https://github.com/PocketMiner82/pseudocode-ide/commit/d5aa8055e79eb2470cd0ff83b940ee404106577b))
* it was impossible to go back from beta to release ([3fd18b0](https://github.com/PocketMiner82/pseudocode-ide/commit/3fd18b0b13ea86d12706d10b6090bd595f89c342))
* on some devices, the changelog website wasn't displayed correctly ([0e216cc](https://github.com/PocketMiner82/pseudocode-ide/commit/0e216cce0d37972cf367bb8860290cead5263761))
* updating to beta release always downloaded the latest (non-beta) release and the changelog always was the changelog in the main branch and not dynamic ([fe05fb6](https://github.com/PocketMiner82/pseudocode-ide/commit/fe05fb6d15b9500dcbf8973902d78892625f0fd5))

## [1.3.1-dev.5](https://github.com/PocketMiner82/pseudocode-ide/compare/1.3.1-dev.4...1.3.1-dev.5) (2024-04-11)

## [1.3.1-dev.4](https://github.com/PocketMiner82/pseudocode-ide/compare/1.3.1-dev.3...1.3.1-dev.4) (2024-04-11)
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.3.1.5</version>
<version>1.3.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.3.1.5</version>
<version>1.3.1</version>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
Expand Down

0 comments on commit 9df367b

Please sign in to comment.