Skip to content

Commit

Permalink
Updated version, added NuGet.Config
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardudycz committed Oct 2, 2019
1 parent 51ca94a commit f803488
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 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.8.2";
private const string BUILD_VERSION = "3.9.0";

private static void Main(string[] args)
{
Expand Down
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.8.2</VersionPrefix>
<VersionPrefix>3.9.0</VersionPrefix>
<Authors>Jeremy D. Miller;Babu Annamalai;Oskar Dudycz;Joona-Pekka Kokko</Authors>
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
<AssemblyName>Marten.CommandLine</AssemblyName>
Expand Down
6 changes: 3 additions & 3 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">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Postgresql as a Document Db and Event Store for .Net Development</Description>
<VersionPrefix>1.3.2</VersionPrefix>
<VersionPrefix>1.4.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>
2 changes: 1 addition & 1 deletion 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.8.1</VersionPrefix>
<VersionPrefix>3.9.0</VersionPrefix>
<Authors>Jeremy D. Miller;Babu Annamalai;Oskar Dudycz;Joona-Pekka Kokko</Authors>
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
<AssemblyName>Marten</AssemblyName>
Expand Down
7 changes: 7 additions & 0 deletions src/NuGet.Config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!-- Add this repository to the list of available repositories -->
<add key="Npgsql" value="https://www.myget.org/F/npgsql/api/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit f803488

Please sign in to comment.