[go: nahoru, domu]

Skip to content

Commit

Permalink
nuget setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Brudtkuhl committed Aug 12, 2017
1 parent 083a791 commit 7db945f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/WordPressSharp/WordPressSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@
<AssemblyName>WordPressSharp</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<PackOnBuild>true</PackOnBuild>
<PackageVersion>1.0.1</PackageVersion>
<Authors>abrudtkuhl</Authors>
<DevelopmentDependency>true</DevelopmentDependency>
<Owners>@abrudtkuhl</Owners>
<PackageProjectUrl>http://abrudtkuhl.github.io/WordPressSharp</PackageProjectUrl>
<Summary>A C# library for interacting with the WordPress XML-RPC API.</Summary>
<Title>WordPressSharp</Title>
<Description>A C# library for interacting with the WordPress XML-RPC API.</Description>
<ReleaseVersion>1.0.1</ReleaseVersion>
<PackageTags>WordPress XML-RPC</PackageTags>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
4 changes: 4 additions & 0 deletions src/WordPressSharp/WordPressSharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,8 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
description = A C# library for interacting with the WordPress XML-RPC API.
version = 1.0.1
EndGlobalSection
EndGlobal
1 change: 1 addition & 0 deletions src/WordPressSharpTest/WordPressSharpTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
<IsCodedUITest>False</IsCodedUITest>
<TestProjectType>UnitTest</TestProjectType>
<ReleaseVersion>1.0.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 7db945f

Please sign in to comment.