Skip to content

Commit

Permalink
0.7.0 nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
DeeJayTC committed Nov 8, 2022
1 parent a8d2777 commit 1dbd24f
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 15 deletions.
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<PackageId>TCDev.APIGenerator.Redis</PackageId>
<Version>0.7.0-RC1</Version>
<Version>0.7.0</Version>
<Authors>Tim Cadenbach</Authors>
<Company>Rasepi</Company>
<Description>Adds necessary functionality to use Redis Cache with the API Generator. Rasepi greates fully working CRUD Apis from just models</Description>
Expand Down
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<PackageId>TCDev.APIGenerator.Data.Postgres</PackageId>
<Version>0.7.0-RC1</Version>
<Version>0.7.0</Version>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Authors>Tim Cadenbach</Authors>
<Company>Rasepi</Company>
Expand Down
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<PackageId>TCDev.APIGenerator.Data.SQL</PackageId>
<Version>0.7.1-RC1</Version>
<Version>0.7.0</Version>
<Authors>Tim Cadenbach</Authors>
<Company>TCDev</Company>
<Description>Adds necessary functionality to use MS SQL Server and Azure SQL Instances with the API Generator. </Description>
Expand Down
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<PackageId>TCDev.APIGenerator.Data.SQLite</PackageId>
<Version>0.7.0-RC1</Version>
<Version>0.7.0</Version>
<Authors>Tim Cadenbach</Authors>
<Company>Rasepi</Company>
<Description>Adds necessary functionality to use SQLLite with the API Generator. Rasepi greates fully working CRUD Apis from just models</Description>
Expand Down
2 changes: 1 addition & 1 deletion src/TCDev.APIGenerator.Data/TCDev.APIGenerator.Data.csproj
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.7.1-RC1</Version>
<Version>0.7.0</Version>
<PackageProjectUrl>https://www.rasepi.com</PackageProjectUrl>
<PackageIcon>logo_small.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Configurations>Debug;Release;DebugWithSampleApp;SampleAppNuget;SampleAppJson</Configurations>
<Version>0.6.0-44ffa</Version>
<Version>0.7.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.7.1-RC1</Version>
<Version>0.7.0</Version>
<Description>Adds OData Support to the API Generator</Description>
<PackageProjectUrl>https://www.rasepi.com</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<PackageId>TCDev.APIGenerator.RabbitMQ</PackageId>
<Version>0.7.1-RC1</Version>
<Version>0.7.0</Version>
<Authors>Tim Cadenbach</Authors>
<Company>Rasepi</Company>
<Description>Package adds RabbitMQ events to the APIs. Creates fully working CRUD Apis from just models</Description>
Expand Down
Expand Up @@ -23,8 +23,4 @@ public class CachableAttribute : Attribute
this.defaultLifeTime = defaultLifeTime;
}
}



}

}
Expand Up @@ -8,7 +8,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/DeeJayTC/net-dynamic-api</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>0.7.1-RC1</Version>
<Version>0.7.0</Version>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/TCDev.APIGenerator/TCDev.APIGenerator.csproj
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<PackageId>TCDev.APIGenerator</PackageId>
<Version>0.7.1-RC1</Version>
<Version>0.7.0</Version>
<Authors>Tim Cadenbach</Authors>
<Company>Rasepi</Company>
<Description>Creates fully working CRUD Apis from just models</Description>
Expand Down

0 comments on commit 1dbd24f

Please sign in to comment.