Skip to content

meilke/nudossi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Built with Grunt NPM version
Code Climate Test Coverage
Dependency Status devDependency Status
forthebadge

nudossi

This will bump versions for NuGet dependencies in *.csproj and packages.config files.

Getting started

Do this to run it

$ npm install
$ grunt nudossi --packageName="My.Message" --newVersion="2.7.0" --path=test/data/destination/

If you want to use it in your Grunt pipeline:

$ npm install nudossi --save-dev

Next add this line to your project's Gruntfile:

grunt.loadNpmTasks('nudossi');

Configuration

Add this to your Grunt configuration:

nudossi: {
  options: {
    packageName: 'My.Message',
    newVersion: '2.7.0',
    path: 'test/data/destination/'
  },
  do: {}
}

About

Bump versions for NuGet dependencies in *.csproj and package.config files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published