Skip to content

Commit

Permalink
nuget release
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-nitehawk committed Jun 19, 2021
1 parent fba2038 commit 60c0636
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Benchmark/Benchmarks/Save.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using MongoDB.Bson;
using BenchmarkDotNet.Attributes;
using MongoDB.Bson;
using MongoDB.Entities;
using System;
using System.Threading.Tasks;
using MongoDB.Entities;
using BenchmarkDotNet.Attributes;

namespace Benchmark
{
Expand Down
4 changes: 2 additions & 2 deletions Benchmark/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ public static class Program
{
private static void Main()
{
//BenchmarkRunner.Run(typeof(Program).Assembly);
BenchmarkRunner.Run<DBContextVsStaticSave>();
BenchmarkRunner.Run(typeof(Program).Assembly);
//BenchmarkRunner.Run<DBContextVsStaticSave>();
}
}
}
5 changes: 3 additions & 2 deletions MongoDB.Entities/MongoDB.Entities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@
<Description>A data access library for MongoDB with an elegant api, LINQ support and built-in entity relationship management.</Description>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://mongodb-entities.com</PackageProjectUrl>
<Version>20.15.0-beta4</Version>
<Version>20.15.0</Version>
<Copyright>Đĵ ΝιΓΞΗΛψΚ</Copyright>
<PackageReleaseNotes>- added ability to specify global filters with base classes
- added ability to ignore global filters when needed
- added DB.Find().ExecuteAnyAsync() to check for any matching
- optimized distinct, find and pipeline cursor iterations
- reduced allocations for command builders and DBContext</PackageReleaseNotes>
- reduced allocations for command builders and DBContext
- other performance optimizations via benchmarking</PackageReleaseNotes>
<PackageId>MongoDB.Entities</PackageId>
<Product>MongoDB.Entities</Product>
<RepositoryUrl>https://github.com/dj-nitehawk/MongoDB.Entities</RepositoryUrl>
Expand Down

0 comments on commit 60c0636

Please sign in to comment.