Skip to content

Commit 56ba8d0

Browse files
authored
Merge pull request dotnet-script#242 from filipw/release/versionbump
Bumped to version 0.20.0
2 parents a20f202 + ad857e3 commit 56ba8d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Dotnet.Script.Core/Dotnet.Script.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>A cross platform library allowing you to run C# (CSX) scripts from a project.json dependency definition file and with support for debugging. Based on Roslyn.</Description>
5-
<VersionPrefix>0.19.0</VersionPrefix>
5+
<VersionPrefix>0.20.0</VersionPrefix>
66
<Authors>filipw</Authors>
77
<TargetFramework>netstandard2.0</TargetFramework>
88
<AssemblyName>Dotnet.Script.Core</AssemblyName>

src/Dotnet.Script/Dotnet.Script.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>Dotnet CLI tool allowing you to run C# (CSX) scripts.</Description>
5-
<VersionPrefix>0.19.0</VersionPrefix>
5+
<VersionPrefix>0.20.0</VersionPrefix>
66
<Authors>filipw</Authors>
77
<TargetFramework>netcoreapp2.0</TargetFramework>
88
<DebugType>portable</DebugType>

0 commit comments

Comments
 (0)