Skip to content

Commit 49b6d4b

Browse files
committed
Publish 1.3.0
1 parent 499758f commit 49b6d4b

1 file changed

Lines changed: 23 additions & 17 deletions

File tree

src/Standard.Licensing/Standard.Licensing.csproj

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,37 @@
44
<TargetFrameworks>net10.0;net9.0;net8.0;net6.0;netstandard2.0;net461;net481</TargetFrameworks>
55
<RootNamespace>Standard.Licensing</RootNamespace>
66
<AssemblyName>Standard.Licensing</AssemblyName>
7-
<Authors>Junian Triajianto</Authors>
7+
<Authors>Junian Triajianto; Stefan K.S. Tucker</Authors>
88
<NeutralLanguage>en</NeutralLanguage>
9-
<Owners>junian</Owners>
9+
<Owners>junian; 12noon LLC</Owners>
1010
<PackageProjectUrl>https://www.junian.dev/Standard.Licensing/</PackageProjectUrl>
1111
<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
1913

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.
2115

22-
- Update to the latest BouncyCastle
16+
v1.2.2
2317

24-
v1.1.9
18+
- Add .NET 10.0 Support
2519

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>
2731
<Summary>Easy-to-use licensing library for .NET and .NET Framework products.</Summary>
2832
<PackageTags>portable,licensing,key</PackageTags>
29-
<Title>Standard.Licensing</Title>
33+
<Title>Standard.Licensing.12noon</Title>
3034
<Description>Easy-to-use licensing library for .NET and .NET Framework products.</Description>
31-
<PackageId>Standard.Licensing</PackageId>
35+
<PackageId>Standard.Licensing.12noon</PackageId>
3236
<Copyright>Copyright (c) 2018 - 2026</Copyright>
33-
<RepositoryUrl>https://github.com/junian/Standard.Licensing</RepositoryUrl>
37+
<RepositoryUrl>https://github.com/12noonLLC/Standard.Licensing</RepositoryUrl>
3438
<RepositoryType>git</RepositoryType>
3539
<SignAssembly>true</SignAssembly>
3640
<AssemblyOriginatorKeyFile>Standard.Licensing.snk</AssemblyOriginatorKeyFile>
@@ -42,10 +46,12 @@
4246
<CLSCompliant>True</CLSCompliant>
4347

4448
<!-- Versions -->
45-
<AssemblyVersion>1.2.2.0</AssemblyVersion>
49+
<AssemblyVersion>1.3.0.0</AssemblyVersion>
4650
<ReleaseVersion>$(AssemblyVersion)</ReleaseVersion>
4751
<Version>$(AssemblyVersion)</Version>
4852
<FileVersion>$(AssemblyVersion)</FileVersion>
53+
<IncludeSymbols>True</IncludeSymbols>
54+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
4955
</PropertyGroup>
5056

5157
<ItemGroup>

0 commit comments

Comments
 (0)