Skip to content

Commit

Permalink
fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
willsbctm committed Apr 15, 2021
1 parent 4be5b67 commit f660fba
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,29 @@ Lib para trocar implementações injetadas via DI em tempo de execução nos tes

### Com FakeItEasy

[![NuGet](https://img.shields.io/nuget/v/L3.DotNet.Core.Runtime.Faker.FakeItEasy.svg?style=flat)](https://img.shields.io/nuget/v/L3.DotNet.Core.Runtime.Faker.FakeItEasy.svg?style=flat)
[![NuGet](https://img.shields.io/nuget/v/Lambda3.DotNet.Core.Runtime.Faker.FakeItEasy.svg?style=flat)](https://img.shields.io/nuget/v/Lambda3.DotNet.Core.Runtime.Faker.FakeItEasy.svg?style=flat)

[NuGet package](https://www.nuget.org/packages/L3.DotNet.Core.Runtime.Faker.FakeItEasy/) disponível:
[NuGet package](https://www.nuget.org/packages/Lambda3.DotNet.Core.Runtime.Faker.FakeItEasy/) disponível:
```
PM> Install-Package L3.DotNet.Core.Runtime.Faker.FakeItEasy -Version 1.0.0-rc-2
PM> Install-Package Lambda3.DotNet.Core.Runtime.Faker.FakeItEasy -Version 1.0.0
```

### Com Moq

[![NuGet](https://img.shields.io/nuget/v/L3.DotNet.Core.Runtime.Faker.Moq.svg?style=flat)](https://img.shields.io/nuget/v/L3.DotNet.Core.Runtime.Faker.Moq.svg?style=flat)
[![NuGet](https://img.shields.io/nuget/v/Lambda3.DotNet.Core.Runtime.Faker.Moq.svg?style=flat)](https://img.shields.io/nuget/v/Lambda3.DotNet.Core.Runtime.Faker.Moq.svg?style=flat)

[NuGet package](https://www.nuget.org/packages/L3.DotNet.Core.Runtime.Faker.Moq/) disponível:
[NuGet package](https://www.nuget.org/packages/Lambda3.DotNet.Core.Runtime.Faker.Moq/) disponível:
```
PM> Install-Package L3.DotNet.Core.Runtime.Faker.Moq -Version 1.0.0-rc-2
PM> Install-Package Lambda3.DotNet.Core.Runtime.Faker.Moq -Version 1.0.0
```

### Manualmente

[![NuGet](https://img.shields.io/nuget/v/L3.DotNet.Core.Runtime.Faker.svg?style=flat)](https://img.shields.io/nuget/v/L3.DotNet.Core.Runtime.Faker.svg?style=flat)
[![NuGet](https://img.shields.io/nuget/v/Lambda3.DotNet.Core.Runtime.Faker.svg?style=flat)](https://img.shields.io/nuget/v/Lambda3.DotNet.Core.Runtime.Faker.svg?style=flat)

[NuGet package](https://www.nuget.org/packages/L3.DotNet.Core.Runtime.Faker/) disponível:
[NuGet package](https://www.nuget.org/packages/Lambda3.DotNet.Core.Runtime.Faker/) disponível:
```
PM> Install-Package L3.DotNet.Core.Runtime.Faker -Version 1.0.0-rc-3
PM> Install-Package Lambda3.DotNet.Core.Runtime.Faker -Version 1.0.0
```

## Configuração
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<PackageId>L3.DotNet.Core.Runtime.Faker.FakeItEasy</PackageId>
<PackageVersion>1.0.0-rc-2</PackageVersion>
<PackageId>Lambda3.DotNet.Core.Runtime.Faker.FakeItEasy</PackageId>
<PackageVersion>1.0.0</PackageVersion>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<IncludeSymbols>true</IncludeSymbols>
<Authors>William Espinosa de Rezende</Authors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<PackageId>L3.DotNet.Core.Runtime.Faker.Moq</PackageId>
<PackageVersion>1.0.0-rc-2</PackageVersion>
<PackageId>Lambda3.DotNet.Core.Runtime.Faker.Moq</PackageId>
<PackageVersion>1.0.0</PackageVersion>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<IncludeSymbols>true</IncludeSymbols>
<Authors>William Espinosa de Rezende</Authors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<PackageId>L3.DotNet.Core.Runtime.Faker</PackageId>
<PackageVersion>1.0.0-rc-3</PackageVersion>
<PackageId>Lambda3.DotNet.Core.Runtime.Faker</PackageId>
<PackageVersion>1.0.0</PackageVersion>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<IncludeSymbols>true</IncludeSymbols>
<Authors>William Espinosa de Rezende</Authors>
Expand Down

0 comments on commit f660fba

Please sign in to comment.