Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Commit

Permalink
v8.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Valdis Iljuconoks committed Aug 7, 2024
1 parent 3e101d0 commit 5f8d95f
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions push-packages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

cd .\.nuget

nuget push LocalizationProvider.AspNetCore.8.1.1.nupkg -source https://api.nuget.org/v3/index.json
nuget push LocalizationProvider.AdminUI.AspNetCore.Csv.8.1.1.nupkg -source https://api.nuget.org/v3/index.json
nuget push LocalizationProvider.AdminUI.AspNetCore.Xliff.8.1.1.nupkg -source https://api.nuget.org/v3/index.json
nuget push LocalizationProvider.AdminUI.AspNetCore.8.1.1.nupkg -source https://api.nuget.org/v3/index.json
nuget push LocalizationProvider.AspNetCore.8.1.2.nupkg -source https://api.nuget.org/v3/index.json
nuget push LocalizationProvider.AdminUI.AspNetCore.Csv.8.1.2.nupkg -source https://api.nuget.org/v3/index.json
nuget push LocalizationProvider.AdminUI.AspNetCore.Xliff.8.1.2.nupkg -source https://api.nuget.org/v3/index.json
nuget push LocalizationProvider.AdminUI.AspNetCore.8.1.2.nupkg -source https://api.nuget.org/v3/index.json

cd ..\
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>8.1.1</Version>
<Version>8.1.2</Version>
<Nullable>enable</Nullable>
<PackageVersion>8.1.1</PackageVersion>
<AssemblyVersion>8.1.1.0</AssemblyVersion>
<FileVersion>8.1.1.0</FileVersion>
<PackageVersion>8.1.2</PackageVersion>
<AssemblyVersion>8.1.2.0</AssemblyVersion>
<FileVersion>8.1.2.0</FileVersion>
<Authors>Valdis Iljuconoks, https://tech-fellow.eu</Authors>
<Company>Valdis Iljuconoks, https://tech-fellow.eu</Company>
<Product>DbLocalizationProvider</Product>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>8.1.1</Version>
<Version>8.1.2</Version>
<Nullable>enable</Nullable>
<PackageVersion>8.1.1</PackageVersion>
<AssemblyVersion>8.1.1.0</AssemblyVersion>
<FileVersion>8.1.1.0</FileVersion>
<PackageVersion>8.1.2</PackageVersion>
<AssemblyVersion>8.1.2.0</AssemblyVersion>
<FileVersion>8.1.2.0</FileVersion>
<Authors>Valdis Iljuconoks, https://tech-fellow.eu</Authors>
<Company>Valdis Iljuconoks, https://tech-fellow.eu</Company>
<Product>DbLocalizationProvider</Product>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>8.1.1</Version>
<PackageVersion>8.1.1</PackageVersion>
<AssemblyVersion>8.1.1.0</AssemblyVersion>
<FileVersion>8.1.1.0</FileVersion>
<Version>8.1.2</Version>
<PackageVersion>8.1.2</PackageVersion>
<AssemblyVersion>8.1.2.0</AssemblyVersion>
<FileVersion>8.1.2.0</FileVersion>
<Authors>Valdis Iljuconoks, https://tech-fellow.eu</Authors>
<Company>Valdis Iljuconoks, https://tech-fellow.eu</Company>
<Product>DbLocalizationProvider</Product>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>8.1.1</Version>
<Version>8.1.2</Version>
<Nullable>enable</Nullable>
<PackageVersion>8.1.1</PackageVersion>
<AssemblyVersion>8.1.1.0</AssemblyVersion>
<FileVersion>8.1.1.0</FileVersion>
<PackageVersion>8.1.2</PackageVersion>
<AssemblyVersion>8.1.2.0</AssemblyVersion>
<FileVersion>8.1.2.0</FileVersion>
<Authors>Valdis Iljuconoks, https://tech-fellow.eu</Authors>
<Company>Valdis Iljuconoks, https://tech-fellow.eu</Company>
<Product>DbLocalizationProvider</Product>
Expand Down

0 comments on commit 5f8d95f

Please sign in to comment.