Skip to content

Commit

Permalink
0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
petriashev committed Apr 23, 2019
1 parent 723da6a commit b9b4ea0
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 17 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.14.0
- Memoize with TwoLayerCache
- ValueObject Equals doesnot throw Exception

# 0.13.1
- Fixed BaseError formatted message

Expand Down
30 changes: 16 additions & 14 deletions MicroElements.Functional.sln
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FunctionalSample", "samples
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MicroElements.Functional.Samples", "samples\MicroElements.Functional.Samples\MicroElements.Functional.Samples.csproj", "{1398BB15-2648-4E89-A6C7-60FACF01A2B1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MicroElements.Functional.Benchmarks", "test\MicroElements.Functional.Benchmarks\MicroElements.Functional.Benchmarks.csproj", "{2ACA54C1-7369-4909-84DD-DE5BD229B3EB}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "bench", "bench", "{6899E1B8-960B-46BC-AA2F-BE1115898F0D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MicroElements.Functional.Benchmarks", "bench\MicroElements.Functional.Benchmarks\MicroElements.Functional.Benchmarks.csproj", "{77C5EA01-5292-465F-AD68-39A1C1F7A6A3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -86,18 +88,18 @@ Global
{1398BB15-2648-4E89-A6C7-60FACF01A2B1}.Release|x64.Build.0 = Release|Any CPU
{1398BB15-2648-4E89-A6C7-60FACF01A2B1}.Release|x86.ActiveCfg = Release|Any CPU
{1398BB15-2648-4E89-A6C7-60FACF01A2B1}.Release|x86.Build.0 = Release|Any CPU
{2ACA54C1-7369-4909-84DD-DE5BD229B3EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2ACA54C1-7369-4909-84DD-DE5BD229B3EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2ACA54C1-7369-4909-84DD-DE5BD229B3EB}.Debug|x64.ActiveCfg = Debug|Any CPU
{2ACA54C1-7369-4909-84DD-DE5BD229B3EB}.Debug|x64.Build.0 = Debug|Any CPU
{2ACA54C1-7369-4909-84DD-DE5BD229B3EB}.Debug|x86.ActiveCfg = Debug|Any CPU
{2ACA54C1-7369-4909-84DD-DE5BD229B3EB}.Debug|x86.Build.0 = Debug|Any CPU
{2ACA54C1-7369-4909-84DD-DE5BD229B3EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2ACA54C1-7369-4909-84DD-DE5BD229B3EB}.Release|Any CPU.Build.0 = Release|Any CPU
{2ACA54C1-7369-4909-84DD-DE5BD229B3EB}.Release|x64.ActiveCfg = Release|Any CPU
{2ACA54C1-7369-4909-84DD-DE5BD229B3EB}.Release|x64.Build.0 = Release|Any CPU
{2ACA54C1-7369-4909-84DD-DE5BD229B3EB}.Release|x86.ActiveCfg = Release|Any CPU
{2ACA54C1-7369-4909-84DD-DE5BD229B3EB}.Release|x86.Build.0 = Release|Any CPU
{77C5EA01-5292-465F-AD68-39A1C1F7A6A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77C5EA01-5292-465F-AD68-39A1C1F7A6A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77C5EA01-5292-465F-AD68-39A1C1F7A6A3}.Debug|x64.ActiveCfg = Debug|Any CPU
{77C5EA01-5292-465F-AD68-39A1C1F7A6A3}.Debug|x64.Build.0 = Debug|Any CPU
{77C5EA01-5292-465F-AD68-39A1C1F7A6A3}.Debug|x86.ActiveCfg = Debug|Any CPU
{77C5EA01-5292-465F-AD68-39A1C1F7A6A3}.Debug|x86.Build.0 = Debug|Any CPU
{77C5EA01-5292-465F-AD68-39A1C1F7A6A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77C5EA01-5292-465F-AD68-39A1C1F7A6A3}.Release|Any CPU.Build.0 = Release|Any CPU
{77C5EA01-5292-465F-AD68-39A1C1F7A6A3}.Release|x64.ActiveCfg = Release|Any CPU
{77C5EA01-5292-465F-AD68-39A1C1F7A6A3}.Release|x64.Build.0 = Release|Any CPU
{77C5EA01-5292-465F-AD68-39A1C1F7A6A3}.Release|x86.ActiveCfg = Release|Any CPU
{77C5EA01-5292-465F-AD68-39A1C1F7A6A3}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -107,7 +109,7 @@ Global
{7975A356-0381-4B78-A34B-2E39785442F7} = {85286AD6-3C34-40B9-953B-EB32BF4C34F3}
{2D7794F2-6AD2-4407-B0CF-9A3699C67592} = {32117F28-2233-46B2-8CD9-5A7125BBDC9E}
{1398BB15-2648-4E89-A6C7-60FACF01A2B1} = {E98929FA-7AE9-4690-9ECD-CE9DD8BCAA00}
{2ACA54C1-7369-4909-84DD-DE5BD229B3EB} = {85286AD6-3C34-40B9-953B-EB32BF4C34F3}
{77C5EA01-5292-465F-AD68-39A1C1F7A6A3} = {6899E1B8-960B-46BC-AA2F-BE1115898F0D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FEE34C02-12E1-45C5-9E19-596898B979B1}
Expand Down
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if(!$PSScriptRoot){

$CAKE_VERSION = "0.29.0"
$CAKE_BAKERY_VERSION = "0.3.0"
$DEVOPS_VERSION = "1.7.3"
$DEVOPS_VERSION = "1.9.0"
$NUGET_URL = "https://api.nuget.org/v3/index.json"
$NUGET_BETA_URL = "https://www.myget.org/F/micro-elements/api/v3/index.json"
#$NUGET_URL = "file://C:\NuGet"
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
echo "Starting build.sh"

CAKE_VERSION=0.29.0
DEVOPS_VERSION=1.7.3
DEVOPS_VERSION=1.9.0
NUGET_URL=https://api.nuget.org/v3/index.json
NUGET_BETA_URL=https://www.myget.org/F/micro-elements/api/v3/index.json

Expand Down
2 changes: 1 addition & 1 deletion version.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>0.13.1</VersionPrefix>
<VersionPrefix>0.14.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
</PropertyGroup>
</Project>

0 comments on commit b9b4ea0

Please sign in to comment.