Skip to content

Commit

Permalink
fix: update dependencies - Merge branch dev to main (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
PocketMiner82 committed Sep 16, 2024
2 parents cfdb66b + 04c1487 commit a4d19b0
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Restore Packages and build solution
run: ".\\build.cmd nozip"
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4.4.0
with:
# Artifact name
name: pseudocode-ide
Expand Down
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.3</version>
<url>https://github.com/PocketMiner82/pseudocode-ide/releases/download/1.6.3/pseudocode-ide.zip</url>
<changelog>https://github.com/PocketMiner82/pseudocode-ide/blob/1.6.3/CHANGELOG.md</changelog>
<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>
<mandatory>false</mandatory>
</item>
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [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)

## [1.6.3](https://github.com/PocketMiner82/pseudocode-ide/compare/1.6.2...1.6.3) (2024-04-20)


Expand Down
8 changes: 4 additions & 4 deletions 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.3</version>
<version>1.6.4.2</version>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
</PropertyGroup>
Expand Down Expand Up @@ -45,11 +45,11 @@
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.9.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.11.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" />
<PackageReference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" Version="4.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Scintilla5.NET" Version="5.3.3.18" />
<PackageReference Include="Scintilla5.NET" Version="5.6.1" />
<PackageReference Include="ScintillaNET_FindReplaceDialog" Version="1.5.5" />
<PackageReference Include="System.Buffers" Version="4.5.1" />
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" />
Expand Down
6 changes: 3 additions & 3 deletions 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.3</version>
<version>1.6.4.2</version>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
Expand All @@ -23,8 +23,8 @@
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Autoupdater.NET.Official" Version="1.8.5" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2277.86" />
<PackageReference Include="Autoupdater.NET.Official" Version="1.9.2" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2739.15" />
</ItemGroup>
<ItemGroup>
<Reference Include="PresentationFramework" />
Expand Down

0 comments on commit a4d19b0

Please sign in to comment.