Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
krafs committed Jan 23, 2022
1 parent 4ed67d8 commit 9c9cbe8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dotnet add package Krafs.Publicizer
Or add directly to your project file:
```xml
<ItemGroup>
<PackageReference Include="Krafs.Publicizer" Version="1.0.1" />
<PackageReference Include="Krafs.Publicizer" Version="1.0.2" />
</ItemGroup>
```

Expand Down Expand Up @@ -59,8 +59,8 @@ PackageReferences, like other kinds of References, point towards one or more und
Below is an example of publicizing two assemblies from the package [Krafs.Rimworld.Ref](https://www.nuget.org/packages/Krafs.Rimworld.Ref/):
```xml
<ItemGroup>
<PackageReference Include="Krafs.Publicizer" Version="1.0.1" />
<PackageReference Include="Krafs.Rimworld.Ref" Version="1.3.3117" />
<PackageReference Include="Krafs.Publicizer" Version="1.0.2" />
<PackageReference Include="Krafs.Rimworld.Ref" Version="1.3.3200" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 9c9cbe8

Please sign in to comment.