diff --git a/appveyor.yml b/appveyor.yml index bd7fe69..11ac003 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 @@ -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 diff --git a/build/ClientDependency.nuspec b/build/ClientDependency.nuspec index 4941b5a..6875005 100644 --- a/build/ClientDependency.nuspec +++ b/build/ClientDependency.nuspec @@ -1,11 +1,11 @@ - ClientDependency - Client Dependency Framework + Dnn.ClientDependency + Client Dependency Framework - Dnn Fork 0.0.0.0 Shannon Deminick - 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. + 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. A library for handling CSS and JavaScript dependencies en-US http://www.opensource.org/licenses/ms-pl