コンテンツにスキップ

「NuGet」の版間の差分

出典: フリー百科事典『ウィキペディア(Wikipedia)』
削除された内容 追加された内容
バージョンを更新。
en:NuGet(12:36, 26 October 2016‎ UTC)を元に追記
1行目: 1行目:
__NOTOC__
{{Infobox software
{{Infobox software
| name = NuGet
| name = NuGet
10行目: 11行目:
| released = {{Start date|2010|10|05|df=yes/no}}
| released = {{Start date|2010|10|05|df=yes/no}}
| discontinued =
| discontinued =
| latest release version = 2.8.5<ref>[http://docs.nuget.org/release-notes/nuget-2.8.5 NuGet 2.8.5 Release Notes]</ref>
| latest release version = 3.4.4<ref>{{cite web|url=https://docs.nuget.org/ndocs/release-notes/nuget-3.4.4|title=NuGet 3.4.4 Release Notes|work=nuget.org|date=2016-05-19|accessdate=2016-10-26}}}}</ref>
| latest release date = {{Start date and age|2015|03|30|df=yes/no}}
| latest release date = {{Start date and age|2016|05|19|df=yes/no}}
| latest preview version =
| latest preview version =
| latest preview date = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
| latest preview date = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
41行目: 42行目:
|date=21 October 2010
|date=21 October 2010
|accessdate=2010-11-06
|accessdate=2010-11-06
}}</ref>。
}}</ref>。NuGetは[[Visual Studio]]エクステンションとして配布されている。
2010年に登場して以来、NuGetはツールとサービスのより大きなエコシステムへと発展してきた<ref>{{cite web|url=http://www.codeproject.com/Reference/628210/An-Overview-of-the-NuGet-Ecosystem|title=An Overview of the NuGet Ecosystem|publisher=CodeProject|date=2013-08-18|accessdate=2016-10-26}}</ref>。
Visual Studio 2012以降は標準で含まれているほか、[[SharpDevelop]]にも統合されている。


NuGetは[[Visual Studio]]エクステンションとして配布されている。Visual Studio 2012以降は標準で含まれているほか、[[SharpDevelop]]にも統合されている。NuGetはコマンドラインからも利用でき、スクリプトによる自動化も可能である。

NuGetは複数のプログラミング言語に対応し、対応する言語には以下が含まれる。
* [[.NET Framework]]パッケージ
* [http://coapp.org/ CoApp]の補助で作成された[[C++]]<ref>{{cite web
|url=http://blogs.msdn.com/b/vcblog/archive/2013/04/26/nuget-for-c.aspx
|title=NuGet for C++
|date=26 April 2013
|accessdate=29 April 2013
}}</ref>によるネイティブのパッケージ

==Chocolatey==
{{Infobox software
| name = Chocolatey
| logo = Chocolatey icon.png
| screenshot = <!-- [[File: ]] -->
| caption =
| collapsible =
| author =
| developer = [[RealDimensions Software]]
| released = {{Start date|2011|03|23|df=yes}}
| discontinued =
| latest release version =
| latest release date = <!-- {{Start date and age|YYYY|MM|DD|df=yes}} -->
| latest preview version = 0.10.3<ref>{{cite web|url=https://github.com/chocolatey/choco/wiki/ReleaseNotes|title=Chocolatey 0.10.3 release notes|work=Chocolatey.org|date=2016-10-07|accessdate=2016-10-26}}</ref>
| latest preview date = {{Start date and age|2016|10|07|df=yes}}
| status =
| programming language = <!-- [[C Sharp|C#]] -->
| operating system = [[Windows Vista]]以降
| platform = <!-- [[.NET Framework]] -->
| size =
| language =
| genre = [[パッケージ管理システム]]
| license = <!--[[Apache License 2.0]] -->
| website = {{URL|chocolatey.org}}
}}
'''Chocolatey'''<ref>{{cite web|url=https://chocolatey.org/about |title=About Chocolatey |website=Chocolatey.org |accessdate=2016-10-26}}</ref>は[[Windows NT]]プラットフォームのためのマシンレベルの[[パッケージ管理システム]]であり、パッケージの[[インストーラ]]である。実行エンジンとしてNuGetのパッケージインフラを用い、Windowsマシン上でソフトウェアのインストールを自動化するためのツールを提供するために[[Windows PowerShell]]を用いることで、ユーザの観点からソフトウェアのインストールを簡単にするよう設計されている<ref>{{cite web|url=http://www.hanselman.com/blog/IsTheWindowsUserReadyForAptget.aspx |title=Is the Windows user ready for apt-get? |first=Scott |last=Hanselman |date=2013-05-28 |accessdate=2016-10-26}}</ref>。Chocolateyという名前はNuGetのもじりとしての[[ヌガー]]から、チョコレートの含まれたヌガーが存在することから取られた<ref>{{cite web|url=https://github.com/chocolatey/choco/wiki/History |title=Where Chocolatey Comes From |accessdate=2016-10-26}}</ref>。

Chocolateyは PowerShell version 5.0<ref>{{cite web|url=http://blogs.technet.com/b/windowsserver/archive/2014/04/03/windows-management-framework-v5-preview.aspx |title=Windows Management Framework V5 Preview |first=Jeffrey |last=Snover |publisher=Microsoft TechNet Windows Server Blog |date=2014-04-03 |accessdate=2016-10-26}}</ref>のOneGetモジュールからも呼び出すことが可能である<ref>{{cite web|url=http://learn-powershell.net/2014/04/03/checking-out-oneget-in-powershell-v5/ |title=Checking Out OneGet in PowerShell V5 |first=Boe |last=Prox |publisher=
Learn Powershell &#x7C; Achieve More |date=2014-04-03 |accessdate=2016-10-26}}</ref>。


== 関連項目 ==
== 関連項目 ==
55行目: 96行目:
== 外部リンク ==
== 外部リンク ==
* [http://nuget.org/ NuGet Package Gallery]
* [http://nuget.org/ NuGet Package Gallery]
* [https://github.com/nuget/home NuGet]([[GitHub]]上のプロジェクトページ)
* [http://nuget.codeplex.com/ NuGet Project Homepage]
* [http://www.itbully.com/articles/nuget-package-management-net NuGet Package Management for .NET]
* [http://www.itbully.com/articles/nuget-package-management-net NuGet Package Management for .NET]
* [http://buksbaum.us/2011/04/06/managing-dependencies-with-nuget Managing Dependencies With NuGet]
* [http://buksbaum.us/2011/04/06/managing-dependencies-with-nuget Managing Dependencies With NuGet]

2016年10月26日 (水) 12:38時点における版

NuGet
NuGet project logo
開発元 マイクロソフト
初版 2010年10月5日 (2010-10-05)
最新版
3.4.4[1] / 2016年5月19日 (8年前) (2016-05-19)
リポジトリ ウィキデータを編集
プログラミング
言語
C#
プラットフォーム .NET Framework
種別 パッケージ管理システム
ライセンス Apache License 2.0
公式サイト nuget.org
テンプレートを表示

NuGetとは.NET Frameworkに対応するフリー・アンド・オープンソースパッケージマネージャである[2]。かつてはNuPackと言う名で知られていたが既にあるソフトウェアパッケージのNUPACK英語版との混乱を避けるため変更された[3]。 2010年に登場して以来、NuGetはツールとサービスのより大きなエコシステムへと発展してきた[4]

NuGetはVisual Studioエクステンションとして配布されている。Visual Studio 2012以降は標準で含まれているほか、SharpDevelopにも統合されている。NuGetはコマンドラインからも利用でき、スクリプトによる自動化も可能である。

NuGetは複数のプログラミング言語に対応し、対応する言語には以下が含まれる。

Chocolatey

Chocolatey
開発元 RealDimensions Software
初版 2011年3月23日 (2011-03-23)
最新評価版
0.10.3[6] / 2016年10月7日 (7年前) (2016-10-07)
リポジトリ ウィキデータを編集
対応OS Windows Vista以降
種別 パッケージ管理システム
公式サイト chocolatey.org
テンプレートを表示

Chocolatey[7]Windows NTプラットフォームのためのマシンレベルのパッケージ管理システムであり、パッケージのインストーラである。実行エンジンとしてNuGetのパッケージインフラを用い、Windowsマシン上でソフトウェアのインストールを自動化するためのツールを提供するためにWindows PowerShellを用いることで、ユーザの観点からソフトウェアのインストールを簡単にするよう設計されている[8]。Chocolateyという名前はNuGetのもじりとしてのヌガーから、チョコレートの含まれたヌガーが存在することから取られた[9]

Chocolateyは PowerShell version 5.0[10]のOneGetモジュールからも呼び出すことが可能である[11]

関連項目

脚注

  1. ^ NuGet 3.4.4 Release Notes”. nuget.org (2016年5月19日). 2016年10月26日閲覧。}}
  2. ^ Haack, Phil (2010年11月1日). “NuGet (formerly known as NuPack)”. Microsoft CodePlex. 2010年11月10日閲覧。
  3. ^ Haack, Phil (2010年10月21日). “Changing the NuPack Project Name”. OuterCurve Foundation. 2010年11月6日閲覧。
  4. ^ An Overview of the NuGet Ecosystem”. CodeProject (2013年8月18日). 2016年10月26日閲覧。
  5. ^ NuGet for C++” (2013年4月26日). 2013年4月29日閲覧。
  6. ^ Chocolatey 0.10.3 release notes”. Chocolatey.org (2016年10月7日). 2016年10月26日閲覧。
  7. ^ About Chocolatey”. Chocolatey.org. 2016年10月26日閲覧。
  8. ^ Hanselman, Scott (2013年5月28日). “Is the Windows user ready for apt-get?”. 2016年10月26日閲覧。
  9. ^ Where Chocolatey Comes From”. 2016年10月26日閲覧。
  10. ^ Snover, Jeffrey (2014年4月3日). “Windows Management Framework V5 Preview”. Microsoft TechNet Windows Server Blog. 2016年10月26日閲覧。
  11. ^ Prox, Boe (2014年4月3日). “Checking Out OneGet in PowerShell V5”. Learn Powershell | Achieve More. 2016年10月26日閲覧。

外部リンク