Skip to content

Commit

Permalink
rename :::nuget to :::copy
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Jul 8, 2023
1 parent d4d0599 commit 7870cb2
Show file tree
Hide file tree
Showing 49 changed files with 91 additions and 92 deletions.
2 changes: 1 addition & 1 deletion MyApp/_pages/amazon-sqs-mq.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Amazon SQS MQ

Support for registering Amazon Simple Queue Service (SQS) as an [MQ Server](/messaging) is available in [ServiceStack.Aws](https://www.nuget.org/packages/ServiceStack.Aws) NuGet package:

::: nuget
:::copy
`<PackageReference Include="ServiceStack.Aws" Version="6.*" />`
:::

Expand Down
2 changes: 1 addition & 1 deletion MyApp/_pages/auth/openid.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Contained in the [ServiceStack.Authentication.OpenId](http://nuget.org/packages/

## Install via NuGet

::: nuget
:::copy
`<PackageReference Include="ServiceStack.Authentication.OpenId" Version="5.*" />`
:::

Expand Down
2 changes: 1 addition & 1 deletion MyApp/_pages/autoquery/dynamodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ requests when deployed to production

To Get Started Install [ServiceStack's AWS Support package](https://github.com/ServiceStack/ServiceStack.Aws) from NuGet:

::: nuget
:::copy
`<PackageReference Include="ServiceStack.Aws" Version="6.*" />`
:::

Expand Down
2 changes: 1 addition & 1 deletion MyApp/_pages/autoquery/rdbms.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Plugins.Add(new AutoQueryFeature { MaxLimit = 100 });

Which is all that's needed to enable the AutoQuery feature. The AutoQueryFeature is inside [ServiceStack.Server](https://servicestack.net/download#get-started) NuGet package which contains value-added features that utilize either OrmLite and Redis which can be added to your project with:

::: nuget
:::copy
`<PackageReference Include="ServiceStack.Server" Version="6.*" />`
:::

Expand Down
14 changes: 7 additions & 7 deletions MyApp/_pages/aws-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Now that you're PostgreSQL instance is running, connecting with OrmLite will req
</appSettings>
```

::: nuget
:::copy
`<PackageReference Include="ServiceStack.OrmLite.PostgreSQL" Version="6.*" />`
:::

Expand Down Expand Up @@ -186,7 +186,7 @@ Now that you're Aurora instance is running, connecting with OrmLite will require
</appSettings>
```

::: nuget
:::copy
`<PackageReference Include="ServiceStack.OrmLite.MySql" Version="6.*" />`
:::

Expand Down Expand Up @@ -306,7 +306,7 @@ Now that you're MySQL instance is running, connecting with OrmLite will require
</appSettings>
```

::: nuget
:::copy
`<PackageReference Include="ServiceStack.OrmLite.MySql" Version="6.*" />`
:::

Expand Down Expand Up @@ -430,7 +430,7 @@ Now that you're MariaDB instance is running, connecting with OrmLite will requir
</appSettings>
```

::: nuget
:::copy
`<PackageReference Include="ServiceStack.OrmLite.MySql" Version="6.*" />`
:::

Expand Down Expand Up @@ -555,7 +555,7 @@ If you are connecting to a new instance without a database, you'll need to creat
</appSettings>
```

::: nuget
:::copy
`<PackageReference Include="ServiceStack.SqlServer" Version="6.*" />`
:::

Expand Down Expand Up @@ -664,7 +664,7 @@ Now you're your Redis nodes are ready, your AppHost can be configured to use the

First, you'll need to install `ServiceStack.Redis` NuGet package if your application doesn't already use it.

::: nuget
:::copy
`<PackageReference Include="ServiceStack.Redis" Version="6.*" />`
:::

Expand Down Expand Up @@ -793,7 +793,7 @@ Now you're your Memcached cluster is ready, your AppHost can be configured to us

First, you'll need to install `ServiceStack.Caching.Memcached`:

::: nuget
:::copy
`<PackageReference Include="ServiceStack.Caching.Memcached" Version="6.*" />`
:::

Expand Down
2 changes: 1 addition & 1 deletion MyApp/_pages/aws-pocodynamo.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ configurations, related items, conventions, aliases, dep-free data annotation at

PocoDynamo is contained in ServiceStack's AWS NuGet package:

::: nuget
:::copy
`<PackageReference Include="ServiceStack.Aws" Version="6.*" />`
:::

Expand Down
4 changes: 2 additions & 2 deletions MyApp/_pages/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ It's now more productive than ever to develop and host ServiceStack solutions en
All of ServiceStack's support for AWS is encapsulated within the single **ServiceStack.Aws** NuGet package which
references the latest modular AWSSDK **v3.1x** dependencies **.NET 4.5+** projects can install from NuGet with:

::: nuget
:::copy
`<PackageReference Include="ServiceStack.Aws" Version="6.*" />`
:::

Expand Down Expand Up @@ -536,7 +536,7 @@ configurations, related items, conventions, aliases, dep-free data annotation at

PocoDynamo is contained in ServiceStack's AWS NuGet package:

::: nuget
:::copy
`<PackageReference Include="ServiceStack.Aws" Version="6.*" />`
:::

Expand Down
2 changes: 1 addition & 1 deletion MyApp/_pages/azure-service-bus-mq.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Azure Service Bus MQ

Support for registering Azure Service Bus as an [MQ Server](/messaging) in ServiceStack is available in [ServiceStack.Azure](https://www.nuget.org/packages/ServiceStack.Azure) NuGet package:

::: nuget
:::copy
`<PackageReference Include="ServiceStack.Azure" Version="6.*" />`
:::

Expand Down
2 changes: 1 addition & 1 deletion MyApp/_pages/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Azure Resources

ServiceStack.Azure package provides support to Azure ServiceBus and Azure Blob Storage. All features are incapsulated in single ServiceStack.Azure package. To install package run from NuGet

::: nuget
:::copy
`<PackageReference Include="ServiceStack.Azure" Version="6.*" />`
:::

Expand Down
2 changes: 1 addition & 1 deletion MyApp/_pages/built-in-profiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The MVC Mini Profiler plugin is only available for classic ASP.NET Framework Web

The built-in Mini Profiler is available in ServiceStack's .NET Framework features package:

::: nuget
:::copy
`<PackageReference Include="ServiceStack.NetFramework" Version="6.*" />`
:::

Expand Down
2 changes: 1 addition & 1 deletion MyApp/_pages/compiled-razor-views.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The primary benefits of compiled views is improved performance by eliminating co

To enable compiled razor views you need to add the [ServiceStack.Razor.BuildTask](https://www.nuget.org/packages/ServiceStack.Razor.BuildTask) NuGet Package to the project containing your Razor `*.cshtml` pages, i.e:

::: nuget
:::copy
`<PackageReference Include="ServiceStack.Razor.BuildTask" Version="5.*" />`
:::

Expand Down
2 changes: 1 addition & 1 deletion MyApp/_pages/create-webservice-from-scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For this tutorial, an empty ASP.NET Web Application (non MVC) is assumed.

To install ServiceStack into your application, you have two options to get the binaries:

::: nuget
:::copy
`<PackageReference Include="ServiceStack" Version="5.12.0" />`
:::

Expand Down
8 changes: 4 additions & 4 deletions MyApp/_pages/csharp-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Using DTOs to define your web service interface makes it possible to provide str

**ServiceStack.Client** is the primary NuGet package containing ServiceStack's client libraries that can be included in your `.csproj` with:

::: nuget
:::copy
`<PackageReference Include="ServiceStack.Client" Version="6.*" />`
:::

Earlier **.NET 6.0** can use the [HttpClient-based JsonHttpClient](/csharp-client#jsonhttpclient) in:

::: nuget
:::copy
`<PackageReference Include="ServiceStack.HttpClient" Version="6.*" />`
:::

Expand Down Expand Up @@ -1087,7 +1087,7 @@ As .NET's HttpClient only supports async APIs it needs to use "sync over async"

JsonHttpClient can be downloaded from NuGet at:

::: nuget
:::copy
`<PackageReference Include="ServiceStack.HttpClient" Version="6.*" />`
:::

Expand Down Expand Up @@ -1167,7 +1167,7 @@ Whilst the list below contain the built-in clients based on .NET's built-in `Htt

The HttpWebRequest clients above are available in:

::: nuget
:::copy
`<PackageReference Include="ServiceStack.Client" Version="6.*" />`
:::

Expand Down
2 changes: 1 addition & 1 deletion MyApp/_pages/csharp-server-events-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: C# Server Events Client

Like ServiceStack's other [C# Service Clients](/csharp-client), the new `ServerEventsClient` is a [portable library](https://github.com/ServiceStackApps/HelloMobile) contained in the `ServiceStack.Client` NuGet package:

::: nuget
:::copy
`<PackageReference Include="ServiceStack.Client" Version="6.*" />`
:::

Expand Down
2 changes: 1 addition & 1 deletion MyApp/_pages/csv-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The CSV Serializer used was developed using the same tech that makes [ServiceSta

The `CsvSerializer` is maintained in the [ServiceStack.Text](https://github.com/ServiceStack/ServiceStack.Text) project which can be downloaded from NuGet at:

::: nuget
:::copy
`<PackageReference Include="ServiceStack.Text" Version="6.*" />`
:::

Expand Down
2 changes: 1 addition & 1 deletion MyApp/_pages/deploy-multiple-sites-to-aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Another requirement is that the application you want to package will require a n

You can add it to your application with the following NuGet command in Visual Studio:

::: nuget
:::copy
`<PackageReference Include="OctoPack" Version="3.*" />`
:::

Expand Down
2 changes: 1 addition & 1 deletion MyApp/_pages/install-rabbitmq-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ the state of the Rabbit MQ server instance:

To use Rabbit MQ from .NET get Rabbit MQ's [.NET client bindings from NuGet](https://www.nuget.org/packages/RabbitMQ.Client):

::: nuget
:::copy
`<PackageReference Include="RabbitMQ.Client" Version="6.*" />`
:::

Expand Down
2 changes: 1 addition & 1 deletion MyApp/_pages/js-utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A more flexible approach to read any arbitrary JavaScript or JSON data structure

The `#Script` JSON and JS Utils are available from the [ServiceStack.Common](https://www.nuget.org/packages/ServiceStack.Common) NuGet package:

::: nuget
:::copy
`<PackageReference Include="ServiceStack.Common" Version="6.*" />`
:::

Expand Down
4 changes: 2 additions & 2 deletions MyApp/_pages/json-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ run and explore all ServiceStack.Text features from the comfort of your browser

## Install ServiceStack.Text

::: nuget
:::copy
`<PackageReference Include="ServiceStack.Text" Version="6.*" />`
:::

Expand Down Expand Up @@ -110,7 +110,7 @@ JS.eval("{a: 3.itemsOf(arg.reverse().padRight(8, '_')) }", scope)

ServiceStack's JS Utils is available in the [ServiceStack.Common](https://www.nuget.org/packages/ServiceStack.Common) NuGet package:

:::nuget
:::copy
`<PackageReference Include="ServiceStack.Common" Version="6.*" />`
:::

Expand Down
2 changes: 1 addition & 1 deletion MyApp/_pages/locode/files-upload-aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In this example of integrating AWS S3, we initialize the AWS SDK AmazonS3Client,

To use the `S3VirtualFiles` you will need the `ServiceStack.Aws` NuGet package:

::: nuget
:::copy
`<PackageReference Include="ServiceStack.Aws" Version="6.*" />`
:::

Expand Down
2 changes: 1 addition & 1 deletion MyApp/_pages/locode/files-upload-azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In this example of integrating Azure Blob Storage, we initialize the `AzureBlobV

To use the `AzureBlobVirtualFiles` you will need the `ServiceStack.Azure` NuGet package:

::: nuget
:::copy
`<PackageReference Include="ServiceStack.Azure" Version="6.*" />`
:::

Expand Down
14 changes: 7 additions & 7 deletions MyApp/_pages/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,37 +10,37 @@ Currently there are 5 different .NET logging providers available on NuGet:

**[NLog](https://nuget.org/packages/ServiceStack.Logging.NLog)**

::: nuget
:::copy
`<PackageReference Include="ServiceStack.Logging.NLog" Version="6.*" />`
:::

**[Elmah](https://nuget.org/packages/ServiceStack.Logging.Elmah)**

::: nuget
:::copy
`<PackageReference Include="ServiceStack.Logging.Elmah" Version="6.*" />`
:::

**[Log4Net](https://nuget.org/packages/ServiceStack.Logging.Log4Net)**

::: nuget
:::copy
`<PackageReference Include="ServiceStack.Logging.Log4Net" Version="6.*" />`
:::

**[EventLog](https://nuget.org/packages/ServiceStack.Logging.EventLog)**

::: nuget
:::copy
`<PackageReference Include="ServiceStack.Logging.EventLog" Version="6.*" />`
:::

**[SlackLog](https://www.nuget.org/packages/ServiceStack.Logging.Slack/)**

::: nuget
:::copy
`<PackageReference Include="ServiceStack.Logging.Slack" Version="6.*" />`
:::

**[SerilogLogger](https://www.nuget.org/packages/ServiceStack.Logging.Serilog/)**

::: nuget
:::copy
`<PackageReference Include="ServiceStack.Logging.Serilog" Version="6.*" />`
:::

Expand Down Expand Up @@ -221,7 +221,7 @@ More usage examples are available in [SlackLogFactoryTests](https://github.com/S

To Configure Serilog Logging, first download [ServiceStack.Logging.Serilog](https://www.nuget.org/packages/ServiceStack.Logging.Serilog) from NuGet:

::: nuget
:::copy
`<PackageReference Include="ServiceStack.Logging.Serilog" Version="6.*" />`
:::

Expand Down
2 changes: 1 addition & 1 deletion MyApp/_pages/messagepack-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ MsgPack is a great addition to your ServiceStack's web services as it has [simil

Message Pack is easily installed with the [ServiceStack.MsgPack](https://nuget.org/packages/ServiceStack.MsgPack) NuGet package:

::: nuget
:::copy
`<PackageReference Include="ServiceStack.MsgPack" Version="6.*" />`
:::

Expand Down
2 changes: 1 addition & 1 deletion MyApp/_pages/mvc-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ These docs only apply to ASP .NET Framework MVC projects, for [.NET Core](/netco

You can easily add ServiceStack to any ASP.NET MVC project by getting it from NuGet with:

::: nuget
:::copy
`<PackageReference Include="ServiceStack.Mvc" Version="6.*" />`
:::

Expand Down
2 changes: 1 addition & 1 deletion MyApp/_pages/netcore-razor.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Automation, Integration testing, etc.
You can find .NET Core Razor features documented in [razor.netcore.io](http://razor.netcore.io) which
is maintained in our MVC NuGet package that can be installed with:

::: nuget
:::copy
`<PackageReference Include="ServiceStack.Mvc" Version="6.*" />`
:::

Expand Down
4 changes: 2 additions & 2 deletions MyApp/_pages/netcore-redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Documentation for ServiceStack.Redis can be found on [ServiceStack.Redis Project

The [ServiceStack.Redis](https://www.nuget.org/packages/ServiceStack.Redis) NuGet package supports both .NET Framework and .NET Core Applications:

::: nuget
:::copy
`<PackageReference Include="ServiceStack.Redis" Version="6.*" />`
:::

Use [ServiceStack.Redis.Core](https://www.nuget.org/packages/ServiceStack.Redis.Core) instead if you're running
[ASP.NET Core Apps on the .NET Framework](/templates/corefx)

::: nuget
:::copy
`<PackageReference Include="ServiceStack.Redis.Core" Version="6.*" />`
:::

Expand Down
2 changes: 1 addition & 1 deletion MyApp/_pages/openapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: Open API
[Open API](https://www.openapis.org/) is a specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web services. ServiceStack implements the
[OpenAPI Spec](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md) back-end and embeds the Swagger UI front-end in a separate plugin which is available under [OpenAPI NuGet package](http://nuget.org/packages/ServiceStack.Api.OpenApi/):

::: nuget
:::copy
`<PackageReference Include="ServiceStack.Api.OpenApi" Version="6.*" />`
:::

Expand Down
2 changes: 1 addition & 1 deletion MyApp/_pages/ormlite/autogen-t4.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ The recommended way to auto generate Tables and APIs for your existing RDBMS tab

[OrmLite's T4 Template](https://github.com/ServiceStack/ServiceStack.OrmLite/tree/master/src/T4) are useful in database-first development or when wanting to use OrmLite with an existing RDBMS by automatically generating POCO's and strong-typed wrappers for executing stored procedures.

::: nuget
:::copy
`<PackageReference Include="ServiceStack.OrmLite.T4" Version="6.*" />`
:::
Loading

0 comments on commit 7870cb2

Please sign in to comment.