Skip to content

Commit 032a780

Browse files
author
Rafał Maciąg
committed
Lidar and refactor
1 parent b8540c5 commit 032a780

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: ModelingEvolution.Plumberd.Abstrations/ModelingEvolution.Plumberd.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
<PackageIcon>logo-squere.png</PackageIcon>
1818
<Description>Plumberd is a lightweight library to make working with EventStore easy.
1919
It's makes it super easy for everyone familiar with ASP Controllers or WCF to jump into CQRS and EventSourcing. All the plumbing is automated.</Description>
20+
<AssemblyVersion>1.3.35.11</AssemblyVersion>
21+
<FileVersion>1.3.35.11</FileVersion>
2022
</PropertyGroup>
2123
<ItemGroup>
2224
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" />

Diff for: ModelingEvolution.Plumberd.EventStore/ModelingEvolution.Plumberd.EventStore.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
It's makes it super easy for everyone familiar with ASP Controllers or WCF to jump into CQRS and EventSourcing. All the plumbing is automated.
2020

2121
This package is the implementation of EventStory from EventStore.</Description>
22+
<AssemblyVersion>1.3.35.11</AssemblyVersion>
23+
<FileVersion>1.3.35.11</FileVersion>
2224
</PropertyGroup>
2325
<ItemGroup>
2426
<PackageReference Include="EventStore.Client.Grpc.PersistentSubscriptions" Version="23.1.0" />

0 commit comments

Comments
 (0)