Skip to content

Commit

Permalink
Version bump to 0.9.0
Browse files Browse the repository at this point in the history
Fix VSCode package name
  • Loading branch information
Rohansi committed Feb 18, 2021
1 parent 1732ccd commit 9460573
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.8.0</AssemblyVersion>
<AssemblyVersion>0.9.0</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.8.0</AssemblyVersion>
<AssemblyVersion>0.9.0</AssemblyVersion>
<DebugType>portable</DebugType>
<LangVersion>latest</LangVersion>

Expand Down
2 changes: 1 addition & 1 deletion Mond.VSCode/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "mond.vscode",
"name": "mond-vscode",
"displayName": "Mond",
"version": "0.0.1",
"publisher": "Rohansi",
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.8.0</AssemblyVersion>
<AssemblyVersion>0.9.0</AssemblyVersion>
<DebugType>portable</DebugType>
<LangVersion>latest</LangVersion>

Expand Down

0 comments on commit 9460573

Please sign in to comment.