Skip to content

Commit

Permalink
Update SpamOK.PasswordGenerator.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
lanedirt committed May 13, 2024
1 parent f12ff39 commit 4dfab63
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/SpamOK.PasswordGenerator/SpamOK.PasswordGenerator.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework> <!-- Or your target framework -->
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>SpamOK.PasswordGenerator</PackageId>
<PackageIcon>icon.png</PackageIcon>
<Version>1.0.0</Version>
Expand All @@ -10,11 +10,16 @@
<Description>A library for generating secure passwords.</Description>
<PackageTags>password generator security csharp</PackageTags>
<RepositoryUrl>https://github.com/SpamOK/SpamOK.PasswordGenerator</RepositoryUrl>
<PackageReleaseNotes>Alpha release of SpamOK Password Generator.</PackageReleaseNotes>
<PackageReleaseNotes>
V1 officially supported production release:

- Added async GeneratePassword() methods.
- Added more tests.
- Updated documentation.
</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/SpamOK/SpamOK.PasswordGenerator</PackageProjectUrl>
<Copyright>© 2024 SpamOK. All Rights Reserved.</Copyright>
<LicenseUrl>http://opensource.org/licenses/MIT</LicenseUrl>
<!-- Include the following line if you want to pack the symbols too -->
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit 4dfab63

Please sign in to comment.