Skip to content

Commit

Permalink
Merge pull request #23 from jkonecki/new_NuGet_packages_names
Browse files Browse the repository at this point in the history
New NuGet packages names
  • Loading branch information
sergeybykov committed Jan 27, 2015
2 parents 5777927 + f9ccd6d commit 0da03b5
Show file tree
Hide file tree
Showing 14 changed files with 86 additions and 87 deletions.
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ProjectOrleans.Client</id>
<id>Microsoft.Orleans.Client</id>
<version>$version$</version>
<title>Project Orleans Client Libraries</title>
<title>Microsoft Orleans Client Libraries</title>
<authors>Microsoft Research</authors>
<owners>Microsoft,Orleans</owners>
<projectUrl>https://github.com/dotnet/Orleans</projectUrl>
<licenseUrl>https://github.com/dotnet/Orleans#license</licenseUrl>
<iconUrl>https://raw.githubusercontent.com/jthelin/jthelin.github.io/master/images/Orleans-nuget.png</iconUrl>
<summary>
Collection of Project Orleans libraries and files needed on the client.
Collection of Microsoft Orleans libraries and files needed on the client.
</summary>
<description>
Referencing this package is necessary for a client to communicate with an Orleans system.
</description>
<copyright>Copyright Microsoft 2015</copyright>
<tags>Orleans Cloud-Computing Actor-Model Actors Distributed-Systems C# .NET</tags>
<dependencies>
<dependency id="ProjectOrleans.Orleans" version="1.0.0.0" />
<dependency id="ProjectOrleans.OrleansAzureUtils" version="1.0.0.0" />
<dependency id="ProjectOrleans.OrleansProviders" version="1.0.0.0" />
<dependency id="Microsoft.Orleans.Core" version="1.0.0.0" />
<dependency id="Microsoft.Orleans.OrleansAzureUtils" version="1.0.0.0" />
<dependency id="Microsoft.Orleans.OrleansProviders" version="1.0.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ProjectOrleans.ClientGenerator</id>
<id>Microsoft.Orleans.ClientGenerator</id>
<version>$version$</version>
<title>Project Orleans Code Generator</title>
<title>Microsoft Orleans Code Generator</title>
<authors>Microsoft Research</authors>
<owners>Microsoft,Orleans</owners>
<projectUrl>https://github.com/dotnet/Orleans</projectUrl>
<licenseUrl>https://github.com/dotnet/Orleans#license</licenseUrl>
<iconUrl>https://raw.githubusercontent.com/jthelin/jthelin.github.io/master/images/Orleans-nuget.png</iconUrl>
<summary>
Code generator tool of Project Orleans - ClientGenerator.exe
Code generator tool of Microsoft Orleans - ClientGenerator.exe
</summary>
<description>
Code generator tool of Project Orleans that performs compile time generation of factories,
Code generator tool of Microsoft Orleans that performs compile time generation of factories,
grain references, state objects and other artefacts.
</description>
<copyright>Copyright Microsoft 2015</copyright>
<tags>Orleans Cloud-Computing Actor-Model Actors Distributed-Systems C# .NET</tags>
<dependencies>
<dependency id="ProjectOrleans.Orleans" version="1.0.0.0" />
<dependency id="Microsoft.Orleans.Core" version="1.0.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ProjectOrleans.Orleans</id>
<id>Microsoft.Orleans.Core</id>
<version>$version$</version>
<title>Project Orleans Core Library</title>
<title>Microsoft Orleans Core Library</title>
<authors>Microsoft Research</authors>
<owners>Microsoft,Orleans</owners>
<projectUrl>https://github.com/dotnet/Orleans</projectUrl>
<licenseUrl>https://github.com/dotnet/Orleans#license</licenseUrl>
<iconUrl>https://raw.githubusercontent.com/jthelin/jthelin.github.io/master/images/Orleans-nuget.png</iconUrl>
<summary>
Core library of Project Orleans - Orleans.dll
Core library of Microsoft Orleans - Orleans.dll
</summary>
<description>
Core library of Project Orleans used both on the client and server.
Core library of Microsoft Orleans used both on the client and server.
</description>
<copyright>Copyright Microsoft 2015</copyright>
<tags>Orleans Cloud-Computing Actor-Model Actors Distributed-Systems C# .NET</tags>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ProjectOrleans.CounterControl</id>
<id>Microsoft.Orleans.CounterControl</id>
<version>$version$</version>
<title>Project Orleans Performance Counter Tool</title>
<title>Microsoft Orleans Performance Counter Tool</title>
<authors>Microsoft Research</authors>
<owners>Microsoft,Orleans</owners>
<projectUrl>https://github.com/dotnet/Orleans</projectUrl>
<licenseUrl>https://github.com/dotnet/Orleans#license</licenseUrl>
<iconUrl>https://raw.githubusercontent.com/jthelin/jthelin.github.io/master/images/Orleans-nuget.png</iconUrl>
<summary>
Tool for regitering performance counters of Project Orleans - CounterControl.exe.
Tool for regitering performance counters of Microsoft Orleans - CounterControl.exe.
</summary>
<description>
Tool that registers performance counter categories for performance counters published
Expand All @@ -19,8 +19,8 @@
<copyright>Copyright Microsoft 2015</copyright>
<tags>Orleans Cloud-Computing Actor-Model Actors Distributed-Systems C# .NET</tags>
<dependencies>
<dependency id="ProjectOrleans.Orleans" version="1.0.0.0" />
<dependency id="ProjectOrleans.OrleansRuntime" version="1.0.0.0" />
<dependency id="Microsoft.Orleans.Core" version="1.0.0.0" />
<dependency id="Microsoft.Orleans.OrleansRuntime" version="1.0.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ProjectOrleans.Development</id>
<id>Microsoft.Orleans.Development</id>
<version>$version$</version>
<title>Project Orleans Development Libraries</title>
<title>Microsoft Orleans Development Libraries</title>
<authors>Microsoft Research</authors>
<owners>Microsoft,Orleans</owners>
<projectUrl>https://github.com/dotnet/Orleans</projectUrl>
<licenseUrl>https://github.com/dotnet/Orleans#license</licenseUrl>
<iconUrl>https://raw.githubusercontent.com/jthelin/jthelin.github.io/master/images/Orleans-nuget.png</iconUrl>
<summary>
Collection of Project Orleans libraries and files necessary for developing grains.
Collection of Microsoft Orleans libraries and files necessary for developing grains.
</summary>
<description>
Referencing this package allows for developing grain interfaces and implementation classes,
Expand All @@ -19,9 +19,9 @@
<copyright>Copyright Microsoft 2015</copyright>
<tags>Orleans Cloud-Computing Actor-Model Actors Distributed-Systems C# .NET</tags>
<dependencies>
<dependency id="ProjectOrleans.Client" version="1.0.0.0" />
<dependency id="ProjectOrleans.ClientGenerator" version="1.0.0.0" />
<dependency id="ProjectOrleans.Server" version="1.0.0.0" />
<dependency id="Microsoft.Orleans.Client" version="1.0.0.0" />
<dependency id="Microsoft.Orleans.ClientGenerator" version="1.0.0.0" />
<dependency id="Microsoft.Orleans.Server" version="1.0.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ProjectOrleans.OrleansAzureUtils</id>
<id>Microsoft.Orleans.OrleansAzureUtils</id>
<version>$version$</version>
<title>Project Orleans Azure Utilities</title>
<title>Microsoft Orleans Azure Utilities</title>
<authors>Microsoft Research</authors>
<owners>Microsoft,Orleans</owners>
<projectUrl>https://github.com/dotnet/Orleans</projectUrl>
<licenseUrl>https://github.com/dotnet/Orleans#license</licenseUrl>
<iconUrl>https://raw.githubusercontent.com/jthelin/jthelin.github.io/master/images/Orleans-nuget.png</iconUrl>
<summary>
Azure Utilities Library of Project Orleans - OrleansAzureUtils.dll
Azure Utilities Library of Microsoft Orleans - OrleansAzureUtils.dll
</summary>
<description>
Library of utility types for Microsoft Azure of Project Orleans.
Library of utility types for Microsoft Azure of Microsoft Orleans.
</description>
<copyright>Copyright Microsoft 2015</copyright>
<tags>Orleans Cloud-Computing Actor-Model Actors Distributed-Systems C# .NET</tags>
<dependencies>
<dependency id="ProjectOrleans.Orleans" version="1.0.0.0" />
<dependency id="ProjectOrleans.OrleansRuntime" version="1.0.0.0" />
<dependency id="Microsoft.Orleans.Core" version="1.0.0.0" />
<dependency id="Microsoft.Orleans.OrleansRuntime" version="1.0.0.0" />

<dependency id="WindowsAzure.Storage" version="[1.7.0.0]" />
<dependency id="Microsoft.WindowsAzure.ConfigurationManager" version="[2.0.0.0]" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ProjectOrleans.OrleansHost</id>
<id>Microsoft.Orleans.OrleansHost</id>
<version>$version$</version>
<title>Project Orleans Silo Host</title>
<title>Microsoft Orleans Silo Host</title>
<authors>Microsoft Research</authors>
<owners>Microsoft,Orleans</owners>
<projectUrl>https://github.com/dotnet/Orleans</projectUrl>
<licenseUrl>https://github.com/dotnet/Orleans#license</licenseUrl>
<iconUrl>https://raw.githubusercontent.com/jthelin/jthelin.github.io/master/images/Orleans-nuget.png</iconUrl>
<summary>
Default silo host of Project Orleans - OrleansHost.exe.
Default silo host of Microsoft Orleans - OrleansHost.exe.
</summary>
<description>
Default silo host process that starts a silo as a process.
</description>
<copyright>Copyright Microsoft 2015</copyright>
<tags>Orleans Cloud-Computing Actor-Model Actors Distributed-Systems C# .NET</tags>
<dependencies>
<dependency id="ProjectOrleans.Orleans" version="1.0.0.0" />
<dependency id="ProjectOrleans.OrleansRuntime" version="1.0.0.0" />
<dependency id="Microsoft.Orleans.Core" version="1.0.0.0" />
<dependency id="Microsoft.Orleans.OrleansRuntime" version="1.0.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ProjectOrleans.OrleansManager</id>
<id>Microsoft.Orleans.OrleansManager</id>
<version>$version$</version>
<title>Project Orleans Management Tool</title>
<title>Microsoft Orleans Management Tool</title>
<authors>Microsoft Research</authors>
<owners>Microsoft,Orleans</owners>
<projectUrl>https://github.com/dotnet/Orleans</projectUrl>
<licenseUrl>https://github.com/dotnet/Orleans#license</licenseUrl>
<iconUrl>https://raw.githubusercontent.com/jthelin/jthelin.github.io/master/images/Orleans-nuget.png</iconUrl>
<summary>
Management tool of Project Orleans - OrleansManager.exe
Management tool of Microsoft Orleans - OrleansManager.exe
</summary>
<description>
Management tool of Project Orleans for remote management of Orleans deployment.
Management tool of Microsoft Orleans for remote management of Orleans deployment.
</description>
<copyright>Copyright Microsoft 2015</copyright>
<tags>Orleans Cloud-Computing Actor-Model Actors Distributed-Systems C# .NET</tags>
<dependencies>
<dependency id="ProjectOrleans.Orleans" version="1.0.0.0" />
<dependency id="Microsoft.Orleans.Core" version="1.0.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ProjectOrleans.OrleansProviders</id>
<id>Microsoft.Orleans.OrleansProviders</id>
<version>$version$</version>
<title>Project Orleans Providers</title>
<title>Microsoft Orleans Providers</title>
<authors>Microsoft Research</authors>
<owners>Microsoft,Orleans</owners>
<projectUrl>https://github.com/dotnet/Orleans</projectUrl>
<licenseUrl>https://github.com/dotnet/Orleans#license</licenseUrl>
<iconUrl>https://raw.githubusercontent.com/jthelin/jthelin.github.io/master/images/Orleans-nuget.png</iconUrl>
<summary>
Library of built-in providers of Project Orleans - OrleansProviders.dll
Library of built-in providers of Microsoft Orleans - OrleansProviders.dll
</summary>
<description>
Library of built-in persistence and stream providers included in Project Orleans.
Library of built-in persistence and stream providers included in Microsoft Orleans.
</description>
<copyright>Copyright Microsoft 2015</copyright>
<tags>Orleans Cloud-Computing Actor-Model Actors Distributed-Systems C# .NET</tags>
<dependencies>
<dependency id="ProjectOrleans.Orleans" version="1.0.0.0" />
<dependency id="ProjectOrleans.OrleansRuntime" version="1.0.0.0" />
<dependency id="Microsoft.Orleans.Core" version="1.0.0.0" />
<dependency id="Microsoft.Orleans.OrleansRuntime" version="1.0.0.0" />

<dependency id="WindowsAzure.Storage" version="[1.7.0.0]" />
<dependency id="Microsoft.WindowsAzure.ConfigurationManager" version="[2.0.0.0]" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ProjectOrleans.OrleansRuntime</id>
<id>Microsoft.Orleans.OrleansRuntime</id>
<version>$version$</version>
<title>Project Orleans Runtime</title>
<title>Microsoft Orleans Runtime</title>
<authors>Microsoft Research</authors>
<owners>Microsoft,Orleans</owners>
<projectUrl>https://github.com/dotnet/Orleans</projectUrl>
<licenseUrl>https://github.com/dotnet/Orleans#license</licenseUrl>
<iconUrl>https://raw.githubusercontent.com/jthelin/jthelin.github.io/master/images/Orleans-nuget.png</iconUrl>
<summary>
Runtime of Project Orleans - OrleansRuntime.dll
Runtime of Microsoft Orleans - OrleansRuntime.dll
</summary>
<description>
Core runtime library of Project Orleans that hosts and executes grains within a silo.
Core runtime library of Microsoft Orleans that hosts and executes grains within a silo.
</description>
<copyright>Copyright Microsoft 2015</copyright>
<tags>Orleans Cloud-Computing Actor-Model Actors Distributed-Systems C# .NET</tags>
<dependencies>
<dependency id="ProjectOrleans.Orleans" version="1.0.0.0" />
<dependency id="Microsoft.Orleans.Core" version="1.0.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ProjectOrleans.Server</id>
<id>Microsoft.Orleans.Server</id>
<version>$version$</version>
<title>Project Orleans Server Libraries</title>
<title>Microsoft Orleans Server Libraries</title>
<authors>Microsoft Research</authors>
<owners>Microsoft,Orleans</owners>
<projectUrl>https://github.com/dotnet/Orleans</projectUrl>
<licenseUrl>https://github.com/dotnet/Orleans#license</licenseUrl>
<iconUrl>https://raw.githubusercontent.com/jthelin/jthelin.github.io/master/images/Orleans-nuget.png</iconUrl>
<summary>
Collection of Project Orleans libraries and files needed on the server.
Collection of Microsoft Orleans libraries and files needed on the server.
</summary>
<description>
Referencing this package is necessary for a silo to start.
</description>
<copyright>Copyright Microsoft 2015</copyright>
<tags>Orleans Cloud-Computing Actor-Model Actors Distributed-Systems C# .NET</tags>
<dependencies>
<dependency id="ProjectOrleans.Orleans" version="1.0.0.0" />
<dependency id="ProjectOrleans.OrleansRuntime" version="1.0.0.0" />
<dependency id="ProjectOrleans.OrleansAzureUtils" version="1.0.0.0" />
<dependency id="ProjectOrleans.OrleansHost" version="1.0.0.0" />
<dependency id="ProjectOrleans.CounterControl" version="1.0.0.0" />
<dependency id="ProjectOrleans.OrleansProviders" version="1.0.0.0" />
<dependency id="Microsoft.Orleans.Core" version="1.0.0.0" />
<dependency id="Microsoft.Orleans.OrleansRuntime" version="1.0.0.0" />
<dependency id="Microsoft.Orleans.OrleansAzureUtils" version="1.0.0.0" />
<dependency id="Microsoft.Orleans.OrleansHost" version="1.0.0.0" />
<dependency id="Microsoft.Orleans.CounterControl" version="1.0.0.0" />
<dependency id="Microsoft.Orleans.OrleansProviders" version="1.0.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ProjectOrleans.Templates.Grains</id>
<id>Microsoft.Orleans.Templates.Grains</id>
<version>$version$</version>
<title>Project Orleans VS Templates for Grain Classes</title>
<title>Microsoft Orleans VS Templates for Grain Classes</title>
<authors>Microsoft Research</authors>
<owners>Microsoft,Orleans</owners>
<projectUrl>https://github.com/dotnet/Orleans</projectUrl>
<licenseUrl>https://github.com/dotnet/Orleans#license</licenseUrl>
<iconUrl>https://raw.githubusercontent.com/jthelin/jthelin.github.io/master/images/Orleans-nuget.png</iconUrl>
<summary>
Project Orleans VS Templates for Grain Classes.
Microsoft Orleans VS Templates for Grain Classes.
</summary>
<description>
Project Orleans VS Templates for Grain Classes.
Microsoft Orleans VS Templates for Grain Classes.
</description>
<copyright>Copyright Microsoft 2015</copyright>
<tags>Orleans Cloud-Computing Actor-Model Actors Distributed-Systems C# .NET</tags>
<dependencies>
<dependency id="ProjectOrleans.Development" version="1.0.0.0" />
<dependency id="Microsoft.Orleans.Development" version="1.0.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
Loading

0 comments on commit 0da03b5

Please sign in to comment.