Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Package authors first need to create public/private key pairs. You can use the `

```xml
<ItemGroup>
<PackageReference Include="NuSeal.Generator" Version="0.4.0" />
<PackageReference Include="NuSeal.Generator" Version="0.4.1" />
</ItemGroup>
```

Expand Down Expand Up @@ -103,7 +103,7 @@ To protect your NuGet package, add the `NuSeal` package as a dependency:

```xml
<ItemGroup>
<PackageReference Include="NuSeal" Version="0.4.0" />
<PackageReference Include="NuSeal" Version="0.4.1" />
</ItemGroup>
```

Expand Down
4 changes: 2 additions & 2 deletions readme-nuget.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Package authors first need to create public/private key pairs. You can use the `

```xml
<ItemGroup>
<PackageReference Include="NuSeal.Generator" Version="0.4.0" />
<PackageReference Include="NuSeal.Generator" Version="0.4.1" />
</ItemGroup>
```

Expand Down Expand Up @@ -94,7 +94,7 @@ To protect your NuGet package, add the `NuSeal` package as a dependency:

```xml
<ItemGroup>
<PackageReference Include="NuSeal" Version="0.4.0" />
<PackageReference Include="NuSeal" Version="0.4.1" />
</ItemGroup>
```

Expand Down
2 changes: 1 addition & 1 deletion src/NuSeal.Generator/NuSeal.Generator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<PropertyGroup Label="Package Metadata">
<Version>0.4.0</Version>
<Version>0.4.1</Version>
<PackageId>NuSeal.Generator</PackageId>
<Title>NuSeal.Generator</Title>
<Description>A helper library for generating licenses for NuSeal.</Description>
Expand Down
2 changes: 1 addition & 1 deletion src/NuSeal/NuSeal.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<PropertyGroup Label="Package Metadata">
<Version>0.4.0</Version>
<Version>0.4.1</Version>
<PackageId>NuSeal</PackageId>
<Title>NuSeal</Title>
<Description>A library that validates licenses during build time.</Description>
Expand Down