Skip to content

Commit

Permalink
Bump to version 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohansi committed Jun 6, 2024
1 parent 4fdd5f8 commit efa00cc
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.1;net8.0</TargetFrameworks>
<AssemblyVersion>0.10.0</AssemblyVersion>
<AssemblyVersion>0.10.1</AssemblyVersion>
<DebugType>portable</DebugType>
<LangVersion>latest</LangVersion>
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))">true</IsAotCompatible>
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>net8.0</TargetFrameworks>
<RuntimeIdentifiers>any</RuntimeIdentifiers>
<AssemblyVersion>0.10.0</AssemblyVersion>
<AssemblyVersion>0.10.1</AssemblyVersion>
<DebugType>portable</DebugType>
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down
2 changes: 1 addition & 1 deletion Mond.SourceGenerator/Mond.SourceGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>0.10.0</AssemblyVersion>
<AssemblyVersion>0.10.1</AssemblyVersion>
<LangVersion>latest</LangVersion>
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
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.1;net8.0</TargetFrameworks>
<AssemblyVersion>0.10.0</AssemblyVersion>
<AssemblyVersion>0.10.1</AssemblyVersion>
<DebugType>portable</DebugType>
<LangVersion>latest</LangVersion>
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
Expand Down

0 comments on commit efa00cc

Please sign in to comment.