Skip to content

Commit

Permalink
📚
Browse files Browse the repository at this point in the history
  • Loading branch information
hlaueriksson committed Apr 8, 2023
1 parent 3491cd6 commit f66c86c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
11 changes: 5 additions & 6 deletions Markupolation.Extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,12 @@ Result (formatted):
Configuration in `csproj` file:

```xml
<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Markupolation.Extensions" Version="1.0.0" />
<Using Include="Markupolation" />
<Using Include="Markupolation.Elements" Static="True" />
<Using Include="Markupolation.Elements" Alias="e" />
<Using Include="Markupolation.Attributes" Static="True" />
<Using Include="Markupolation.Attributes" Alias="a" />
<PackageReference Include="Markupolation.Extensions" Version="2.0.0" />
</ItemGroup>
```

Expand Down
10 changes: 5 additions & 5 deletions Markupolation.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ Result (formatted):
Configuration in `csproj` file:

```xml
<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Markupolation" Version="1.0.0" />
<Using Include="Markupolation.Elements" Static="True" />
<Using Include="Markupolation.Elements" Alias="e" />
<Using Include="Markupolation.Attributes" Static="True" />
<Using Include="Markupolation.Attributes" Alias="a" />
<PackageReference Include="Markupolation" Version="2.0.0" />
</ItemGroup>
```

Expand Down

0 comments on commit f66c86c

Please sign in to comment.