Skip to content

Commit 7b465ee

Browse files
committed
Package config for 7.0.1
1 parent adeb290 commit 7b465ee

8 files changed

Lines changed: 10 additions & 10 deletions
42.1 KB
Binary file not shown.
34.8 KB
Binary file not shown.
31.3 KB
Binary file not shown.

Devlord.Utilities.sln

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1313
LICENSE = LICENSE
1414
README.md = README.md
1515
images\devlord-105.png = images\devlord-105.png
16+
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
17+
.github\workflows\package.yml = .github\workflows\package.yml
1618
EndProjectSection
1719
EndProject
1820
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D98FBDA4-114C-469D-A722-A8DB70F42BFE}"

src/Devlord.Utilities.Mail/Devlord.Utilities.Mail.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net10.0</TargetFramework>
4+
<TargetFrameworks>net8.0;net10.0</TargetFrameworks>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<VersionPrefix>7.0.1</VersionPrefix>
88
<Company>Devlords Cooperative</Company>
99
<Authors>devlord</Authors>
1010
<PackageProjectUrl>https://github.com/lorddev/utilities</PackageProjectUrl>
1111
<Copyright>Copyright © 2026 Aaron Lord</Copyright>
12-
<PackageLicenseUrl>https://raw.githubusercontent.com/lorddev/utilities/master/LICENSE</PackageLicenseUrl>
12+
<PackageLicense>LICENSE</PackageLicense>
1313
<PackageIcon>devlord-105.png</PackageIcon>
1414
<RepositoryUrl>https://github.com/lorddev/utilities</RepositoryUrl>
1515
<RepositoryType>Git</RepositoryType>
@@ -20,6 +20,7 @@
2020
</PropertyGroup>
2121

2222
<ItemGroup>
23+
<None Include="..\..\LICENSE" Pack="true" PackagePath="" />
2324
<None Include="README.md" Pack="true" PackagePath="\" />
2425
<None Include="..\..\images\devlord-105.png" Pack="true" PackagePath="" />
2526
</ItemGroup>

src/Devlord.Utilities.MapsApi/Devlord.Utilities.MapsApi.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net10.0</TargetFramework>
4+
<TargetFrameworks>net8.0;net10.0</TargetFrameworks>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<VersionPrefix>7.0.1</VersionPrefix>
88
<Company>Devlords Cooperative</Company>
99
<Authors>devlord</Authors>
1010
<PackageProjectUrl>https://github.com/lorddev/utilities</PackageProjectUrl>
1111
<Copyright>Copyright © 2026 Aaron Lord</Copyright>
12-
<PackageLicenseUrl>https://raw.githubusercontent.com/lorddev/utilities/master/LICENSE</PackageLicenseUrl>
12+
<PackageLicense>LICENSE</PackageLicense>
1313
<PackageIcon>devlord-105.png</PackageIcon>
1414
<RepositoryUrl>https://github.com/lorddev/utilities</RepositoryUrl>
1515
<RepositoryType>Git</RepositoryType>
@@ -20,6 +20,7 @@
2020
</PropertyGroup>
2121

2222
<ItemGroup>
23+
<None Include="..\..\LICENSE" Pack="true" PackagePath="" />
2324
<None Include="README.md" Pack="true" PackagePath="\" />
2425
<None Include="..\..\images\devlord-105.png" Pack="true" PackagePath="" />
2526
</ItemGroup>

src/Devlord.Utilities/Devlord.Utilities.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Authors>devlord</Authors>
1111
<PackageProjectUrl>https://github.com/lorddev/utilities</PackageProjectUrl>
1212
<Copyright>Copyright © 2026 Aaron Lord</Copyright>
13-
<PackageLicenseUrl>https://raw.githubusercontent.com/lorddev/utilities/master/LICENSE</PackageLicenseUrl>
13+
<PackageLicense>LICENSE</PackageLicense>
1414
<PackageIcon>devlord-105.png</PackageIcon>
1515
<RepositoryUrl>https://github.com/lorddev/utilities</RepositoryUrl>
1616
<RepositoryType>Git</RepositoryType>
@@ -36,6 +36,7 @@
3636
</Compile>
3737
</ItemGroup>
3838
<ItemGroup>
39+
<None Include="..\..\LICENSE" Pack="true" PackagePath="" />
3940
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
4041
<None Include="..\..\images\devlord-105.png" Pack="true" PackagePath="" />
4142
</ItemGroup>

src/Devlord.Utilities/Exceptions/DevlordConfigurationException.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,5 @@ public class DevlordConfigurationException : Exception
2121
public DevlordConfigurationException(string s) : base(s)
2222
{
2323
}
24-
25-
protected DevlordConfigurationException(SerializationInfo info, StreamingContext context) : base(info, context)
26-
{
27-
28-
}
2924
}
3025
}

0 commit comments

Comments
 (0)