Skip to content

Commit 27a4446

Browse files
authored
Set development version to 1.1.
1 parent cde0d64 commit 27a4446

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Destructurama.JsonNet/Destructurama.JsonNet.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>net452;netcoreapp1.1</TargetFrameworks>
@@ -15,6 +15,7 @@
1515
<Product />
1616
<Company />
1717
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
18+
<VersionPrefix>1.1.0</VersionPrefix>
1819
</PropertyGroup>
1920

2021
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -31,4 +32,4 @@
3132
<PackageReference Include="Serilog" Version="2.5.0" />
3233
</ItemGroup>
3334

34-
</Project>
35+
</Project>

0 commit comments

Comments
 (0)