Skip to content

Commit

Permalink
Update csproj entries for nuget.org
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Heyman authored and Michael Heyman committed Mar 8, 2017
1 parent dfeebfd commit 700a497
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 18 deletions.
18 changes: 12 additions & 6 deletions Argon2.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{98C3F5AC-1FDF-4AAF-B067-A9E9C663D87B}"
ProjectSection(SolutionItems) = preProject
Expand All @@ -10,13 +10,15 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
stylecop.json = stylecop.json
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Isopoh.Cryptography.SecureArray", "Isopoh.Cryptography.SecureArray\Isopoh.Cryptography.SecureArray.xproj", "{8F5CEFC0-81B0-473B-8CE8-2E1EF555B15B}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Isopoh.Cryptography.SecureArray", "Isopoh.Cryptography.SecureArray\Isopoh.Cryptography.SecureArray.csproj", "{8F5CEFC0-81B0-473B-8CE8-2E1EF555B15B}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Isopoh.Cryptography.Blake2b", "Isopoh.Cryptography.Blake2b\Isopoh.Cryptography.Blake2b.xproj", "{249617D6-8291-4B2D-881F-3A6DE54DDCD3}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Isopoh.Cryptography.Blake2b", "Isopoh.Cryptography.Blake2b\Isopoh.Cryptography.Blake2b.csproj", "{249617D6-8291-4B2D-881F-3A6DE54DDCD3}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Isopoh.Cryptography.Argon2", "Isopoh.Cryptography.Argon2\Isopoh.Cryptography.Argon2.xproj", "{0738ED69-6346-4143-B8EF-71AA8605A1A4}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Isopoh.Cryptography.Argon2", "Isopoh.Cryptography.Argon2\Isopoh.Cryptography.Argon2.csproj", "{0738ED69-6346-4143-B8EF-71AA8605A1A4}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Isopoh.Cryptography.Test", "Isopoh.Cryptography.Test\Isopoh.Cryptography.Test.xproj", "{7B863047-1FFC-415E-B08E-FE88608A2456}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Isopoh.Cryptography.Test", "Isopoh.Cryptography.Test\Isopoh.Cryptography.Test.csproj", "{7B863047-1FFC-415E-B08E-FE88608A2456}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test461", "Test461\Test461.csproj", "{25D1FE0B-E1A8-4F39-AA4F-E11BC5CE100D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -40,6 +42,10 @@ Global
{7B863047-1FFC-415E-B08E-FE88608A2456}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B863047-1FFC-415E-B08E-FE88608A2456}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B863047-1FFC-415E-B08E-FE88608A2456}.Release|Any CPU.Build.0 = Release|Any CPU
{25D1FE0B-E1A8-4F39-AA4F-E11BC5CE100D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25D1FE0B-E1A8-4F39-AA4F-E11BC5CE100D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25D1FE0B-E1A8-4F39-AA4F-E11BC5CE100D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25D1FE0B-E1A8-4F39-AA4F-E11BC5CE100D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
12 changes: 8 additions & 4 deletions Isopoh.Cryptography.Argon2/Isopoh.Cryptography.Argon2.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Description>Argon2 Password Hasher</Description>
<Copyright>Michael Heyman 2016</Copyright>
<Title>Isopoh.Cryptography.Argon2</Title>
<Description>Argon2 Password Hasher written in C#</Description>
<PackageProjectUrl>https://github.com/mheyman/Isopoh.Cryptography.Argon2</PackageProjectUrl>
<Authors>Michael Heyman</Authors>
<Copyright>Michael Heyman 2017</Copyright>
<PackageTags>argon2 hash password crypto cryptography</PackageTags>
<PackageReleaseNotes>Moved to .NETStandard 1.3</PackageReleaseNotes>
<AssemblyTitle>Isopoh.Cryptography.Argon2</AssemblyTitle>
<TargetFramework>netstandard1.3</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyName>Isopoh.Cryptography.Argon2</AssemblyName>
<PackageId>Isopoh.Cryptography.Argon2</PackageId>
<NetStandardImplicitPackageVersion>1.6.0</NetStandardImplicitPackageVersion>
<PackageTargetFallback>$(PackageTargetFallback);dnxcore50</PackageTargetFallback>
<PackageVersion>1.0.1</PackageVersion>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
Expand Down
12 changes: 8 additions & 4 deletions Isopoh.Cryptography.Blake2b/Isopoh.Cryptography.Blake2b.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Description>Blake2 Hash</Description>
<Copyright>Michael Heyman 2016</Copyright>
<Title>Isopoh.Cryptography.Blake2b</Title>
<Description>Blake2 hash for sensitive data</Description>
<PackageProjectUrl>https://github.com/mheyman/Isopoh.Cryptography.Argon2</PackageProjectUrl>
<Authors>Michael Heyman</Authors>
<Copyright>Michael Heyman 2017</Copyright>
<PackageTags>blake2 blake2b hash crypto cryptography</PackageTags>
<PackageReleaseNotes>Moved to .NETStandard 1.3</PackageReleaseNotes>
<AssemblyTitle>Isopoh.Cryptography.Blake2b</AssemblyTitle>
<TargetFramework>netstandard1.3</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyName>Isopoh.Cryptography.Blake2b</AssemblyName>
<PackageId>Isopoh.Cryptography.Blake2b</PackageId>
<NetStandardImplicitPackageVersion>1.6.0</NetStandardImplicitPackageVersion>
<PackageTargetFallback>$(PackageTargetFallback);dnxcore50</PackageTargetFallback>
<PackageVersion>1.0.1</PackageVersion>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Description>Held in RAM and zeroed on Disposal</Description>
<Copyright>Michael Heyman 2016</Copyright>
<Title>Isopoh.Cryptography.SecureArray</Title>
<Description>A managed class that can hold an array in RAM and zero it on disposal</Description>
<PackageProjectUrl>https://github.com/mheyman/Isopoh.Cryptography.Argon2</PackageProjectUrl>
<Authors>Michael Heyman</Authors>
<Copyright>Michael Heyman 2017</Copyright>
<PackageTags>sensitive array</PackageTags>
<PackageReleaseNotes>Moved to .NETStandard 1.1</PackageReleaseNotes>
<AssemblyTitle>Isopoh.Cryptography.SecureArray</AssemblyTitle>
<TargetFramework>netstandard1.1</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyName>Isopoh.Cryptography.SecureArray</AssemblyName>
<PackageId>Isopoh.Cryptography.SecureArray</PackageId>
<NetStandardImplicitPackageVersion>1.6.0</NetStandardImplicitPackageVersion>
<PackageTargetFallback>$(PackageTargetFallback);dnxcore50</PackageTargetFallback>
<PackageVersion>1.0.1</PackageVersion>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
Expand Down

0 comments on commit 700a497

Please sign in to comment.