|
5 | 5 | <Description>Base62 encoder and decoder for .NET for URL shortening and/or obfuscation.</Description> |
6 | 6 | <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
7 | 7 | <WarningsAsErrors /> |
8 | | - <Copyright>2022</Copyright> |
| 8 | + <Copyright>2026</Copyright> |
9 | 9 | <PackageLicenseUrl></PackageLicenseUrl> |
10 | 10 | <PackageProjectUrl>https://github.com/ghost1face/base62</PackageProjectUrl> |
11 | 11 | <RepositoryUrl>https://github.com/ghost1face/base62</RepositoryUrl> |
12 | 12 | <PackageTags>base62 encoder decoder url-shortener conversion</PackageTags> |
13 | 13 | <Authors>ghost1face</Authors> |
14 | 14 | <PackageReleaseNotes> |
15 | | - * Addresses bug with leading zeros |
| 15 | + * Minimize allocations and improve performance |
| 16 | + * Add support for .NET 10 |
16 | 17 | </PackageReleaseNotes> |
17 | | - <AssemblyVersion>1.3.0.0</AssemblyVersion> |
18 | | - <FileVersion>1.3.0.0</FileVersion> |
| 18 | + <AssemblyVersion>1.4.0.0</AssemblyVersion> |
| 19 | + <FileVersion>1.4.0.0</FileVersion> |
19 | 20 | <PackageLicenseFile>LICENSE.md</PackageLicenseFile> |
20 | | - <Version>1.3.0</Version> |
| 21 | + <Version>1.4.0</Version> |
21 | 22 | <RepositoryType>git</RepositoryType> |
22 | 23 | <PublishRepositoryUrl>true</PublishRepositoryUrl> |
23 | 24 | <EmbedUntrackedSources>true</EmbedUntrackedSources> |
|
45 | 46 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
46 | 47 | <PrivateAssets>all</PrivateAssets> |
47 | 48 | </PackageReference> |
48 | | - <PackageReference Include="SecurityCodeScan.VS2019" Version="5.6.7"> |
49 | | - <PrivateAssets>all</PrivateAssets> |
50 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> |
51 | | - </PackageReference> |
52 | 49 | </ItemGroup> |
53 | 50 |
|
54 | 51 | </Project> |
0 commit comments