Metadata >> NuGet >> ImaginaryRealities.MSBuildExtensions

ImaginaryRealities.MSBuildExtensions

Metadata

Authors ImaginaryRealities, LLC
Copyrights Copyright 2013 ImaginaryRealities, LLC
Description The MSBuild extensions are a set of custom tasks and other MSBuild extensions that ImaginaryRealities uses to build our Windows and .NET software using the .NET MSBuild tool. The MSBuild Extensions are packaged as a solution-level NuGet package.
Language en-us
LicenseUrl http://imaginaryrealities.github.com/MSBuildExtensions/license.html
Owners ImaginaryRealities, LLC
ProjectUrl http://imaginaryrealities.github.com/MSBuildExtensions
ReleaseNotes I removed the strong name key that I used to sign the assembly previously. After evaluating the pros/cons of strong naming, I switched my mind and decided that it did not have any significant value. Although I left the task in, I deprecated the GenerateVersionInfo MSBuild task. MSBuild has the standard WriteCodeFragment task that was not in place when I originally created the GenerateVersionInfo task. I recommend that you use the built-in task instead.
RequireLicenseAcceptance True
Summary Custom MSBuild tasks and other extensions.
Title ImaginaryRealities MSBuild Extensions
PackageSize 19550
PackageHashAlgorithm SHA512
PackageHash aoFSNY2StvbLTMCcgk1WB4XlsknsUm567UUXOnkePCtS0twaYUtreuS1DgsoPaANqkh7klHsH9XhWE6WI4PqvA==
DownloadCount 000000
CreatedDate 2013-11-17T17:56:18

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 ImaginaryRealities.MSBuildExtensions -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install ImaginaryRealities.MSBuildExtensions -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 ImaginaryRealities.MSBuildExtensions
Installing the package (HTTP Basic authentication):
Install-Package ImaginaryRealities.MSBuildExtensions -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package ImaginaryRealities.MSBuildExtensions -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package ImaginaryRealities.MSBuildExtensions

OpenWrap

Installing the package:
o add-wrap ImaginaryRealities.MSBuildExtensions
Uninstalling the package:
o remove-wrap ImaginaryRealities.MSBuildExtensions

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
2.0.0
1.0.0