Skip to content

Commit 1dbd24f

Browse files
committed
0.7.0 nuget packages
1 parent a8d2777 commit 1dbd24f

File tree

11 files changed

+11
-15
lines changed

11 files changed

+11
-15
lines changed

src/TCDev.APIGenerator.Caching/TCDev.APIGenerator.Redis.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
55
<PackageId>TCDev.APIGenerator.Redis</PackageId>
6-
<Version>0.7.0-RC1</Version>
6+
<Version>0.7.0</Version>
77
<Authors>Tim Cadenbach</Authors>
88
<Company>Rasepi</Company>
99
<Description>Adds necessary functionality to use Redis Cache with the API Generator. Rasepi greates fully working CRUD Apis from just models</Description>

src/TCDev.APIGenerator.Data.Postgres/TCDev.APIGenerator.Data.Postgres.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
55
<PackageId>TCDev.APIGenerator.Data.Postgres</PackageId>
6-
<Version>0.7.0-RC1</Version>
6+
<Version>0.7.0</Version>
77
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
88
<Authors>Tim Cadenbach</Authors>
99
<Company>Rasepi</Company>

src/TCDev.APIGenerator.Data.SQL/TCDev.APIGenerator.Data.SQL.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
55
<PackageId>TCDev.APIGenerator.Data.SQL</PackageId>
6-
<Version>0.7.1-RC1</Version>
6+
<Version>0.7.0</Version>
77
<Authors>Tim Cadenbach</Authors>
88
<Company>TCDev</Company>
99
<Description>Adds necessary functionality to use MS SQL Server and Azure SQL Instances with the API Generator. </Description>

src/TCDev.APIGenerator.Data.SQLite/TCDev.APIGenerator.Data.SQLite.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
55
<PackageId>TCDev.APIGenerator.Data.SQLite</PackageId>
6-
<Version>0.7.0-RC1</Version>
6+
<Version>0.7.0</Version>
77
<Authors>Tim Cadenbach</Authors>
88
<Company>Rasepi</Company>
99
<Description>Adds necessary functionality to use SQLLite with the API Generator. Rasepi greates fully working CRUD Apis from just models</Description>

src/TCDev.APIGenerator.Data/TCDev.APIGenerator.Data.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net6.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<Version>0.7.1-RC1</Version>
7+
<Version>0.7.0</Version>
88
<PackageProjectUrl>https://www.rasepi.com</PackageProjectUrl>
99
<PackageIcon>logo_small.png</PackageIcon>
1010
<PackageReadmeFile>README.md</PackageReadmeFile>

src/TCDev.APIGenerator.DbFirst/TCDev.APIGenerator.Json.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
55
<Configurations>Debug;Release;DebugWithSampleApp;SampleAppNuget;SampleAppJson</Configurations>
6-
<Version>0.6.0-44ffa</Version>
6+
<Version>0.7.0</Version>
77
</PropertyGroup>
88

99
<ItemGroup>

src/TCDev.APIGenerator.OData/TCDev.APIGenerator.OData.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net6.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<Version>0.7.1-RC1</Version>
7+
<Version>0.7.0</Version>
88
<Description>Adds OData Support to the API Generator</Description>
99
<PackageProjectUrl>https://www.rasepi.com</PackageProjectUrl>
1010
<PackageReadmeFile>README.md</PackageReadmeFile>

src/TCDev.APIGenerator.RabbitMQ/TCDev.APIGenerator.RabbitMQ.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
55
<PackageId>TCDev.APIGenerator.RabbitMQ</PackageId>
6-
<Version>0.7.1-RC1</Version>
6+
<Version>0.7.0</Version>
77
<Authors>Tim Cadenbach</Authors>
88
<Company>Rasepi</Company>
99
<Description>Package adds RabbitMQ events to the APIs. Creates fully working CRUD Apis from just models</Description>

src/TCDev.APIGenerator.Schema/Attributes/CachableAttribute.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,4 @@ public CachableAttribute(
2323
this.defaultLifeTime = defaultLifeTime;
2424
}
2525
}
26-
27-
28-
29-
}
30-
26+
}

src/TCDev.APIGenerator.Schema/TCDev.APIGenerator.Schema.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageReadmeFile>README.md</PackageReadmeFile>
99
<RepositoryUrl>https://github.com/DeeJayTC/net-dynamic-api</RepositoryUrl>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>
11-
<Version>0.7.1-RC1</Version>
11+
<Version>0.7.0</Version>
1212
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1313
</PropertyGroup>
1414

0 commit comments

Comments
 (0)