Skip to content

Commit

Permalink
Update to CFP 2.2.7, tidy references
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Jun 5, 2019
1 parent 6d0677f commit 315158f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 15 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ The `Unreleased` section name is replaced by the expected version of next releas

### Added
### Changed

- Targets `Microsoft.Azure.DocumentDB.ChangeFeedProcessor` v `2.2.7`, which includes critical lease management improvements

### Removed
### Fixed

<a name="1.0.1-rc1"></a>
## [1.0.0-rc1] - 2019-06-03
## [1.0.1-rc1] - 2019-06-03

### Added

Expand Down Expand Up @@ -53,6 +56,6 @@ The `Unreleased` section name is replaced by the expected version of next releas

(Stripped down repo for history purposes, see [`master` branch of Jet.ConfluentKafka.FSharp for complete history prior to 1.0.0-rc13](https://github.com/jet/Jet.ConfluentKafka.FSharp/blob/master/CHANGELOG.md))

[Unreleased]: https://github.com/jet/Jet.ConfluentKafka.FSharp/compare/1.0.1-rc1...HEAD
[1.0.1-rc1]: https://github.com/jet/Jet.ConfluentKafka.FSharp/compare/1.0.0-rc13...1.0.1-rc1
[1.0.0-rc13]: https://github.com/jet/Jet.ConfluentKafka.FSharp/compare/d2caf9a007a137994e91ab709c87eb29fe32489b...1.0.0-rc13
[Unreleased]: https://github.com/jet/propulsion/compare/1.0.1-rc1...HEAD
[1.0.1-rc1]: https://github.com/jet/propulsion/compare/1.0.0-rc13...1.0.1-rc1
[1.0.0-rc13]: https://github.com/jet/propulsion/compare/d2caf9a007a137994e91ab709c87eb29fe32489b...1.0.0-rc13
5 changes: 0 additions & 5 deletions Propulsion.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28606.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{1A62C9CF-EA99-4D42-8DB3-F050981267AD}"
ProjectSection(SolutionItems) = preProject
.github\ISSUE_TEMPLATE.md = .github\ISSUE_TEMPLATE.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{302B09C4-7F38-4CF7-93B9-1B7A6035386E}"
ProjectSection(SolutionItems) = preProject
tests\xunit.runner.json = tests\xunit.runner.json
Expand Down
4 changes: 1 addition & 3 deletions src/Propulsion.Cosmos/Propulsion.Cosmos.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
<DisableImplicitSystemValueTupleReference>true</DisableImplicitSystemValueTupleReference>
<GenerateDocumentationFile Condition=" '$(Configuration)' == 'Release' ">true</GenerateDocumentationFile>
<DefineConstants Condition=" '$(TargetFramework)' == 'net461' ">NET461</DefineConstants>
</PropertyGroup>

<ItemGroup>
Expand All @@ -26,8 +25,7 @@
<PackageReference Include="FSharp.Core" Version="4.3.4" Condition=" '$(TargetFramework)' != 'net461' " />

<PackageReference Include="Equinox.Cosmos" Version="2.0.0-preview9" />
<PackageReference Include="Microsoft.Azure.DocumentDB.ChangeFeedProcessor" Version="2.2.5" />
<PackageReference Include="Serilog" Version="2.7.1" />
<PackageReference Include="Microsoft.Azure.DocumentDB.ChangeFeedProcessor" Version="2.2.7" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 0 additions & 2 deletions src/Propulsion.EventStore/Propulsion.EventStore.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
<DisableImplicitSystemValueTupleReference>true</DisableImplicitSystemValueTupleReference>
<GenerateDocumentationFile Condition=" '$(Configuration)' == 'Release' ">true</GenerateDocumentationFile>
<DefineConstants Condition=" '$(TargetFramework)' == 'net461' ">NET461</DefineConstants>
</PropertyGroup>

<ItemGroup>
Expand All @@ -22,7 +21,6 @@
<PackageReference Include="FSharp.Core" Version="4.3.4" Condition=" '$(TargetFramework)' != 'net461' " />

<PackageReference Include="Equinox.EventStore" Version="2.0.0-preview9" />
<PackageReference Include="Serilog" Version="2.7.1" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/Propulsion.Kafka/Propulsion.Kafka.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
<DisableImplicitSystemValueTupleReference>true</DisableImplicitSystemValueTupleReference>
<GenerateDocumentationFile Condition=" '$(Configuration)' == 'Release' ">true</GenerateDocumentationFile>
<DefineConstants Condition=" '$(TargetFramework)' == 'net461' ">NET461</DefineConstants>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 315158f

Please sign in to comment.