Skip to content

Commit 31fe8a5

Browse files
committed
fix: remove readme
1 parent 98e38c8 commit 31fe8a5

5 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/publish-package.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
id: semantic
3838
uses: cycjimmy/semantic-release-action@v3
3939
with:
40-
semantic_version: 19.0.5
4140
extra_plugins: |
4241
@semantic-release/changelog
4342
@semantic-release/git

src/NetDevPack.Security.PasswordHasher.Argon2/NetDevPack.Security.PasswordHasher.Argon2.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Detects ASP.NET Identity v2/v3 hashes and rehashes them to Argon2id after succes
1919
<RepositoryBranch>main</RepositoryBranch>
2020
<PackageProjectUrl>https://github.com/NetDevPack/Security.PasswordHasher</PackageProjectUrl>
2121
<PackageIcon>icon.png</PackageIcon>
22-
<PackageReadmeFile>README.md</PackageReadmeFile>
22+
2323
<IncludeSymbols>true</IncludeSymbols>
2424
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2525
<GenerateDocumentationFile>true</GenerateDocumentationFile>

src/NetDevPack.Security.PasswordHasher.Bcrypt/NetDevPack.Security.PasswordHasher.Bcrypt.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Recognizes ASP.NET Identity v2/v3 hashes and rehashes them with bcrypt after suc
1919
<RepositoryBranch>main</RepositoryBranch>
2020
<PackageProjectUrl>https://github.com/NetDevPack/Security.PasswordHasher</PackageProjectUrl>
2121
<PackageIcon>icon.png</PackageIcon>
22-
<PackageReadmeFile>README.md</PackageReadmeFile>
22+
2323
<IncludeSymbols>true</IncludeSymbols>
2424
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2525
<GenerateDocumentationFile>true</GenerateDocumentationFile>

src/NetDevPack.Security.PasswordHasher.Core/NetDevPack.Security.PasswordHasher.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Includes utilities to detect legacy ASP.NET Identity hashes for smoother upgrade
1919
<RepositoryBranch>main</RepositoryBranch>
2020
<PackageProjectUrl>https://github.com/NetDevPack/Security.PasswordHasher</PackageProjectUrl>
2121
<PackageIcon>icon.png</PackageIcon>
22-
<PackageReadmeFile>README.md</PackageReadmeFile>
22+
2323
<IncludeSymbols>true</IncludeSymbols>
2424
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2525
<GenerateDocumentationFile>true</GenerateDocumentationFile>

src/NetDevPack.Security.PasswordHasher.Scrypt/NetDevPack.Security.PasswordHasher.Scrypt.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Detects ASP.NET Identity v2/v3 hashes and promotes them to scrypt after successf
1919
<RepositoryBranch>main</RepositoryBranch>
2020
<PackageProjectUrl>https://github.com/NetDevPack/Security.PasswordHasher</PackageProjectUrl>
2121
<PackageIcon>icon.png</PackageIcon>
22-
<PackageReadmeFile>README.md</PackageReadmeFile>
22+
2323
<IncludeSymbols>true</IncludeSymbols>
2424
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2525
<GenerateDocumentationFile>true</GenerateDocumentationFile>

0 commit comments

Comments
 (0)