Skip to content

Commit

Permalink
[create-pull-request] automated change (#132)
Browse files Browse the repository at this point in the history
Co-authored-by: pakrym <[email protected]>
  • Loading branch information
github-actions[bot] and pakrym authored Dec 2, 2022
1 parent aab0993 commit ae85165
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Jab provides a [C# Source Generator](https://devblogs.microsoft.com/dotnet/intro
Add Jab package reference:
```xml
<ItemGroup>
<PackageReference Include="Jab" Version="0.8.4" PrivateAssets="all" />
<PackageReference Include="Jab" Version="0.8.5" PrivateAssets="all" />
</ItemGroup>
```

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

<ItemGroup>
<PackageReference Include="Jab" Version="0.8.4" PrivateAssets="all" />
<PackageReference Include="Jab" Version="0.8.5" PrivateAssets="all" />
<PackageReference Include="BenchmarkDotNet" Version="0.12.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.1" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Jab/Jab.Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<Version>0.8.4</Version>
<Version>0.8.5</Version>
<Version Condition="'$(ReleaseVersion)' != ''">$(ReleaseVersion)</Version>
<EnableDefaultItems>false</EnableDefaultItems>
<RootNamespace>Jab</RootNamespace>
Expand Down
2 changes: 1 addition & 1 deletion src/samples/ConsoleSample/ConsoleSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Jab" Version="0.8.4" PrivateAssets="all" />
<PackageReference Include="Jab" Version="0.8.5" PrivateAssets="all" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Jab" Version="0.8.4" PrivateAssets="all" />
<PackageReference Include="Jab" Version="0.8.5" PrivateAssets="all" />
</ItemGroup>

</Project>

0 comments on commit ae85165

Please sign in to comment.