Metadata >> NuGet >> BitPantry.AssemblyPatcher

BitPantry.AssemblyPatcher

Metadata

Authors Jeff Hewitt
Copyrights Copyright 2015
Description The BitPantry Assembly Patcher is a small utility that can patch your AssemblyInfo.cs version using a flexible and pluggable version pattern approach.
LicenseUrl https://assemblypatcher.codeplex.com/license
Owners Jeff Hewitt
ProjectUrl https://assemblypatcher.codeplex.com/
RequireLicenseAcceptance False
Tags AssemblyInfo Patcher Assembly Version Patch
Dependencies BitPantry.Parsing.Strings:1.0.31847.5
Title BitPantry Assembly Patcher
PackageSize 36141
PackageHashAlgorithm SHA512
PackageHash Arptz5Gb/vY6sToLVEr7ZNC73lcTMXPqttZbilw6cMOWlXKGcBWWMkfBmi6vf0+hYgP65FowGJklmFUh8X5s7Q==
DownloadCount 000000
CreatedDate 2015-04-10T23:21:38

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install BitPantry.AssemblyPatcher -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install BitPantry.AssemblyPatcher -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package BitPantry.AssemblyPatcher
Installing the package (HTTP Basic authentication):
Install-Package BitPantry.AssemblyPatcher -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package BitPantry.AssemblyPatcher -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package BitPantry.AssemblyPatcher

OpenWrap

Installing the package:
o add-wrap BitPantry.AssemblyPatcher
Uninstalling the package:
o remove-wrap BitPantry.AssemblyPatcher

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.0.31850.10