Skip to content

Commit 47ceafa

Browse files
committed
Bump version
1 parent 605f827 commit 47ceafa

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use cases this library supports will be easier to achieve without this libray.
1818
Add to your project file:
1919

2020
```xml
21-
<PackageReference Include="WrapperValueObject.Generator" Version="0.0.1-alpha04">
21+
<PackageReference Include="WrapperValueObject.Generator" Version="0.0.1-alpha05">
2222
<PrivateAssets>all</PrivateAssets>
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2424
</PackageReference>
@@ -27,7 +27,7 @@ Add to your project file:
2727
Or install via CLI
2828

2929
```sh
30-
dotnet add package WrapperValueObject.Generator --version 0.0.1-alpha04
30+
dotnet add package WrapperValueObject.Generator --version 0.0.1-alpha05
3131
```
3232

3333
## Usage

test/WrapperValueObject.TestConsole/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ static void Main()
4848
Debug.Assert(match.Result != default);
4949
Debug.Assert(match.Result.HomeGoals == 2);
5050
Debug.Assert(match.Result.AwayGoals == 1);
51+
52+
Console.WriteLine("Success!!");
5153
}
5254
}
5355
}

test/WrapperValueObject.TestConsole/WrapperValueObject.TestConsole.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
<IsPackable>false</IsPackable>
99
</PropertyGroup>
1010

11-
<ItemGroup>
11+
<!--<ItemGroup>
1212
<ProjectReference Include="..\..\src\WrapperValueObject.Generator\WrapperValueObject.Generator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
13-
</ItemGroup>
13+
</ItemGroup>-->
1414

15-
<!--<ItemGroup>
16-
<PackageReference Include="WrapperValueObject.Generator" Version="0.0.1-alpha04">
15+
<ItemGroup>
16+
<PackageReference Include="WrapperValueObject.Generator" Version="0.0.1-alpha05">
1717
<PrivateAssets>all</PrivateAssets>
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1919
</PackageReference>
20-
</ItemGroup>-->
20+
</ItemGroup>
2121

2222
</Project>

0 commit comments

Comments
 (0)