Skip to content

Commit 4d165b9

Browse files
committed
Update NuGet build version for publishing
1 parent 74f5080 commit 4d165b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Monkeymoto.GeneratorUtils.GenericSymbolWithSyntaxTree.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ used in your project's compilation, each paired with a syntax node.</Description
2626
<PackageTags>incremental-generator, source-generator, generics</PackageTags>
2727
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
2828
<FileVersion>$(AssemblyVersion)</FileVersion>
29-
<AssemblyVersion>1.0.0.1</AssemblyVersion>
29+
<AssemblyVersion>1.0.0.2</AssemblyVersion>
3030
<Version>$(AssemblyVersion)</Version>
3131
</PropertyGroup>
3232

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Your `csproj` file may look like this:
3232
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3333
</PackageReference>
3434
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" PrivateAssets="all" />
35-
<PackageReference Include="Monkeymoto.GeneratorUtils.GenericSymbolWithSyntaxTree" Version="1.0.0.1">
35+
<PackageReference Include="Monkeymoto.GeneratorUtils.GenericSymbolWithSyntaxTree" Version="1.0.0.2">
3636
<PrivateAssets>all</PrivateAssets>
3737
<GeneratePathProperty>true</GeneratePathProperty>
3838
</PackageReference>

0 commit comments

Comments
 (0)