bumped version

This commit is contained in:
daver32
2021-04-23 18:33:43 +02:00
parent c1047b7729
commit d05f8ed095
+2 -2
View File
@@ -3,7 +3,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<LangVersion>9.0</LangVersion>
<Nullable>enable</Nullable>
<PackageVersion>1.0.2</PackageVersion>
<PackageVersion>1.0.3</PackageVersion>
</PropertyGroup>
<PropertyGroup>
@@ -23,7 +23,7 @@
<ItemGroup>
<!-- Package the generator in the analyzer directory of the nuget package -->
<None Include="$(OutputPath)\$(AssemblyName).dll" Visible="false" >
<None Include="$(OutputPath)\$(AssemblyName).dll" Visible="false">
<PackagePath>analyzers/dotnet/cs</PackagePath>
<Pack>true</Pack>
</None>