Skip to content

Commit

Permalink
Bump to version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohansi committed Feb 19, 2021
1 parent 557f353 commit b15cb12
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>netstandard2.0</TargetFrameworks>
<AssemblyVersion>0.9.0</AssemblyVersion>
<AssemblyVersion>0.9.1</AssemblyVersion>
<DebugType>portable</DebugType>
<LangVersion>latest</LangVersion>

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>netcoreapp3.1;net5.0</TargetFrameworks>
<RuntimeIdentifiers>any</RuntimeIdentifiers>
<AssemblyVersion>0.9.0</AssemblyVersion>
<AssemblyVersion>0.9.1</AssemblyVersion>
<DebugType>portable</DebugType>
<LangVersion>latest</LangVersion>

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>netstandard2.0</TargetFrameworks>
<AssemblyVersion>0.9.0</AssemblyVersion>
<AssemblyVersion>0.9.1</AssemblyVersion>
<DebugType>portable</DebugType>
<LangVersion>latest</LangVersion>

Expand Down

0 comments on commit b15cb12

Please sign in to comment.