Skip to content

Commit 7f0b38f

Browse files
authored
Merge pull request #16 from ghost1face/release
chore: Bump minor release
2 parents f1673d2 + da2b579 commit 7f0b38f

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

Base62/Base62.csproj

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,20 @@
55
<Description>Base62 encoder and decoder for .NET for URL shortening and/or obfuscation.</Description>
66
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
77
<WarningsAsErrors />
8-
<Copyright>2022</Copyright>
8+
<Copyright>2026</Copyright>
99
<PackageLicenseUrl></PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/ghost1face/base62</PackageProjectUrl>
1111
<RepositoryUrl>https://github.com/ghost1face/base62</RepositoryUrl>
1212
<PackageTags>base62 encoder decoder url-shortener conversion</PackageTags>
1313
<Authors>ghost1face</Authors>
1414
<PackageReleaseNotes>
15-
* Addresses bug with leading zeros
15+
* Minimize allocations and improve performance
16+
* Add support for .NET 10
1617
</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>
1920
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
20-
<Version>1.3.0</Version>
21+
<Version>1.4.0</Version>
2122
<RepositoryType>git</RepositoryType>
2223
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2324
<EmbedUntrackedSources>true</EmbedUntrackedSources>
@@ -45,10 +46,6 @@
4546
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4647
<PrivateAssets>all</PrivateAssets>
4748
</PackageReference>
48-
<PackageReference Include="SecurityCodeScan.VS2019" Version="5.6.7">
49-
<PrivateAssets>all</PrivateAssets>
50-
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
51-
</PackageReference>
5249
</ItemGroup>
5350

5451
</Project>

0 commit comments

Comments
 (0)