Skip to content

Commit 1af1a74

Browse files
committed
Upgrade packages and .NET
1 parent 0d6b95c commit 1af1a74

22 files changed

Lines changed: 49 additions & 49 deletions

File tree

.github/workflows/build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,68 +24,68 @@ jobs:
2424
uses: actions/upload-artifact@v4
2525
with:
2626
name: Artemis.Plugins.Games.EliteDangerous
27-
path: src/Artemis.Plugins.Games.EliteDangerous/bin/x64/Release/net9.0/publish
27+
path: src/Artemis.Plugins.Games.EliteDangerous/bin/x64/Release/net10.0/publish
2828
if-no-files-found: error
2929

3030
- name: Upload GTAV
3131
uses: actions/upload-artifact@v4
3232
with:
3333
name: Artemis.Plugins.Games.GTAV.Module
34-
path: src/Artemis.Plugins.Games.GTAV/Artemis.Plugins.Games.GTAV.Module/bin/x64/Release/net9.0/publish
34+
path: src/Artemis.Plugins.Games.GTAV/Artemis.Plugins.Games.GTAV.Module/bin/x64/Release/net10.0/publish
3535
if-no-files-found: error
3636

3737
- name: Upload League Of Legends
3838
uses: actions/upload-artifact@v4
3939
with:
4040
name: Artemis.Plugins.Games.LeagueOfLegends.Module
41-
path: src/Artemis.Plugins.Games.LeagueOfLegends/Artemis.Plugins.Games.LeagueOfLegends.Module/bin/x64/Release/net9.0/publish
41+
path: src/Artemis.Plugins.Games.LeagueOfLegends/Artemis.Plugins.Games.LeagueOfLegends.Module/bin/x64/Release/net10.0/publish
4242
if-no-files-found: error
4343

4444
- name: Upload Rocket League
4545
uses: actions/upload-artifact@v4
4646
with:
4747
name: Artemis.Plugins.Games.RocketLeague
48-
path: src/Artemis.Plugins.Games.RocketLeague/bin/x64/Release/net9.0/publish
48+
path: src/Artemis.Plugins.Games.RocketLeague/bin/x64/Release/net10.0/publish
4949
if-no-files-found: error
5050

5151
- name: Upload TrackMania
5252
uses: actions/upload-artifact@v4
5353
with:
5454
name: Artemis.Plugins.Games.TrackMania
55-
path: src/Artemis.Plugins.Games.TrackMania/bin/x64/Release/net9.0/publish
55+
path: src/Artemis.Plugins.Games.TrackMania/bin/x64/Release/net10.0/publish
5656
if-no-files-found: error
5757

5858
- name: Upload Truck Simulator
5959
uses: actions/upload-artifact@v4
6060
with:
6161
name: Artemis.Plugins.Games.TruckSimulator
62-
path: src/Artemis.Plugins.Games.TruckSimulator/bin/x64/Release/net9.0/publish
62+
path: src/Artemis.Plugins.Games.TruckSimulator/bin/x64/Release/net10.0/publish
6363
if-no-files-found: error
6464

6565
- name: Upload Valheim
6666
uses: actions/upload-artifact@v4
6767
with:
6868
name: Artemis.Plugins.Games.Valheim
69-
path: src/Artemis.Plugins.Games.Valheim/Artemis.Plugins.Games.Valheim.Module/bin/x64/Release/net9.0/publish
69+
path: src/Artemis.Plugins.Games.Valheim/Artemis.Plugins.Games.Valheim.Module/bin/x64/Release/net10.0/publish
7070
if-no-files-found: error
7171

7272
- name: Upload Fallout 4
7373
uses: actions/upload-artifact@v4
7474
with:
7575
name: Artemis.Plugins.Games.Fallout4
76-
path: src/Artemis.Plugins.Games.Fallout4/bin/x64/Release/net9.0/publish
76+
path: src/Artemis.Plugins.Games.Fallout4/bin/x64/Release/net10.0/publish
7777
if-no-files-found: error
7878

7979
- name: Upload Dota 2
8080
uses: actions/upload-artifact@v4
8181
with:
8282
name: Artemis.Plugins.Games.Dota2
83-
path: src/Artemis.Plugins.Games.Dota2/bin/x64/Release/net9.0/publish
83+
path: src/Artemis.Plugins.Games.Dota2/bin/x64/Release/net10.0/publish
8484
if-no-files-found: error
8585

8686
- name: Upload CSGO
8787
uses: actions/upload-artifact@v4
8888
with:
8989
name: Artemis.Plugins.Games.CSGO
90-
path: src/Artemis.Plugins.Games.CSGO/bin/x64/Release/net9.0/publish
90+
path: src/Artemis.Plugins.Games.CSGO/bin/x64/Release/net10.0/publish
9191
if-no-files-found: error

src/Artemis.Plugins.Games.CSGO/Artemis.Plugins.Games.CSGO.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net9.0</TargetFramework>
3+
<TargetFramework>net10.0</TargetFramework>
44
<Platforms>x64</Platforms>
55
<EnableDynamicLoading>true</EnableDynamicLoading>
66
<Nullable>enable</Nullable>
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="ArtemisRGB.UI.Shared" IncludeAssets="compile;build;buildTransitive" Version="1.2025.216.4" />
10+
<PackageReference Include="ArtemisRGB.UI.Shared" IncludeAssets="compile;build;buildTransitive" Version="1.2025.1227.2" />
1111
<PackageReference Include="ArtemisRGB.GameFinder" Version="2.3.0" />
1212
</ItemGroup>
1313

src/Artemis.Plugins.Games.CSGO/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"Website": "https://artemis-rgb.com/",
77
"Repository": "https://github.com/Artemis-RGB/Artemis.Plugins.Games",
88
"Icon": "QuestionMark",
9-
"Version": "1.2.0",
9+
"Version": "2.0.0",
1010
"Main": "Artemis.Plugins.Games.CSGO.dll",
1111
"AutoEnableProperties": true,
1212
"RequiresAdmin": false,

src/Artemis.Plugins.Games.Dota2/Artemis.Plugins.Games.Dota2.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net9.0</TargetFramework>
3+
<TargetFramework>net10.0</TargetFramework>
44
<Platforms>x64</Platforms>
55
<EnableDynamicLoading>true</EnableDynamicLoading>
66
<Nullable>enable</Nullable>
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="ArtemisRGB.UI.Shared" IncludeAssets="compile;build;buildTransitive" Version="1.2025.216.4" />
10+
<PackageReference Include="ArtemisRGB.UI.Shared" IncludeAssets="compile;build;buildTransitive" Version="1.2025.1227.2" />
1111
<PackageReference Include="ArtemisRGB.GameFinder" Version="2.3.0" />
1212
</ItemGroup>
1313

src/Artemis.Plugins.Games.Dota2/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"Website": "",
77
"Repository": "",
88
"Icon": "QuestionMark",
9-
"Version": "1.0.0.0",
9+
"Version": "2.0.0.0",
1010
"Main": "Artemis.Plugins.Games.Dota2.dll",
1111
"AutoEnableProperties": true,
1212
"RequiresAdmin": false,

src/Artemis.Plugins.Games.EliteDangerous/Artemis.Plugins.Games.EliteDangerous.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net9.0</TargetFramework>
3+
<TargetFramework>net10.0</TargetFramework>
44
<Platforms>x64</Platforms>
55
<EnableDynamicLoading>true</EnableDynamicLoading>
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="ArtemisRGB.UI.Shared" IncludeAssets="compile;build;buildTransitive" Version="1.2025.216.4" />
9+
<PackageReference Include="ArtemisRGB.UI.Shared" IncludeAssets="compile;build;buildTransitive" Version="1.2025.1227.2" />
1010
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1111
</ItemGroup>
1212

src/Artemis.Plugins.Games.EliteDangerous/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"Guid": "80dea147-5fb3-46c9-a5c2-30a181f39612",
3-
"Api": "1.0",
3+
"MinimumVersion": "1.2025.1227.2",
44
"Name": "Elite: Dangerous",
55
"Icon": "elite-dangerous.png",
66
"Description": "Elite: Dangerous game integration",
77
"Author": "Wibble (Wibble#5423)",
8-
"Version": "1.0.1",
8+
"Version": "2.0.0",
99
"Main": "Artemis.Plugins.Games.EliteDangerous.dll",
1010
"Website": "https://artemis-rgb.com/",
1111
"Repository": "https://github.com/Artemis-RGB/Artemis.Plugins.Games"

src/Artemis.Plugins.Games.Fallout4/Artemis.Plugins.Games.Fallout4.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net9.0</TargetFramework>
3+
<TargetFramework>net10.0</TargetFramework>
44
<Platforms>x64</Platforms>
55
<EnableDynamicLoading>true</EnableDynamicLoading>
66
<Nullable>enable</Nullable>
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="ArtemisRGB.UI.Shared" IncludeAssets="compile;build;buildTransitive" Version="1.2025.216.4" />
10+
<PackageReference Include="ArtemisRGB.UI.Shared" IncludeAssets="compile;build;buildTransitive" Version="1.2025.1227.2" />
1111
</ItemGroup>
1212

1313
<ItemGroup>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"Guid": "b42ff5d4-9064-4cf1-bef3-4ba172f85ed6",
3-
"Api": "1.0",
3+
"MinimumVersion": "1.2025.1227.2",
44
"Name": "Fallout 4 Module",
55
"Author": "diogotr7",
66
"Icon": "fallout4.png",
77
"Description": "Provides Fallout 4 game integration.",
8-
"Version": "1.0.0.0",
8+
"Version": "2.0.0.0",
99
"Main": "Artemis.Plugins.Games.Fallout4.dll"
1010
}

src/Artemis.Plugins.Games.GTAV/Artemis.Plugins.Games.GTAV.Module/Artemis.Plugins.Games.GTAV.Module.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net9.0</TargetFramework>
3+
<TargetFramework>net10.0</TargetFramework>
44
<Platforms>x64</Platforms>
55
<EnableDynamicLoading>true</EnableDynamicLoading>
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="ArtemisRGB.UI.Shared" IncludeAssets="compile;build;buildTransitive" Version="1.2025.216.4" />
9+
<PackageReference Include="ArtemisRGB.UI.Shared" IncludeAssets="compile;build;buildTransitive" Version="1.2025.1227.2" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

0 commit comments

Comments
 (0)