Skip to content

Commit

Permalink
Bumped to 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardudycz committed May 23, 2023
1 parent ed3212c commit ae9ff01
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<VersionPrefix>6.0.0</VersionPrefix>
<VersionPrefix>6.0.1</VersionPrefix>
<LangVersion>11.0</LangVersion>
<Authors>Jeremy D. Miller;Babu Annamalai;Oskar Dudycz;Joona-Pekka Kokko</Authors>
<PackageIconUrl>https://martendb.io/logo.png</PackageIconUrl>
Expand Down
8 changes: 4 additions & 4 deletions src/Marten.AspNetCore/Marten.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<Description>Helpers for Marten-backed AspNetCore applications</Description>
<VersionPrefix>6.0.0</VersionPrefix>
<VersionPrefix>6.0.1</VersionPrefix>
<GenerateAssemblyTitleAttribute>true</GenerateAssemblyTitleAttribute>
<GenerateAssemblyDescriptionAttribute>true</GenerateAssemblyDescriptionAttribute>
<GenerateAssemblyProductAttribute>true</GenerateAssemblyProductAttribute>
Expand All @@ -16,12 +16,12 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Marten\Marten.csproj" />
<ProjectReference Include="..\Marten\Marten.csproj"/>
</ItemGroup>

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<FrameworkReference Include="Microsoft.AspNetCore.App"/>
</ItemGroup>

<Import Project="../../Analysis.Build.props" />
<Import Project="../../Analysis.Build.props"/>
</Project>
12 changes: 6 additions & 6 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>NodaTime extension for Marten</Description>
<VersionPrefix>6.0.0</VersionPrefix>
<VersionPrefix>6.0.1</VersionPrefix>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<GenerateAssemblyTitleAttribute>true</GenerateAssemblyTitleAttribute>
<GenerateAssemblyDescriptionAttribute>true</GenerateAssemblyDescriptionAttribute>
Expand All @@ -28,12 +28,12 @@
<EnableSourceControlManagerQueries>$(EnableSourceLink)</EnableSourceControlManagerQueries>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NodaTime.Serialization.JsonNet" Version="3.0.1" />
<PackageReference Include="NodaTime.Serialization.SystemTextJson" Version="1.0.0" />
<PackageReference Include="Npgsql.NodaTime" Version="7.0.4" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="NodaTime.Serialization.JsonNet" Version="3.0.1"/>
<PackageReference Include="NodaTime.Serialization.SystemTextJson" Version="1.0.0"/>
<PackageReference Include="Npgsql.NodaTime" Version="7.0.4"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Marten\Marten.csproj" />
<ProjectReference Include="..\Marten\Marten.csproj"/>
</ItemGroup>
</Project>
8 changes: 4 additions & 4 deletions src/Marten.PLv8/Marten.PLv8.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>Document transforms and patching extension for Marten</Description>
<VersionPrefix>6.0.0</VersionPrefix>
<VersionPrefix>6.0.1</VersionPrefix>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<GenerateAssemblyTitleAttribute>true</GenerateAssemblyTitleAttribute>
<GenerateAssemblyDescriptionAttribute>true</GenerateAssemblyDescriptionAttribute>
Expand All @@ -15,11 +15,11 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Marten\Marten.csproj" />
<ProjectReference Include="..\Marten\Marten.csproj"/>
</ItemGroup>

<ItemGroup>
<EmbeddedResource Include="mt_patching.js" />
<EmbeddedResource Include="mt_patching.js"/>
</ItemGroup>
<Import Project="../../Analysis.Build.props" />
<Import Project="../../Analysis.Build.props"/>
</Project>

0 comments on commit ae9ff01

Please sign in to comment.