Skip to content

Commit

Permalink
Switch to Client profile and added nuget details
Browse files Browse the repository at this point in the history
Swtiched geshikt to Client Profile to work with more compatible project.
Also added various files related to creating nuget package.
  • Loading branch information
peteraritchie committed Sep 25, 2012
1 parent c9719a9 commit a244287
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
4 changes: 4 additions & 0 deletions makenuget.bat
@@ -0,0 +1,4 @@
copy src\geschikt\bin\Release\geschikt.dll nuget\lib\net40-client
pushd nuget
..\util\nuget.exe pack ProductivityExtensions.nuspec
popd
16 changes: 16 additions & 0 deletions nuget/ProductivityExtensions.nuspec
@@ -0,0 +1,16 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>ProductivityExtensions</id>
<version>1.0.0</version>
<authors>Peter Ritchie</authors>
<owners>Peter Ritchie</owners>
<licenseUrl>https://github.com/peteraritchie/ProductivityExtensions/raw/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/peteraritchie/ProductivityExtensions</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Productivity Extensions is a library of extension methods extending over 650 methods in 400 Framework classes.</description>
<releaseNotes>Initial release</releaseNotes>
<copyright>Copyright 2012</copyright>
<tags>extension methods</tags>
</metadata>
</package>
1 change: 1 addition & 0 deletions src/geschikt/geschikt.csproj
Expand Up @@ -12,6 +12,7 @@
<AssemblyName>geschikt</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
Binary file added util/NuGet.exe
Binary file not shown.

0 comments on commit a244287

Please sign in to comment.