Skip to content

Commit

Permalink
Merge pull request #5 from naminodarie/release/v2.1.0
Browse files Browse the repository at this point in the history
Release/v2.1.0
  • Loading branch information
kzrnm authored Nov 30, 2020
2 parents ba7fd7d + 006b1c2 commit 1132436
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<PackageProjectUrl>https://github.com/naminodarie/SourceExpander</PackageProjectUrl>
<RepositoryUrl>https://github.com/naminodarie/SourceExpander</RepositoryUrl>

<Version>2.0.1-beta.1</Version>
<AssemblyVersion>2.0.1.1</AssemblyVersion>
<Version>2.1.0</Version>
<AssemblyVersion>2.1.0.101</AssemblyVersion>
<RepositoryCommit Condition="'$(GIT_COMMIT)' != ''">$(GIT_COMMIT)</RepositoryCommit>

<SignAssembly>True</SignAssembly>
Expand Down
1 change: 1 addition & 0 deletions Source/SourceExpander/SourceExpander.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<ItemGroup>
<ProjectReference Include="..\SourceExpander.Core\SourceExpander.Core.csproj" />
<ProjectReference Include="..\SourceExpander.Generator\SourceExpander.Generator.csproj" />
</ItemGroup>

</Project>

0 comments on commit 1132436

Please sign in to comment.