Skip to content
This repository was archived by the owner on Mar 22, 2024. It is now read-only.

Commit 26ebbe2

Browse files
committed
Updated version.
1 parent 61c5e30 commit 26ebbe2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/AttributeSourceGenerator/AttributeSourceGenerator.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Nullable>enable</Nullable>
77
<RootNamespace>AttributeSourceGenerator</RootNamespace>
88
<LangVersion>latest</LangVersion>
9-
<Version>8.0.0</Version>
9+
<Version>8.0.1</Version>
1010
<Title>AttributeSourceGenerator</Title>
1111
<Authors>Jean-Sebastien Carle</Authors>
1212
<Description>A simple attribute-based Roslyn incremental source generator base class for .NET.</Description>
@@ -18,8 +18,8 @@
1818
<RepositoryUrl>https://github.com/jscarle/AttributeSourceGenerator</RepositoryUrl>
1919
<RepositoryType>git</RepositoryType>
2020
<PackageTags>attribute source-generator attribute-based source-generators</PackageTags>
21-
<AssemblyVersion>8.0.0.0</AssemblyVersion>
22-
<FileVersion>8.0.0.0</FileVersion>
21+
<AssemblyVersion>8.0.1.0</AssemblyVersion>
22+
<FileVersion>8.0.1.0</FileVersion>
2323
<NeutralLanguage>en-US</NeutralLanguage>
2424
<IncludeSymbols>true</IncludeSymbols>
2525
<SymbolPackageFormat>snupkg</SymbolPackageFormat>

0 commit comments

Comments
 (0)