Skip to content

Commit

Permalink
Version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohansi committed Jun 25, 2017
1 parent bf2027a commit 9fec268
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Mond.RemoteDebugger/Mond.RemoteDebugger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net46;netstandard1.3</TargetFrameworks>
<AssemblyVersion>0.5.2</AssemblyVersion>
<AssemblyVersion>0.6.0</AssemblyVersion>
<DebugType>portable</DebugType>

<!-- NuGet Package -->
Expand Down
2 changes: 1 addition & 1 deletion Mond.Repl/Mond.Repl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFrameworks>net46;netcoreapp1.1</TargetFrameworks>
<RuntimeIdentifiers>any</RuntimeIdentifiers>
<AssemblyVersion>0.5.2</AssemblyVersion>
<AssemblyVersion>0.6.0</AssemblyVersion>
<DebugType>portable</DebugType>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Mond/Mond.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net46;netstandard1.3</TargetFrameworks>
<AssemblyVersion>0.5.2</AssemblyVersion>
<AssemblyVersion>0.6.0</AssemblyVersion>
<DebugType>portable</DebugType>

<!-- NuGet Package -->
Expand Down

0 comments on commit 9fec268

Please sign in to comment.