Skip to content

Commit d47c7c4

Browse files
committed
Bumped version to 0.1.4
1 parent 2d1bd92 commit d47c7c4

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
@@ -7,7 +7,7 @@
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
88
<IncludeSymbols>true</IncludeSymbols>
99
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
10-
<Version>0.1.3-alpha</Version>
10+
<Version>0.1.4-alpha</Version>
1111
<Title>Easy Source Generators Abstractions</Title>
1212
<Description>Abstractions used by EasySourceGenerators.</Description>
1313
<Authors>Matt Krzaczek</Authors>

EasySourceGenerators.Generators/EasySourceGenerators.Generators.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1616

1717
<PackageId>EasySourceGenerators.Generators</PackageId>
18-
<Version>0.1.3-alpha</Version>
18+
<Version>0.1.4-alpha</Version>
1919
<Title>Easy Source Generators</Title>
2020
<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>
2121
<Authors>Matt Krzaczek</Authors>

0 commit comments

Comments
 (0)