Parcourir la source

Directory: update version number and release notes

Mendel Monteiro-Beckerman il y a 7 ans
Parent
commit
375e4122d8

+ 4 - 0
RELEASE_NOTES_DIRECTORY.md

@@ -1,3 +1,7 @@
+## 3.1.1
+### Bug fixes
+- Handle case where client clock can be ahead of server clock
+
 ## 1.2.1
 ### Bug fixes
  - Fix injection configuration issue in the Directory.Standalone project

+ 1 - 0
src/Abc.Zebus.Directory/Abc.Zebus.Directory.csproj

@@ -3,6 +3,7 @@
   <PropertyGroup>
     <TargetFramework>net461</TargetFramework>
     <PackageId>Zebus.Directory</PackageId>
+    <Version>3.1.1</Version>
   </PropertyGroup>
 
   <ItemGroup>

+ 1 - 0
src/Abc.Zebus.sln

@@ -16,6 +16,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "@ Solution Items", "@ Solut
 		..\build\build.cake = ..\build\build.cake
 		Directory.Build.props = Directory.Build.props
 		..\RELEASE_NOTES.md = ..\RELEASE_NOTES.md
+		..\RELEASE_NOTES_DIRECTORY.md = ..\RELEASE_NOTES_DIRECTORY.md
 	EndProjectSection
 EndProject
 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Abc.Zebus.Contracts", "Abc.Zebus.Contracts\Abc.Zebus.Contracts.csproj", "{507A4411-DB8A-4663-A491-CCA29854B890}"