Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
Update <Description> of SourceExpander.Core.
  • Loading branch information
kzrnm committed Nov 30, 2020
1 parent 8bac7f1 commit 17a6f6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1.0</Version>
<AssemblyVersion>2.1.0.101</AssemblyVersion>
<Version>2.1.1</Version>
<AssemblyVersion>2.1.1.101</AssemblyVersion>
<RepositoryCommit Condition="'$(GIT_COMMIT)' != ''">$(GIT_COMMIT)</RepositoryCommit>

<SignAssembly>True</SignAssembly>
Expand Down
2 changes: 1 addition & 1 deletion Source/SourceExpander.Core/SourceExpander.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild>
<PackageId>SourceExpander.Core</PackageId>
<Description>SourceExpander.Core define SourceFileInfo class.</Description>
<Description>SourceExpander.Core define SourceCode class.</Description>

<NoWarn>$(NoWarn);IDE0057</NoWarn>
</PropertyGroup>
Expand Down

0 comments on commit 17a6f6f

Please sign in to comment.