Skip to content

Commit

Permalink
chore(choco): needs VERIFICATION.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed Aug 14, 2018
1 parent bb06412 commit 69a5a76
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 37 deletions.
1 change: 1 addition & 0 deletions IpfsMount.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ z:\ipfs\QmRCJXG7HSmprrYwDrK1GctXHgbV7EYpVcJPQPwevoQuqF\test\baz\f
<file src="IpfsMount\bin\release\ipfs-mount.exe" target="" />
<file src="LICENSE.txt" target="" />
<file src="README.md" target="" />
<file src="VERIFICATION.txt" target="" />
</files>
</package>
78 changes: 41 additions & 37 deletions IpfsMount.sln
Original file line number Diff line number Diff line change
@@ -1,37 +1,41 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IpfsMount", "IpfsMount\IpfsMount.csproj", "{9A619FCC-F84B-4F8E-AC05-AABC4BDD88E4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{184C17C4-7E6D-4CB3-98A0-7CB6E5BE3F87}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
IpfsMount.nuspec = IpfsMount.nuspec
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IpfsMountTests", "IpfsMountTests\IpfsMountTests.csproj", "{07643E1D-1116-43E7-A5F5-A6BF6DD785A7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9A619FCC-F84B-4F8E-AC05-AABC4BDD88E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A619FCC-F84B-4F8E-AC05-AABC4BDD88E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A619FCC-F84B-4F8E-AC05-AABC4BDD88E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A619FCC-F84B-4F8E-AC05-AABC4BDD88E4}.Release|Any CPU.Build.0 = Release|Any CPU
{07643E1D-1116-43E7-A5F5-A6BF6DD785A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07643E1D-1116-43E7-A5F5-A6BF6DD785A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07643E1D-1116-43E7-A5F5-A6BF6DD785A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07643E1D-1116-43E7-A5F5-A6BF6DD785A7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2047
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IpfsMount", "IpfsMount\IpfsMount.csproj", "{9A619FCC-F84B-4F8E-AC05-AABC4BDD88E4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{184C17C4-7E6D-4CB3-98A0-7CB6E5BE3F87}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
IpfsMount.nuspec = IpfsMount.nuspec
LICENSE.txt = LICENSE.txt
README.md = README.md
VERIFICATION.txt = VERIFICATION.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IpfsMountTests", "IpfsMountTests\IpfsMountTests.csproj", "{07643E1D-1116-43E7-A5F5-A6BF6DD785A7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9A619FCC-F84B-4F8E-AC05-AABC4BDD88E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A619FCC-F84B-4F8E-AC05-AABC4BDD88E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A619FCC-F84B-4F8E-AC05-AABC4BDD88E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A619FCC-F84B-4F8E-AC05-AABC4BDD88E4}.Release|Any CPU.Build.0 = Release|Any CPU
{07643E1D-1116-43E7-A5F5-A6BF6DD785A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07643E1D-1116-43E7-A5F5-A6BF6DD785A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07643E1D-1116-43E7-A5F5-A6BF6DD785A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07643E1D-1116-43E7-A5F5-A6BF6DD785A7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6CB55BA6-85ED-4F93-8376-A61168FD6C33}
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions VERIFICATION.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
VERIFICATION

Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

**TODO** How to verify the package

1 comment on commit 69a5a76

@richardschneider
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trying to get #4 to work

Please sign in to comment.