Skip to content

Commit

Permalink
Merge pull request #64 from mfilippov/nuget-auto-publish
Browse files Browse the repository at this point in the history
Nuget auto publish
  • Loading branch information
mfilippov authored Oct 16, 2016
2 parents 282c297 + cc4cfcc commit fc4e17f
Show file tree
Hide file tree
Showing 128 changed files with 2,980 additions and 2,042 deletions.
10 changes: 0 additions & 10 deletions SharedAssemblyInfo.cs

This file was deleted.

38 changes: 5 additions & 33 deletions VimeoDotNet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>VimeoDotNet</id>
<version>0.8.2</version>
<version>$version$</version>
<title>Vimeo-Dot-Net</title>
<authors>Stephen Commisso, Mikhail Filippov</authors>
<licenseUrl>https://github.com/mfilippov/vimeo-dot-net/blob/master/LICENSE</licenseUrl>
Expand All @@ -26,36 +26,8 @@
</dependencies>
</metadata>
<files>
<file src="lib\net45\*.dll" target="lib\net45" />
<file src="lib\net45\*.pdb" target="lib\net45" />
<file src="lib\net45\*.xml" target="lib\net45" />

<file src="lib\net45-client\*.dll" target="lib\net45-client" />
<file src="lib\net45-client\*.pdb" target="lib\net45-client" />
<file src="lib\net45-client\*.xml" target="lib\net45-client" />

<file src="lib\net451\*.dll" target="lib\net451" />
<file src="lib\net451\*.pdb" target="lib\net451" />
<file src="lib\net451\*.xml" target="lib\net451" />

<file src="lib\net451-client\*.dll" target="lib\net451-client" />
<file src="lib\net451-client\*.pdb" target="lib\net451-client" />
<file src="lib\net451-client\*.xml" target="lib\net451-client" />

<file src="lib\net452\*.dll" target="lib\net452" />
<file src="lib\net452\*.pdb" target="lib\net452" />
<file src="lib\net452\*.xml" target="lib\net452" />

<file src="lib\net452-client\*.dll" target="lib\net452-client" />
<file src="lib\net452-client\*.pdb" target="lib\net452-client" />
<file src="lib\net452-client\*.xml" target="lib\net452-client" />

<file src="lib\net46\*.dll" target="lib\net46" />
<file src="lib\net46\*.pdb" target="lib\net46" />
<file src="lib\net46\*.xml" target="lib\net46" />

<file src="lib\net46-client\*.dll" target="lib\net46-client" />
<file src="lib\net46-client\*.pdb" target="lib\net46-client" />
<file src="lib\net46-client\*.xml" target="lib\net46-client" />
<file src="src\VimeoDotNet\bin\Release\VimeoDotNet.dll" target="lib\net45" />
<file src="src\VimeoDotNet\bin\Release\VimeoDotNet.pdb" target="lib\net45" />
<file src="src\VimeoDotNet\bin\Release\VimeoDotNet.xml" target="lib\net45" />
</files>
</package>
</package>
29 changes: 0 additions & 29 deletions VimeoDotNet.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,8 @@ VisualStudioVersion = 14.0.22823.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VimeoDotNet", "src\VimeoDotNet\VimeoDotNet.csproj", "{90BFBB6A-05E5-4736-99B0-0C276581EF21}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AF96074E-5B07-4486-A73D-2886A8CD23D0}"
ProjectSection(SolutionItems) = preProject
SharedAssemblyInfo.cs = SharedAssemblyInfo.cs
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VimeoDotNet.Tests", "src\VimeoDotNet.Tests\VimeoDotNet.Tests.csproj", "{52A87768-AEB5-4FD5-85EB-3941787816F1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VimeoDotNet.Net45", "src\VimeoDotNet.Net45\VimeoDotNet.Net45.csproj", "{CFD7E43D-A5EE-4E65-B70C-9E8441BF412C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VimeoDotNet.Net451", "src\VimeoDotNet.Net451\VimeoDotNet.Net451.csproj", "{07850BB8-6561-4C12-879B-55D4AAC2823E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VimeoDotNet.Net452", "src\VimeoDotNet.Net452\VimeoDotNet.Net452.csproj", "{6853750E-B104-464A-81E5-85EF88734444}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VimeoDotNet.Net46", "src\VimeoDotNet.Net46\VimeoDotNet.Net46.csproj", "{46B1DC57-89E3-4EF3-95AF-550EEF11B44C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -34,22 +21,6 @@ Global
{52A87768-AEB5-4FD5-85EB-3941787816F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52A87768-AEB5-4FD5-85EB-3941787816F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52A87768-AEB5-4FD5-85EB-3941787816F1}.Release|Any CPU.Build.0 = Release|Any CPU
{CFD7E43D-A5EE-4E65-B70C-9E8441BF412C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFD7E43D-A5EE-4E65-B70C-9E8441BF412C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFD7E43D-A5EE-4E65-B70C-9E8441BF412C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFD7E43D-A5EE-4E65-B70C-9E8441BF412C}.Release|Any CPU.Build.0 = Release|Any CPU
{07850BB8-6561-4C12-879B-55D4AAC2823E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07850BB8-6561-4C12-879B-55D4AAC2823E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07850BB8-6561-4C12-879B-55D4AAC2823E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07850BB8-6561-4C12-879B-55D4AAC2823E}.Release|Any CPU.Build.0 = Release|Any CPU
{6853750E-B104-464A-81E5-85EF88734444}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6853750E-B104-464A-81E5-85EF88734444}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6853750E-B104-464A-81E5-85EF88734444}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6853750E-B104-464A-81E5-85EF88734444}.Release|Any CPU.Build.0 = Release|Any CPU
{46B1DC57-89E3-4EF3-95AF-550EEF11B44C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46B1DC57-89E3-4EF3-95AF-550EEF11B44C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46B1DC57-89E3-4EF3-95AF-550EEF11B44C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46B1DC57-89E3-4EF3-95AF-550EEF11B44C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
7 changes: 0 additions & 7 deletions src/VimeoDotNet.Net45/Properties/AssemblyInfo.cs

This file was deleted.

Loading

0 comments on commit fc4e17f

Please sign in to comment.