Skip to content

Commit 3b47bbf

Browse files
Bumped version number to 0.3.1 to test nuget deployment
2 parents e537010 + db9a358 commit 3b47bbf

File tree

18 files changed

+38
-10
lines changed

18 files changed

+38
-10
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
This project doesn't contain any code.
2+
The actual code is located in the Wolfgang.DbContextBuilder project.
3+
This project is contained in a separate folder so that when it is built it doesn't cause conflicting package restores.
4+
This project is only needed to build the NuGet package for Entity Framework 6.

src/Wolfgang.DbContextBuilder-Core-EF6/Wolfgang.DbContextBuilder-Core-EF6.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<RootNamespace>Wolfgang.DbContextBuilderCore</RootNamespace>
44
<TargetFrameworks>net6.0</TargetFrameworks>
55
<LangVersion>latest</LangVersion>
6-
<Version>0.3.0</Version>
6+
<Version>0.3.1</Version>
77
<Title>Wolfgang.DbContextBuilder for EF Core 6</Title>
88
<Authors>Chris Wolfgang</Authors>
99
<Description>A library for easily building DbContext for testing using in-memory database</Description>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
This project doesn't contain any code.
2+
The actual code is located in the Wolfgang.DbContextBuilder project.
3+
This project is contained in a separate folder so that when it is built it doesn't cause conflicting package restores.
4+
This project is only needed to build the NuGet package for Entity Framework 7.

src/Wolfgang.DbContextBuilder-Core-EF7/Wolfgang.DbContextBuilder-Core-EF7.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<RootNamespace>Wolfgang.DbContextBuilderCore</RootNamespace>
44
<TargetFrameworks>net7.0</TargetFrameworks>
55
<LangVersion>latest</LangVersion>
6-
<Version>0.3.0</Version>
6+
<Version>0.3.1</Version>
77
<Title>Wolfgang.DbContextBuilder for EF Core 7</Title>
88
<Authors>Chris Wolfgang</Authors>
99
<Description>A library for easily building DbContext for testing using in-memory database</Description>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
This project doesn't contain any code.
2+
The actual code is located in the Wolfgang.DbContextBuilder project.
3+
This project is contained in a separate folder so that when it is built it doesn't cause conflicting package restores.
4+
This project is only needed to build the NuGet package for Entity Framework 8.

src/Wolfgang.DbContextBuilder-Core-EF8/Wolfgang.DbContextBuilder-Core-EF8.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<RootNamespace>Wolfgang.DbContextBuilderCore</RootNamespace>
44
<TargetFrameworks>net8.0</TargetFrameworks>
55
<LangVersion>latest</LangVersion>
6-
<Version>0.3.0</Version>
6+
<Version>0.3.1</Version>
77
<Title>Wolfgang.DbContextBuilder for EF Core 8</Title>
88
<Authors>Chris Wolfgang</Authors>
99
<Description>A library for easily building DbContext for testing using in-memory database</Description>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
This project doesn't contain any code.
2+
The actual code is located in the Wolfgang.DbContextBuilder project.
3+
This project is contained in a separate folder so that when it is built it doesn't cause conflicting package restores.
4+
This project is only needed to build the NuGet package for Entity Framework 9.

src/Wolfgang.DbContextBuilder-Core-EF9/Wolfgang.DbContextBuilder-Core-EF9.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<RootNamespace>Wolfgang.DbContextBuilderCore</RootNamespace>
44
<TargetFrameworks>net9.0</TargetFrameworks>
55
<LangVersion>latest</LangVersion>
6-
<Version>0.3.0</Version>
6+
<Version>0.3.1</Version>
77
<Title>Wolfgang.DbContextBuilder for EF Core 9</Title>
88
<Authors>Chris Wolfgang</Authors>
99
<Description>A library for easily building DbContext for testing using in-memory database</Description>

src/Wolfgang.DbContextBuilder-Core/Wolfgang.DbContextBuilder-Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<RootNamespace>Wolfgang.DbContextBuilderCore</RootNamespace>
44
<TargetFrameworks>net6.0</TargetFrameworks>
55
<LangVersion>latest</LangVersion>
6-
<Version>0.3.0</Version>
6+
<Version>0.3.1</Version>
77
<Title>Wolfgang.DbContextBuilder for EF</Title>
88
<Authors>Chris Wolfgang</Authors>
99
<Description>A library for easily building DbContext for testing using in-memory database</Description>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This project doesn't contain any code.
2+
The actual code is located in the Wolfgang.DbContextBuilder.Tests.Unit project.
3+
This project is contained in a separate folder so that when it is built it doesn't cause conflicting package restores.

0 commit comments

Comments
 (0)