Skip to content

Commit bc178f0

Browse files
committed
chore: .NET 8 support
1 parent 24bd88f commit bc178f0

8 files changed

Lines changed: 18 additions & 16 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
uses: actions/setup-dotnet@v3
4343
with:
4444
dotnet-version: |
45+
8.0.x
46+
7.0.x
4547
6.0.x
4648
5.0.x
4749
3.1.x
@@ -116,7 +118,7 @@ jobs:
116118

117119
- uses: actions/setup-dotnet@v3
118120
with:
119-
dotnet-version: '6.0.x'
121+
dotnet-version: '8.0.x'
120122

121123
- name: Push to NuGet
122124
run: |
@@ -147,7 +149,7 @@ jobs:
147149

148150
- uses: actions/setup-dotnet@v3
149151
with:
150-
dotnet-version: '6.0.x'
152+
dotnet-version: '8.0.x'
151153

152154
- name: Push to NuGet
153155
run: |

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
### v1.1.6 Preview
1+
### v1.1.6
22

33
**Core 1.1.6**
44
**Shell 1.1.6**
55
**ShellExtensions 1.1.6**
66
**Sensors 1.1.6**
77
**ExtendedLinguisticServices 1.1.6**
88

9-
- Initial GA Actions Support
10-
- Added New Target .NET 7.0
9+
- GH Actions Support
10+
- Added new targets .NET 7.0, and .NET 8.0
1111
- Fix TaskDialog.DefaultButton property is ignored
1212
- remove first dot in extension
1313

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
This is a fork of the Microsoft © Windows API Code Pack, based on a repository created by [contre](https://github.com/contre/Windows-API-Code-Pack-1.1). Due to the lack of updates to the original package, this fork was created to add support for all current .NET Framework and .NET Core versions.
99

10-
Now with added .NET 6.0, .NET 7.0 support ! (windows only)
10+
Now with added .NET 6.0, .NET 7.0, and .NET 8.0 support ! (windows only)
1111

1212
## NuGet packages (recommended)
1313

source/WindowsAPICodePack/Core/Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
<PackageReleaseNotes>See CHANGELOG.md in project site. https://github.com/samypr100/Windows-API-Code-Pack-1.1/blob/main/CHANGELOG.md </PackageReleaseNotes>
1616
<RepositoryUrl>https://github.com/samypr100/Windows-API-Code-Pack-1.1</RepositoryUrl>
1717
<RepositoryType>.git</RepositoryType>
18-
<Copyright>Copyright © 2022</Copyright>
18+
<Copyright>Copyright © 2023</Copyright>
1919
<NeutralLanguage>en-US</NeutralLanguage>
2020
<PackageTags>WindowsAPICodePack</PackageTags>
2121
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2222
<IncludeSymbols>true</IncludeSymbols>
2323
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
24-
<TargetFrameworks>net452;net462;net472;net48;net481;netcoreapp3.1;net5.0-windows;net6.0-windows;net7.0-windows</TargetFrameworks>
24+
<TargetFrameworks>net452;net462;net472;net48;net481;netcoreapp3.1;net5.0-windows;net6.0-windows;net7.0-windows;net8.0-windows</TargetFrameworks>
2525
<UseWindowsForms>true</UseWindowsForms>
2626
<LangVersion>latest</LangVersion>
2727
<RootNamespace>Microsoft.WindowsAPICodePack</RootNamespace>

source/WindowsAPICodePack/ExtendedLinguisticServices/ExtendedLinguisticServices.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
<PackageReleaseNotes>See CHANGELOG.md in project site. https://github.com/samypr100/Windows-API-Code-Pack-1.1/blob/main/CHANGELOG.md</PackageReleaseNotes>
1616
<RepositoryUrl>https://github.com/samypr100/Windows-API-Code-Pack-1.1</RepositoryUrl>
1717
<RepositoryType>.git</RepositoryType>
18-
<Copyright>Copyright © 2022</Copyright>
18+
<Copyright>Copyright © 2023</Copyright>
1919
<NeutralLanguage>en-US</NeutralLanguage>
2020
<PackageTags>WindowsAPICodePack</PackageTags>
2121
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2222
<IncludeSymbols>true</IncludeSymbols>
2323
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
24-
<TargetFrameworks>net452;net462;net472;net48;net481;netcoreapp3.1;net5.0-windows;net6.0-windows;net7.0-windows</TargetFrameworks>
24+
<TargetFrameworks>net452;net462;net472;net48;net481;netcoreapp3.1;net5.0-windows;net6.0-windows;net7.0-windows;net8.0-windows</TargetFrameworks>
2525
<UseWindowsForms>true</UseWindowsForms>
2626
<LangVersion>latest</LangVersion>
2727
<RootNamespace>Microsoft.WindowsAPICodePack.ExtendedLinguisticServices</RootNamespace>

source/WindowsAPICodePack/Sensors/Sensors.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
<PackageReleaseNotes>See CHANGELOG.md in project site. https://github.com/samypr100/Windows-API-Code-Pack-1.1/blob/main/CHANGELOG.md </PackageReleaseNotes>
1616
<RepositoryUrl>https://github.com/samypr100/Windows-API-Code-Pack-1.1</RepositoryUrl>
1717
<RepositoryType>.git</RepositoryType>
18-
<Copyright>Copyright © 2022</Copyright>
18+
<Copyright>Copyright © 2023</Copyright>
1919
<NeutralLanguage>en-US</NeutralLanguage>
2020
<PackageTags>WindowsAPICodePack</PackageTags>
2121
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2222
<IncludeSymbols>true</IncludeSymbols>
2323
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
24-
<TargetFrameworks>net452;net462;net472;net48;net481;netcoreapp3.1;net5.0-windows;net6.0-windows;net7.0-windows</TargetFrameworks>
24+
<TargetFrameworks>net452;net462;net472;net48;net481;netcoreapp3.1;net5.0-windows;net6.0-windows;net7.0-windows;net8.0-windows</TargetFrameworks>
2525
<UseWindowsForms>true</UseWindowsForms>
2626
<LangVersion>latest</LangVersion>
2727
<RootNamespace>Microsoft.WindowsAPICodePack.Sensors</RootNamespace>

source/WindowsAPICodePack/Shell/Shell.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
<PackageReleaseNotes>See CHANGELOG.md in project site. https://github.com/samypr100/Windows-API-Code-Pack-1.1/blob/main/CHANGELOG.md </PackageReleaseNotes>
1616
<RepositoryUrl>https://github.com/samypr100/Windows-API-Code-Pack-1.1</RepositoryUrl>
1717
<RepositoryType>.git</RepositoryType>
18-
<Copyright>Copyright © 2022</Copyright>
18+
<Copyright>Copyright © 2023</Copyright>
1919
<NeutralLanguage>en-US</NeutralLanguage>
2020
<PackageTags>WindowsAPICodePack</PackageTags>
2121
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2222
<IncludeSymbols>true</IncludeSymbols>
2323
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
24-
<TargetFrameworks>net452;net462;net472;net48;net481;netcoreapp3.1;net5.0-windows;net6.0-windows;net7.0-windows</TargetFrameworks>
24+
<TargetFrameworks>net452;net462;net472;net48;net481;netcoreapp3.1;net5.0-windows;net6.0-windows;net7.0-windows;net8.0-windows</TargetFrameworks>
2525
<UseWindowsForms>true</UseWindowsForms>
2626
<UseWPF>true</UseWPF>
2727
<LangVersion>latest</LangVersion>

source/WindowsAPICodePack/ShellExtensions/ShellExtensions.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
<PackageReleaseNotes>See CHANGELOG.md in project site. https://github.com/samypr100/Windows-API-Code-Pack-1.1/blob/main/CHANGELOG.md</PackageReleaseNotes>
1616
<RepositoryUrl>https://github.com/samypr100/Windows-API-Code-Pack-1.1</RepositoryUrl>
1717
<RepositoryType>.git</RepositoryType>
18-
<Copyright>Copyright © 2022</Copyright>
18+
<Copyright>Copyright © 2023</Copyright>
1919
<NeutralLanguage>en-US</NeutralLanguage>
2020
<PackageTags>WindowsAPICodePack</PackageTags>
2121
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2222
<IncludeSymbols>true</IncludeSymbols>
2323
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
24-
<TargetFrameworks>net452;net462;net472;net48;net481;netcoreapp3.1;net5.0-windows;net6.0-windows;net7.0-windows</TargetFrameworks>
24+
<TargetFrameworks>net452;net462;net472;net48;net481;netcoreapp3.1;net5.0-windows;net6.0-windows;net7.0-windows;net8.0-windows</TargetFrameworks>
2525
<UseWindowsForms>true</UseWindowsForms>
2626
<UseWPF>true</UseWPF>
2727
<LangVersion>latest</LangVersion>

0 commit comments

Comments
 (0)