Skip to content

Commit 6165732

Browse files
committed
Version 0.1.1-alpha
1 parent 098ac9d commit 6165732

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

EasySourceGenerators.Abstractions/EasySourceGenerators.Abstractions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
8-
<Version>0.1.0-alpha</Version>
8+
<Version>0.1.1-alpha</Version>
99
<Title>Easy Source Generators Abstractions</Title>
1010
<Description>Abstractions used by EasySourceGenerators.</Description>
1111
<Authors>Matt Krzaczek</Authors>

EasySourceGenerators.Generators/EasySourceGenerators.Generators.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<IsRoslynAnalyzer>true</IsRoslynAnalyzer>
88
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
99
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
10-
<Version>0.1.0-alpha</Version>
10+
<Version>0.1.1-alpha</Version>
1111
<Title>Easy Source Generators</Title>
1212
<Description>Source Generators made easy. Write code that generates code without learning Roslyn Source Generators. Simply write regular code, this package will do the hard work for you.</Description>
1313
<Authors>Matt Krzaczek</Authors>

0 commit comments

Comments
 (0)