Skip to content

Commit 917dd59

Browse files
committed
csproj info for nuget packages + scripts to pack and push
1 parent 8d8cd01 commit 917dd59

6 files changed

Lines changed: 6 additions & 1 deletion

File tree

build/pack.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dotnet pack ..\src\JpProject.PasswordHasher.sln -o .\ -p:PackageVersion=3.0.0

build/push.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
dotnet nuget push JpProject.AspNetCore.PasswordHasher.Core.3.0.0.nupkg -s https://api.nuget.org/v3/index.json
2+
dotnet nuget push JpProject.AspNetCore.PasswordHasher.Argon2.3.0.0.nupkg -s https://api.nuget.org/v3/index.json
3+
dotnet nuget push JpProject.AspNetCore.PasswordHasher.Bcrypt.3.0.0.nupkg -s https://api.nuget.org/v3/index.json
4+
dotnet nuget push JpProject.AspNetCore.PasswordHasher.Scrypt.3.0.0.nupkg -s https://api.nuget.org/v3/index.json
Binary file not shown.
Binary file not shown.

src/JpProject.AspNetCore.PasswordHasher.Core/JpProject.AspNetCore.PasswordHasher.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>0.1.0</Version>
5+
<Version>2.0.0</Version>
66
<Authors>Bruno Brito</Authors>
77
<PackageIconUrl>https://jpproject.blob.core.windows.net/images/helldog.png</PackageIconUrl>
88
<PackageTags>IPasswordHasher</PackageTags>
Binary file not shown.

0 commit comments

Comments
 (0)