Skip to content

Commit

Permalink
Merge pull request #5 from ahoefling/nuget
Browse files Browse the repository at this point in the history
Updated nuspec for Dnn
  • Loading branch information
tpluscode authored May 18, 2018
2 parents 57580a5 + 4eb6d7b commit 11baed6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ image: Visual Studio 2017
nuget:
project_feed: true
disable_publish_on_pr: true

version: 1.9.2.{build}

environment:
ProductVersion: 1.9.2

Expand All @@ -17,4 +18,4 @@ before_build:
build_script:
- ps: .\Build-Release.ps1 $env:BuildVersion ''
after_build:
- ps: Push-AppveyorArtifact build\Releases\v$env:BuildVersion\ClientDependency.$env:BuildVersion.nupkg
- ps: Push-AppveyorArtifact build\Releases\v$env:BuildVersion\Dnn.ClientDependency.$env:BuildVersion.nupkg
6 changes: 3 additions & 3 deletions build/ClientDependency.nuspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>ClientDependency</id>
<title>Client Dependency Framework</title>
<id>Dnn.ClientDependency</id>
<title>Client Dependency Framework - Dnn Fork</title>
<version>0.0.0.0</version>
<authors>Shannon Deminick</authors>
<description>ClientDependency is a framework for simplifying colaborative development of ASP.NET components, allowing components to state what CSS and JavaScript files they require, and ensuring that each file only is only added once to the response. ClientDependency also handles combination, minification and compression of CSS and JavaScript.</description>
<description>Forked for DNN. ClientDependency is a framework for simplifying colaborative development of ASP.NET components, allowing components to state what CSS and JavaScript files they require, and ensuring that each file only is only added once to the response. ClientDependency also handles combination, minification and compression of CSS and JavaScript.</description>
<summary>A library for handling CSS and JavaScript dependencies</summary>
<language>en-US</language>
<licenseUrl>http://www.opensource.org/licenses/ms-pl</licenseUrl>
Expand Down

0 comments on commit 11baed6

Please sign in to comment.