Skip to content

Commit

Permalink
Merge pull request #1147 from mysticmind/bumpup_to_v3.2.0
Browse files Browse the repository at this point in the history
Bump up version to 3.2.0
  • Loading branch information
mysticmind authored Nov 29, 2018
2 parents ef4761c + ee1aaeb commit 6c493a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Marten.CommandLine/Marten.CommandLine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>Command line tooling for managing Marten development</Description>
<VersionPrefix>3.1.0</VersionPrefix>
<VersionPrefix>3.2.0</VersionPrefix>
<Authors>Jeremy D. Miller;Babu Annamalai;Oskar Dudycz</Authors>
<TargetFrameworks>net46;netstandard2.0</TargetFrameworks>
<AssemblyName>Marten.CommandLine</AssemblyName>
Expand Down
4 changes: 2 additions & 2 deletions src/Marten/Marten.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Postgresql as a Document Db and Event Store for .Net Development</Description>
<VersionPrefix>3.1.0</VersionPrefix>
<VersionPrefix>3.2.0</VersionPrefix>
<Authors>Jeremy D. Miller;Babu Annamalai;Oskar Dudycz</Authors>
<TargetFrameworks>net46;netstandard2.0</TargetFrameworks>
<AssemblyName>Marten</AssemblyName>
Expand Down Expand Up @@ -59,4 +59,4 @@
<ItemGroup Condition="'$(OS)' != 'Windows_NT' AND '$(TargetFramework)'== 'net46'">
<PackageReference Include="Microsoft.TargetingPack.NETFramework.v4.6" Version="1.0.1" ExcludeAssets="All" PrivateAssets="All" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 6c493a4

Please sign in to comment.