|
4 | 4 | <TargetFrameworks>net10.0;net9.0;net8.0;net6.0;netstandard2.0;net461;net481</TargetFrameworks> |
5 | 5 | <RootNamespace>Standard.Licensing</RootNamespace> |
6 | 6 | <AssemblyName>Standard.Licensing</AssemblyName> |
7 | | - <Authors>Junian Triajianto</Authors> |
| 7 | + <Authors>Junian Triajianto; Stefan K.S. Tucker</Authors> |
8 | 8 | <NeutralLanguage>en</NeutralLanguage> |
9 | | - <Owners>junian</Owners> |
| 9 | + <Owners>junian; 12noon LLC</Owners> |
10 | 10 | <PackageProjectUrl>https://www.junian.dev/Standard.Licensing/</PackageProjectUrl> |
11 | 11 | <PackageReleaseNotes> |
12 | | - v1.2.2 |
13 | | - |
14 | | - - Add .NET 10.0 Support |
15 | | - |
16 | | - v1.2.1 |
17 | | - |
18 | | - - Add .NET 9.0 Support |
| 12 | + v1.3.0 |
19 | 13 |
|
20 | | - v1.2.0 |
| 14 | + - Update ExpirationDate to use only the date part, ignoring the time component, to prevent unexpected expiration issues due to time zone differences or time component discrepancies. |
21 | 15 |
|
22 | | - - Update to the latest BouncyCastle |
| 16 | + v1.2.2 |
23 | 17 |
|
24 | | - v1.1.9 |
| 18 | + - Add .NET 10.0 Support |
25 | 19 |
|
26 | | - - Add custom DateTime to check Expiration date</PackageReleaseNotes> |
| 20 | + v1.2.1 |
| 21 | + |
| 22 | + - Add .NET 9.0 Support |
| 23 | + |
| 24 | + v1.2.0 |
| 25 | + |
| 26 | + - Update to the latest BouncyCastle |
| 27 | + |
| 28 | + v1.1.9 |
| 29 | + |
| 30 | + - Add custom DateTime to check Expiration date</PackageReleaseNotes> |
27 | 31 | <Summary>Easy-to-use licensing library for .NET and .NET Framework products.</Summary> |
28 | 32 | <PackageTags>portable,licensing,key</PackageTags> |
29 | | - <Title>Standard.Licensing</Title> |
| 33 | + <Title>Standard.Licensing.12noon</Title> |
30 | 34 | <Description>Easy-to-use licensing library for .NET and .NET Framework products.</Description> |
31 | | - <PackageId>Standard.Licensing</PackageId> |
| 35 | + <PackageId>Standard.Licensing.12noon</PackageId> |
32 | 36 | <Copyright>Copyright (c) 2018 - 2026</Copyright> |
33 | | - <RepositoryUrl>https://github.com/junian/Standard.Licensing</RepositoryUrl> |
| 37 | + <RepositoryUrl>https://github.com/12noonLLC/Standard.Licensing</RepositoryUrl> |
34 | 38 | <RepositoryType>git</RepositoryType> |
35 | 39 | <SignAssembly>true</SignAssembly> |
36 | 40 | <AssemblyOriginatorKeyFile>Standard.Licensing.snk</AssemblyOriginatorKeyFile> |
|
42 | 46 | <CLSCompliant>True</CLSCompliant> |
43 | 47 |
|
44 | 48 | <!-- Versions --> |
45 | | - <AssemblyVersion>1.2.2.0</AssemblyVersion> |
| 49 | + <AssemblyVersion>1.3.0.0</AssemblyVersion> |
46 | 50 | <ReleaseVersion>$(AssemblyVersion)</ReleaseVersion> |
47 | 51 | <Version>$(AssemblyVersion)</Version> |
48 | 52 | <FileVersion>$(AssemblyVersion)</FileVersion> |
| 53 | + <IncludeSymbols>True</IncludeSymbols> |
| 54 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
49 | 55 | </PropertyGroup> |
50 | 56 |
|
51 | 57 | <ItemGroup> |
|
0 commit comments