Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
mizrael committed Aug 4, 2023
1 parent c53c052 commit 094bad1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/OpenSleigh.InMemory/OpenSleigh.InMemory.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<PropertyGroup>
<PackageVersion>3.0.0-alpha</PackageVersion>
<PackageVersion>3.0.1-alpha</PackageVersion>
<IsPackable>true</IsPackable>
<Authors>davidguida</Authors>
<Product>OpenSleigh.Persistence.InMemory</Product>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<PackageVersion>3.0.0-alpha</PackageVersion>
<PackageVersion>3.0.1-alpha</PackageVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<PackageVersion>3.0.0-alpha</PackageVersion>
<PackageVersion>3.0.1-alpha</PackageVersion>
<IsPackable>true</IsPackable>
<Authors>davidguida</Authors>
<Product>OpenSleigh.Persistence.PostgreSQL</Product>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<PropertyGroup>
<PackageVersion>3.0.0-alpha</PackageVersion>
<PackageVersion>3.0.1-alpha</PackageVersion>
<IsPackable>true</IsPackable>
<Authors>davidguida</Authors>
<Product>OpenSleigh.Persistence.SQL</Product>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<PackageVersion>3.0.0-alpha</PackageVersion>
<PackageVersion>3.0.1-alpha</PackageVersion>
<IsPackable>true</IsPackable>
<Authors>davidguida</Authors>
<Product>OpenSleigh.Persistence.SQLServer</Product>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<PropertyGroup>
<PackageVersion>3.0.0-alpha</PackageVersion>
<PackageVersion>3.0.1-alpha</PackageVersion>
<IsPackable>true</IsPackable>
<Authors>davidguida</Authors>
<Product>OpenSleigh.Transport.RabbitMQ</Product>
Expand Down
2 changes: 1 addition & 1 deletion src/OpenSleigh/OpenSleigh.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<PropertyGroup>
<PackageVersion>3.0.0-alpha</PackageVersion>
<PackageVersion>3.0.1-alpha</PackageVersion>
<IsPackable>true</IsPackable>
<Authors>davidguida</Authors>
<Product>OpenSleigh</Product>
Expand Down

0 comments on commit 094bad1

Please sign in to comment.