Skip to content

Commit

Permalink
Update NuGet versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Codeh4ck committed Aug 6, 2023
1 parent e6b6a4c commit 4a2e89b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Codelux.Common/Codelux.Common.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.3.2</Version>
<Version>1.3.3</Version>
<Description>Common tools used across Codelux libraries. Can be used as a standalone package as well. Codelux.Common contains tools such as base requests and responses, extension methods and generic service models.</Description>
<Authors>Nikolas Andreou</Authors>
<Product>Codelux.Common</Product>
Expand All @@ -12,11 +12,11 @@
<RepositoryUrl>https://github.com/Codeh4ck/Codelux</RepositoryUrl>
<PackageReleaseNotes></PackageReleaseNotes>
<RepositoryType>Git</RepositoryType>
<AssemblyVersion>1.3.2</AssemblyVersion>
<AssemblyVersion>1.3.3</AssemblyVersion>
<Company>Nikolas Andreou</Company>
<PackageIconUrl />
<PackageTags>dependency injection, password encryption, servicestack, helper, helpers, cache, caching, encryption, hashing, hash, encrypt, dependency, injection, DI, plugin, plugins</PackageTags>
<FileVersion>1.3.2</FileVersion>
<FileVersion>1.3.3</FileVersion>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<Title>Codelux.Common</Title>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down
6 changes: 3 additions & 3 deletions Codelux.Plugins/Codelux.Plugins.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<Version>1.3.2</Version>
<Version>1.3.3</Version>
<Authors>Nikolas Andreou</Authors>
<Company>Nikolas Andreou</Company>
<Description>Codelux.Plugins is a minimal, agnostic and simple plugin framework that can also manage plugin configurations.</Description>
Expand All @@ -13,8 +13,8 @@
<RepositoryUrl>https://github.com/Codeh4ck/Codelux</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageTags>dependency injection, password encryption, servicestack, helper, helpers, cache, caching, encryption, hashing, hash, encrypt, dependency, injection, DI, plugin, plugins</PackageTags>
<AssemblyVersion>1.3.2</AssemblyVersion>
<FileVersion>1.3.2</FileVersion>
<AssemblyVersion>1.3.3</AssemblyVersion>
<FileVersion>1.3.3</FileVersion>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<Title>Codelux.Plugins</Title>
Expand Down
6 changes: 3 additions & 3 deletions Codelux.ServiceStack/Codelux.ServiceStack.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.3.2</Version>
<Version>1.3.3</Version>
<Authors>Nikolas Andreou</Authors>
<Description>Codelux.ServiceStack is a collection of ServiceStack extensions. It includes elegant OrmLite model mapping tools, bootstrapping plugins and modular dependency injection base code.</Description>
<Copyright>Copyright ©2021-2023 Nikolas Andreou. All rights reserved.</Copyright>
Expand All @@ -11,8 +11,8 @@
<RepositoryUrl>https://github.com/Codeh4ck/Codelux</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageReleaseNotes></PackageReleaseNotes>
<AssemblyVersion>1.3.2</AssemblyVersion>
<FileVersion>1.3.2</FileVersion>
<AssemblyVersion>1.3.3</AssemblyVersion>
<FileVersion>1.3.3</FileVersion>
<PackageIconUrl />
<PackageTags>dependency injection, password encryption, servicestack, helper, helpers, cache, caching, encryption, hashing, hash, encrypt, dependency, injection, DI, plugin, plugins</PackageTags>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
Expand Down
6 changes: 3 additions & 3 deletions Codelux/Codelux.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
<RepositoryUrl>https://github.com/Codeh4ck/Codelux</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<Version>1.3.2</Version>
<Version>1.3.3</Version>
<PackageReleaseNotes></PackageReleaseNotes>
<AssemblyVersion>1.3.2</AssemblyVersion>
<AssemblyVersion>1.3.3</AssemblyVersion>
<PackageIconUrl />
<PackageTags>dependency injection, password encryption, servicestack, helper, helpers, cache, caching, encryption, hashing, hash, encrypt, dependency, injection, DI, plugin, plugins</PackageTags>
<SignAssembly>False</SignAssembly>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<FileVersion>1.3.2</FileVersion>
<FileVersion>1.3.3</FileVersion>
<Title>Codelux</Title>
<PackageReadmeFile>README.md</PackageReadmeFile>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
Expand Down

0 comments on commit 4a2e89b

Please sign in to comment.