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

Commit

Permalink
Updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jscarle committed Mar 6, 2024
1 parent e3ebc20 commit f9452ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/AttributeSourceGenerator/AttributeSourceGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<RootNamespace>AttributeSourceGenerator</RootNamespace>
<LangVersion>latest</LangVersion>
<Version>8.0.2</Version>
<Version>8.0.3</Version>
<Title>AttributeSourceGenerator</Title>
<Authors>Jean-Sebastien Carle</Authors>
<Description>A simple attribute-based Roslyn incremental source generator base class for .NET.</Description>
Expand All @@ -18,8 +18,8 @@
<RepositoryUrl>https://github.com/jscarle/AttributeSourceGenerator</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>attribute source-generator attribute-based source-generators</PackageTags>
<AssemblyVersion>8.0.2.0</AssemblyVersion>
<FileVersion>8.0.2.0</FileVersion>
<AssemblyVersion>8.0.3.0</AssemblyVersion>
<FileVersion>8.0.3.0</FileVersion>
<NeutralLanguage>en-US</NeutralLanguage>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down

0 comments on commit f9452ab

Please sign in to comment.