Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer committed Nov 28, 2022
1 parent c4d35ba commit f8d4bb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MSBuild infrastructure support to include source generators (analyzers) in nuget
<Project>

<!-- Reference the msbuild sdk package from nuget.org which makes it automatically available to all projects in the repo. -->
<Sdk Name="ViHo.PackAsAnalyzer" Version="1.0.0" />
<Sdk Name="ViHo.PackAsAnalyzer" Version="1.0.1" />

</Project>
```
Expand Down
2 changes: 1 addition & 1 deletion samples/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<Import Project="..\Directory.Build.props" />

<Sdk Name="ViHo.PackAsAnalyzer" Version="1.0.0" />
<Sdk Name="ViHo.PackAsAnalyzer" Version="1.0.1" />

</Project>
2 changes: 1 addition & 1 deletion src/ViHo.PackAsAnalyzer.proj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<IsPackable>true</IsPackable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
</PropertyGroup>

</Project>

0 comments on commit f8d4bb5

Please sign in to comment.