Skip to content

Commit

Permalink
Release 3.8.0 (#1356)
Browse files Browse the repository at this point in the history
* Release 3.8.0
  • Loading branch information
mysticmind committed Sep 17, 2019
1 parent 0937e28 commit b93d70a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion martenbuild.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace martenbuild
{
internal class MartenBuild
{
private const string BUILD_VERSION = "3.7.1";
private const string BUILD_VERSION = "3.8.0";

private static void Main(string[] args)
{
Expand Down
4 changes: 2 additions & 2 deletions 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.7.1</VersionPrefix>
<VersionPrefix>3.8.0</VersionPrefix>
<Authors>Jeremy D. Miller;Babu Annamalai;Oskar Dudycz;Joona-Pekka Kokko</Authors>
<TargetFrameworks>net46;netstandard2.0</TargetFrameworks>
<AssemblyName>Marten.CommandLine</AssemblyName>
Expand Down Expand Up @@ -70,4 +70,4 @@
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-18618-05" PrivateAssets="All" />
</ItemGroup>
</Project>
</Project>
4 changes: 2 additions & 2 deletions src/Marten.NodaTime/Marten.NodaTime.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>1.2.1</VersionPrefix>
<VersionPrefix>1.3.0</VersionPrefix>
<Authors>Jeremy D. Miller;Babu Annamalai;Oskar Dudycz;Joona-Pekka Kokko</Authors>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Marten.NodaTime</AssemblyName>
Expand Down Expand Up @@ -43,4 +43,4 @@
<ItemGroup>
<ProjectReference Include="..\Marten\Marten.csproj" />
</ItemGroup>
</Project>
</Project>
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.7.1</VersionPrefix>
<VersionPrefix>3.8.0</VersionPrefix>
<Authors>Jeremy D. Miller;Babu Annamalai;Oskar Dudycz;Joona-Pekka Kokko</Authors>
<TargetFrameworks>net46;netstandard2.0</TargetFrameworks>
<AssemblyName>Marten</AssemblyName>
Expand Down Expand Up @@ -79,4 +79,4 @@
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-18618-05" PrivateAssets="All" />
</ItemGroup>
</Project>
</Project>

0 comments on commit b93d70a

Please sign in to comment.