Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chaowlert committed Apr 13, 2019
1 parent b37e3de commit 8eba51b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ExpressionDebugger/ExpressionDebugger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<SignAssembly>True</SignAssembly>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
<AssemblyOriginatorKeyFile>ExpressionDebugger.snk</AssemblyOriginatorKeyFile>
<Version>2.0.0</Version>
<FileVersion>2.0.0</FileVersion>
<AssemblyVersion>2.0.0</AssemblyVersion>
<Version>2.1.0</Version>
<FileVersion>2.1.0</FileVersion>
<AssemblyVersion>2.1.0</AssemblyVersion>
<PackageLicenseUrl>https://github.com/chaowlert/ExpressionDebugger/blob/master/LICENSE</PackageLicenseUrl>
</PropertyGroup>

Expand Down
6 changes: 3 additions & 3 deletions ExpressionTranslator/ExpressionTranslator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<SignAssembly>True</SignAssembly>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
<AssemblyOriginatorKeyFile>ExpressionTranslator.snk</AssemblyOriginatorKeyFile>
<Version>2.0.0</Version>
<FileVersion>2.0.0</FileVersion>
<AssemblyVersion>2.0.0</AssemblyVersion>
<Version>2.1.0</Version>
<FileVersion>2.1.0</FileVersion>
<AssemblyVersion>2.1.0</AssemblyVersion>
<RootNamespace>ExpressionDebugger</RootNamespace>
<PackageLicenseUrl>https://github.com/chaowlert/ExpressionDebugger/blob/master/LICENSE</PackageLicenseUrl>
</PropertyGroup>
Expand Down

0 comments on commit 8eba51b

Please sign in to comment.