Skip to content

Commit

Permalink
Merge pull request #762 from storybuilder-org/deps-update
Browse files Browse the repository at this point in the history
update all projects and builder dependices
  • Loading branch information
terrycox authored Jul 12, 2024
2 parents 4c1d557 + b7b8dff commit bd8146e
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/AutoBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@ jobs:

steps:
- name: Download Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

# Install .NET
- name: Install .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x.x

#Install MSBUILD
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.1
uses: microsoft/setup-msbuild@v2

- uses: oprypin/find-latest-tag@v1
- uses: oprypin/find-latest-tag@v1.1.2
with:
repository: storybuilder-org/StoryCAD
releases-only: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ReleaseBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ jobs:

steps:
- name: Download Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

# Install .NET
- name: Install .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x.x

#Install MSBUILD
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.1
uses: microsoft/setup-msbuild@v2

#Bump version number
- name: Increase Version Number
Expand Down
2 changes: 1 addition & 1 deletion NRtfTree/NRtfTree.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="8.0.6" />
<PackageReference Include="System.Drawing.Common" Version="8.0.7" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion StoryCAD/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces="uap rescap">
<Identity Name="34432StoryBuilder.StoryBuilder" Publisher="CN=34A1944E-942C-4545-B217-ECE68E54ACF8" Version="2.13.0.65535" />
<Identity Name="34432StoryBuilder.StoryBuilder" Publisher="CN=34A1944E-942C-4545-B217-ECE68E54ACF8" Version="2.14.3.0" />
<Properties>
<DisplayName>StoryCAD</DisplayName>
<PublisherDisplayName>STORYBUILDER ORG</PublisherDisplayName>
Expand Down
10 changes: 5 additions & 5 deletions StoryCAD/StoryCAD.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<AppxSymbolPackageEnabled>True</AppxSymbolPackageEnabled>
<AppxSymbolPackageEnabled>False</AppxSymbolPackageEnabled>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<AppxBundle>Auto</AppxBundle>
<AppInstallerUri>C:\msixs\</AppInstallerUri>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
<AppxPackageDir>C:\Users\RARI\Desktop\cadappTestSign\</AppxPackageDir>
<AppxBundlePlatforms>x64</AppxBundlePlatforms>
<AppxPackageDir>C:\Users\RARI\Desktop\CadApp\</AppxPackageDir>
<AppxBundlePlatforms>x86|x64|arm64</AppxBundlePlatforms>
<RunAnalyzersDuringLiveAnalysis>False</RunAnalyzersDuringLiveAnalysis>
<RunAnalyzersDuringBuild>False</RunAnalyzersDuringBuild>
</PropertyGroup>
Expand All @@ -39,8 +39,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="dotenv.net" Version="3.1.3" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240607001" />
<PackageReference Include="dotenv.net" Version="3.2.0" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240627000" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="CommunityToolkit.WinUI.UI.Controls.Core" Version="7.1.2" />
Expand Down
10 changes: 5 additions & 5 deletions StoryCADLib/StoryCADLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,15 @@
<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="CommunityToolkit.WinUI.UI.Controls.Core" Version="7.1.2" />
<PackageReference Include="dotenv.net" Version="3.1.3" />
<PackageReference Include="dotenv.net" Version="3.2.0" />
<PackageReference Include="Elmah.Io.NLog" Version="5.2.49" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240607001" />
<PackageReference Include="MySql.Data" Version="8.4.0" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240627000" />
<PackageReference Include="MySql.Data" Version="9.0.0" />
<PackageReference Include="NLog" Version="5.3.2" />
<PackageReference Include="NLog.Extensions.Logging" Version="5.3.11" />
<PackageReference Include="Octokit" Version="12.0.0" />
<PackageReference Include="Octokit" Version="13.0.1" />
<PackageReference Include="WinUIEx" Version="2.3.4" />
<PackageReference Include="Betalgo.OpenAI" Version="8.4.0" />
<PackageReference Include="Betalgo.OpenAI" Version="8.6.0" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion StoryCADTests/StoryCADTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240607001" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240627000" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="CommunityToolkit.WinUI.UI.Controls.Core" Version="7.1.2" />
Expand Down

0 comments on commit bd8146e

Please sign in to comment.