Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym authored Dec 10, 2023
1 parent 4c1bce4 commit 70da032
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.6" PrivateAssets="all" />
<PackageReference Include="Jab" Version="0.9.0" PrivateAssets="all" />
</ItemGroup>
```

Expand Down
4 changes: 2 additions & 2 deletions src/Jab.Attributes/Jab.Attributes.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<IsPackable>true</IsPackable>
<LangVersion>preview</LangVersion>
<RootNamespace>Jab</RootNamespace>
<DefineConstants>$(DefineConstants);JAB_ATTRIBUTES_PACKAGE;GENERIC_ATTRIBUTES</DefineConstants>
<Version>0.8.6</Version>
<Version>0.9.0</Version>
<Version Condition="'$(ReleaseVersion)' != ''">$(ReleaseVersion)</Version>
</PropertyGroup>

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.6" PrivateAssets="all" />
<PackageReference Include="Jab" Version="0.9.0" 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.6</Version>
<Version>0.9.0</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.6" PrivateAssets="all" />
<PackageReference Include="Jab" Version="0.9.0" 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.6" PrivateAssets="all" />
<PackageReference Include="Jab" Version="0.9.0" PrivateAssets="all" />
</ItemGroup>

</Project>

0 comments on commit 70da032

Please sign in to comment.